Skip to content

Commit 4ee1760

Browse files
feat(together-ai): add new models [bot] (#932)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee25c67 commit 4ee1760

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
costs:
2+
- input_cost_per_token: 5e-7
3+
output_cost_per_token: 3e-6
4+
region: "*"
5+
limits:
6+
context_window: 1000000
7+
mode: unknown
8+
model: Qwen/Qwen3.6-Plus
9+
supportedModes:
10+
- chat
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
costs:
2+
- cache_read_input_token_cost: 2e-7
3+
input_cost_per_token: 2.1e-6
4+
output_cost_per_token: 4.4e-6
5+
region: "*"
6+
limits:
7+
context_window: 512000
8+
mode: unknown
9+
model: deepseek-ai/DeepSeek-V4-Pro
10+
supportedModes:
11+
- chat
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
costs:
2+
- input_cost_per_token: 2.7e-7
3+
output_cost_per_token: 8.5e-7
4+
region: "*"
5+
mode: unknown
6+
model: mistralai/Voxtral-Mini-3B-2507
7+
supportedModes:
8+
- audio_transcription
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
costs:
2+
- input_cost_per_token: 0.0
3+
output_cost_per_token: 0.0
4+
region: "*"
5+
limits:
6+
context_window: 131072
7+
mode: unknown
8+
model: nvidia/nemotron-3-nano-omni-30b-a3b-reasoning-fp8
9+
supportedModes:
10+
- chat

0 commit comments

Comments
 (0)