Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
features:
- function_calling
- json_output
- structured_output
limits:
context_window: 262144
modalities:
Expand Down
3 changes: 2 additions & 1 deletion providers/together-ai/alibaba/happyhorse-1.0-r2v.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
costs:
- input_cost_per_token: 0.0 # not found in official docs (Together AI lists alibaba/happyhorse-1.0-t2v but not the -r2v variant)
- input_cost_per_token: 0.0 # not found in official docs (Together AI changelog lists alibaba/happyhorse-1.0-r2v as serverless but no published price)
output_cost_per_token: 0.0 # not found in official docs
region: "*"
modalities:
Expand All @@ -11,5 +11,6 @@ modalities:
mode: video
model: alibaba/happyhorse-1.0-r2v
provisioning: serverless
status: active
supportedModes:
- video
1 change: 1 addition & 0 deletions providers/together-ai/allenai/Molmo-7B-D-0924.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ modalities:
mode: chat
model: allenai/Molmo-7B-D-0924
provisioning: provisioned
status: active
supportedModes:
- chat
8 changes: 6 additions & 2 deletions providers/together-ai/pearl-ai/gemma-4-31b-it.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
costs:
- input_cost_per_token: 2.8e-7
output_cost_per_token: 8.6e-7
- input_cost_per_token: 3.9e-7
output_cost_per_token: 9.7e-7
region: "*"
features:
- function_calling
- json_output
limits:
context_window: 32000
modalities:
Expand All @@ -17,3 +20,4 @@ sources:
status: active
supportedModes:
- chat
thinking: true
3 changes: 1 addition & 2 deletions providers/together-ai/vidu/vidu-q3-turbo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ costs:
modalities:
input:
- text
- image
output:
- video
mode: video
model: vidu/vidu-q3-turbo
provisioning: serverless
sources:
- https://docs.together.ai/docs/serverless-models
status: active
supportedModes:
- video
Loading