Simplify source_video and audio_inputs to plain strings in video media spec#239
Simplify source_video and audio_inputs to plain strings in video media spec#239
Conversation
…a spec source_video is now a string URL instead of a VideoRef object, and audio_inputs items are now strings instead of AudioRef objects. Removes the unused AudioRef schema.
…nd audio_inputs
The backend accepts both plain URL strings and legacy object formats
({"video": "url"} and {"audio": "url"}) for backward compatibility.
Update the spec to reflect both accepted formats using oneOf.
✱ Stainless preview buildsThis PR will update the go openapi python terraform typescript Edit this comment to update them. They will appear in their respective SDK's changelogs. ✅ togetherai-openapi studio · code · diff
✅ togetherai-python studio · code · diff
✅ togetherai-go studio · code · diff
✅ togetherai-typescript studio · code · diff
✅ togetherai-terraform studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
related to https://github.com/togethercomputer/video-passthrough/pull/10