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
4 changes: 4 additions & 0 deletions providers/akashml/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions providers/akashml/models/deepseek-ai/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "DeepSeek V3.2"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2025-03"
last_updated = "2025-03"
open_weights = true
family = "deepseek"

[cost]
input = 0.28
output = 0.42

[limit]
context = 131_072
input = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/akashml/models/google/gemma-4-31b-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Gemma 4 31B IT"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2025-06"
last_updated = "2026-04-05"
open_weights = true
family = "gemma"

[cost]
input = 0.14
output = 0.40

[limit]
context = 131_072
input = 131_072
output = 8_192

[modalities]
input = ["text", "image", "video"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/akashml/models/meta-llama/Llama-3.3-70B-Instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Llama 3.3 70B Instruct"
attachment = false
reasoning = false
tool_call = true
structured_output = true
temperature = true
release_date = "2024-12-06"
last_updated = "2024-12-06"
open_weights = true
family = "llama"

[cost]
input = 0.13
output = 0.40

[limit]
context = 131_072
input = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/akashml/models/minimax/minimax-m2-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "MiniMax M2.5"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2025-08"
last_updated = "2026-04-05"
open_weights = true
family = "minimax-m2.5"

[cost]
input = 0.20
output = 1.18

[limit]
context = 131_072
input = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/akashml/models/qwen/qwen3.5-35b-a3b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "QWEN3.5 35B A3B"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2025-10"
last_updated = "2026-04-05"
open_weights = true
family = "qwen"

[cost]
input = 0.23
output = 1.80

[limit]
context = 131_072
input = 131_072
output = 8_192

[modalities]
input = ["text", "image", "video"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/akashml/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "AkashML"
npm = "@ai-sdk/openai-compatible"
api = "https://api.akashml.com/v1"
env = ["AKASHML_API_KEY"]
doc = "https://akashml.com"