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
14 changes: 14 additions & 0 deletions providers/abacus/models/MiniMaxAI/MiniMax-M2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "minimax/MiniMax-M2.7"
reasoning_options = []

[cost]
input = 0.30
output = 1.20

[limit]
context = 204_800
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/MiniMaxAI/MiniMax-M3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "minimax/MiniMax-M3"
reasoning_options = []

[cost]
input = 0.30
output = 1.20

[limit]
context = 1_000_000
output = 131_072

[modalities]
input = ["text", "image", "video"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/Qwen/Qwen3.6-27B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "alibaba/qwen3.6-27b"
reasoning_options = []

[cost]
input = 0.32
output = 3.20

[limit]
context = 262_144
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/claude-opus-4-7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "anthropic/claude-opus-4-7"
reasoning_options = []

[cost]
input = 5.00
output = 25.00

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/claude-opus-4-8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = []

[cost]
input = 5.00
output = 25.00

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/deepseek-ai/DeepSeek-V4-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "deepseek/deepseek-v4-flash"
reasoning_options = []

[cost]
input = 0.14
output = 0.28
cache_read = 0.03

[limit]
context = 1_000_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/deepseek-ai/DeepSeek-V4-Pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "deepseek/deepseek-v4-pro"
reasoning_options = []

[cost]
input = 1.74
output = 3.48
cache_read = 0.15

[limit]
context = 1_000_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/gemini-3.1-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "google/gemini-3.1-flash-lite"
reasoning_options = []

[cost]
input = 0.25
output = 1.50
cache_read = 0.02

[limit]
context = 1_048_576
output = 65_536

[modalities]
input = ["text", "image", "audio"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/gemini-3.5-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "google/gemini-3.5-flash"
reasoning_options = []

[cost]
input = 1.50
output = 9.00
cache_read = 0.15

[limit]
context = 1_048_576
output = 65_536

[modalities]
input = ["text", "image", "audio"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/google/gemma-4-31b-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "google/gemma-4-31b-it"
reasoning_options = []

[cost]
input = 0.14
output = 0.40

[limit]
context = 262_144
output = 131_072

[modalities]
input = ["text", "image"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/gpt-4o.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "openai/gpt-4o"

[cost]
input = 2.50
output = 10.00
cache_read = 1.25

[limit]
context = 128_000
output = 16_384

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/gpt-5.4-mini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.4-mini"
reasoning_options = []

[cost]
input = 0.75
output = 4.50
cache_read = 0.07

[limit]
context = 400_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/gpt-5.4-nano.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.4-nano"
reasoning_options = []

[cost]
input = 0.20
output = 1.25
cache_read = 0.02

[limit]
context = 400_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/gpt-5.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.5"
reasoning_options = []

[cost]
input = 5.00
output = 30.00
cache_read = 0.50

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
13 changes: 13 additions & 0 deletions providers/abacus/models/grok-4.20-beta-0309-non-reasoning.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
base_model = "xai/grok-4.20-0309-non-reasoning"

[cost]
input = 2.00
output = 6.00

[limit]
context = 2_097_152
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/grok-4.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "xai/grok-4.3"
reasoning_options = []

[cost]
input = 1.25
output = 2.50
cache_read = 0.20

[limit]
context = 1_000_000
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/mimo-v2-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "xiaomi/mimo-v2-pro"
reasoning_options = []

[cost]
input = 1.00
output = 3.00
cache_read = 0.20

[limit]
context = 1_048_576
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/moonshotai/Kimi-K2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "moonshotai/kimi-k2.6"
reasoning_options = []

[cost]
input = 0.95
output = 4.00
cache_read = 0.19

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image", "video"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/moonshotai/Kimi-K2.7-Code.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "moonshotai/kimi-k2.7-code"
reasoning_options = []

[cost]
input = 0.95
output = 4.00
cache_read = 0.19

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image", "video"]
output = ["text"]
14 changes: 14 additions & 0 deletions providers/abacus/models/qwen3.6-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_model = "alibaba/qwen3.6-plus"
reasoning_options = []

[cost]
input = 0.50
output = 3.00

[limit]
context = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/zai-org/GLM-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "zhipuai/glm-5.1"
reasoning_options = []

[cost]
input = 1.40
output = 4.40
cache_read = 0.26

[limit]
context = 204_800
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
15 changes: 15 additions & 0 deletions providers/abacus/models/zai-org/GLM-5.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "zhipuai/glm-5.2"
reasoning_options = []

[cost]
input = 1.40
output = 4.40
cache_read = 0.26

[limit]
context = 1_048_576
output = 131_072

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