Skip to content
Merged
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
4 changes: 2 additions & 2 deletions providers/vultr/models/deepseek-r1-distill-llama-70b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ input = 0.20
output = 0.20

[limit]
context = 128_000
output = 32_768
context = 121_808
output = 8_192

[modalities]
input = ["text"]
Expand Down
4 changes: 2 additions & 2 deletions providers/vultr/models/deepseek-r1-distill-qwen-32b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ input = 0.20
output = 0.20

[limit]
context = 128_000
output = 32_768
context = 121_808
output = 8_192

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/vultr/models/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ input = 0.20
output = 0.20

[limit]
context = 128_000
output = 131_072
context = 121_808
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
6 changes: 3 additions & 3 deletions providers/vultr/models/kimi-k2-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ input = 0.20
output = 0.20

[limit]
context = 128_000
output = 16_384
context = 58_904
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
6 changes: 3 additions & 3 deletions providers/vultr/models/qwen2.5-coder-32b-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ input = 0.20
output = 0.20

[limit]
context = 128_000
output = 32_768
context = 12_952
output = 2_048

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]