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
6 changes: 3 additions & 3 deletions providers/synthetic/models/hf:MiniMaxAI/MiniMax-M2.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ open_weights = true
field = "reasoning_content"

[cost]
input = 0.55
output = 2.19
input = 0.30
output = 1.20

[limit]
context = 204_800
context = 196_608
output = 131_072

[modalities]
Expand Down
7 changes: 3 additions & 4 deletions providers/synthetic/models/hf:MiniMaxAI/MiniMax-M2.5.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MiniMax-M2.5"
family = "minimax"
release_date = "2026-02-07"
last_updated = "2026-02-07"
last_updated = "2026-02-12"
attachment = false
reasoning = true
temperature = true
Expand All @@ -13,9 +13,8 @@ open_weights = true
field = "reasoning_content"

[cost]
input = 0.60
output = 3.00
cache_read = 0.60
input = 0.40
output = 2.00

[limit]
context = 191_488
Expand Down
22 changes: 0 additions & 22 deletions providers/synthetic/models/hf:MiniMaxAI/MiniMax-M2.toml

This file was deleted.

22 changes: 0 additions & 22 deletions providers/synthetic/models/hf:Qwen/Qwen2.5-Coder-32B-Instruct.toml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ open_weights = true

[cost]
input = 0.65
output = 3.0
output = 3.00

[limit]
context = 256_000
context = 262_144
output = 32_000

[modalities]
Expand Down
5 changes: 2 additions & 3 deletions providers/synthetic/models/hf:Qwen/Qwen3.5-397B-A17B.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Qwen3.5-97B-A17B"
name = "Qwen3.5-397B-A17B"
family = "qwen"
release_date = "2026-02-11"
last_updated = "2026-02-11"
Expand All @@ -15,8 +15,7 @@ field = "reasoning_content"

[cost]
input = 0.60
output = 3.00
cache_read = 0.60
output = 3.60

[limit]
context = 262_144
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tool_call = true
open_weights = false

[cost]
input = 3
output = 8
input = 3.00
output = 8.00

[limit]
context = 128_000
context = 131_072
output = 128_000

[modalities]
Expand Down
22 changes: 0 additions & 22 deletions providers/synthetic/models/hf:deepseek-ai/DeepSeek-R1.toml

This file was deleted.

21 changes: 0 additions & 21 deletions providers/synthetic/models/hf:deepseek-ai/DeepSeek-V3-0324.toml

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions providers/synthetic/models/hf:deepseek-ai/DeepSeek-V3.1.toml

This file was deleted.

7 changes: 2 additions & 5 deletions providers/synthetic/models/hf:deepseek-ai/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ open_weights = true
structured_output = true

[cost]
input = 0.27
output = 0.40
cache_read = 0.27
cache_write = 0.0
input = 0.56
output = 1.68

[limit]
context = 162_816
input = 162_816
output = 8_000

[modalities]
Expand Down
2 changes: 1 addition & 1 deletion providers/synthetic/models/hf:deepseek-ai/DeepSeek-V3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input = 1.25
output = 1.25

[limit]
context = 128_000
context = 131_072
output = 128_000

[modalities]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ tool_call = true
open_weights = true

[cost]
input = 0.90
output = 0.90
input = 0.88
output = 0.88

[limit]
context = 128_000
context = 131_072
output = 32_768

[modalities]
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output = 1.20

[limit]
context = 262_144
output = 32_768
output = 65_536

[modalities]
input = ["text"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ knowledge = "2025-11"
open_weights = true

[cost]
input = 0.55
output = 2.19
input = 0.60
output = 2.50

[limit]
context = 262_144
output = 262_144
output = 65_536

[modalities]
input = ["text"]
Expand Down
7 changes: 4 additions & 3 deletions providers/synthetic/models/hf:moonshotai/Kimi-K2.5.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-01"
last_updated = "2026-01"
last_updated = "2026-01-27"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-01"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.55
output = 2.19
input = 0.45
output = 3.40

[limit]
context = 262_144
Expand Down
Loading
Loading