Skip to content

Commit 5c573f0

Browse files
feat(together-ai): add new models [bot] (#940)
* feat(together-ai): add new models [bot] * feat(together-ai): update model YAMLs [bot] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ee1760 commit 5c573f0

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
costs:
2+
- input_cost_per_token: 0.0 # not found in official docs
3+
output_cost_per_token: 0.0 # not found in official docs
4+
region: "*"
5+
modalities:
6+
input:
7+
- text
8+
- image
9+
output:
10+
- video
11+
- audio
12+
mode: video
13+
model: pixverse/pixverse-v6
14+
provisioning: serverless
15+
status: active
16+
supportedModes:
17+
- video
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
costs:
2+
- input_cost_per_token: 0.0
3+
output_cost_per_token: 0.0
4+
region: "*"
5+
modalities:
6+
input:
7+
- text
8+
output:
9+
- image
10+
mode: image
11+
model: xai/grok-imagine-image-pro
12+
provisioning: serverless
13+
supportedModes:
14+
- image

0 commit comments

Comments
 (0)