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
13 changes: 13 additions & 0 deletions providers/aki-io/models/deepseek-v4-flash-0731-284b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# attachment are not supported on AKI.IO for security reasons and therefore are disabled
base_model = "deepseek/deepseek-v4-flash-0731"
reasoning_options = [{ type = "effort", values = ["none", "low", "high", "max"] }]

# cost as described on the AKI.IO pricing page at https://aki.io/#pricing
[cost]
input = 0.20
output = 0.50
cache_read = 0.10

[limit]
context = 1_048_576
output = 81_920
1 change: 0 additions & 1 deletion providers/aki-io/models/gemma4-26b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# AKI.IO uses the reasoning_option 'none' to disable reasoning
base_model = "google/gemma-4-26b-a4b-it"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "high"] }]

[cost]
Expand Down
2 changes: 2 additions & 0 deletions providers/aki-io/models/kimi-k2.7-code-1100b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ base_model = "moonshotai/kimi-k2.7-code"
attachment = false
reasoning_options = []

# cost as described on the AKI.IO pricing page at https://aki.io/#pricing
[cost]
input = 0.86
output = 3.00
cache_read = 0.18

[limit]
context = 262_144
Expand Down
12 changes: 0 additions & 12 deletions providers/aki-io/models/minimax-m2.5-230b.toml

This file was deleted.

14 changes: 14 additions & 0 deletions providers/aki-io/models/qwen3.8-27b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# attachment are not supported on AKI.IO for security reasons and therefore are disabled
# AKI.IO uses the reasoning_option 'none' to disable reasoning
base_model = "alibaba/qwen3.8-27b"
attachment = false
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "xhigh"] }]

# cost as described on the AKI.IO pricing page at https://aki.io/#pricing
[cost]
input = 0.30
output = 2.20
cache_read = 0.10

[modalities]
input = ["text", "image"]
Loading