We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434fe36 commit e433b36Copy full SHA for e433b36
1 file changed
openapi.yaml
@@ -39,7 +39,7 @@ paths:
39
api_key=os.environ.get("TOGETHER_API_KEY"),
40
)
41
42
- response = client.audio.vces.list()
+ response = client.audio.voices.list()
43
44
print(response.data)
45
- lang: Python v2
@@ -176,7 +176,7 @@ paths:
176
177
178
response = client.videos.create(
179
- model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
+ model="together/video-model",
180
prompt="A cartoon of an astronaut riding a horse on the moon"
181
182
@@ -192,7 +192,7 @@ paths:
192
193
194
195
196
197
198
0 commit comments