diff --git a/providers/aki/logo.svg b/providers/aki/logo.svg new file mode 100644 index 000000000..47f30297b --- /dev/null +++ b/providers/aki/logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/providers/aki/models/MiniMaxAI/minimax-m2.5-230b.toml b/providers/aki/models/MiniMaxAI/minimax-m2.5-230b.toml new file mode 100644 index 000000000..8410e3669 --- /dev/null +++ b/providers/aki/models/MiniMaxAI/minimax-m2.5-230b.toml @@ -0,0 +1,21 @@ +name = "minimax-m2.5-230b" +family = "minimax" +release_date = "2026-02-12" +last_updated = "2026-02-12" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0.50 +output = 2.50 + +[limit] +context = 190_000 +output = 32_768 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aki/models/Qwen/qwen3.5-35b.toml b/providers/aki/models/Qwen/qwen3.5-35b.toml new file mode 100644 index 000000000..f927cf044 --- /dev/null +++ b/providers/aki/models/Qwen/qwen3.5-35b.toml @@ -0,0 +1,21 @@ +name = "qwen-3.5-35b" +family = "qwen" +release_date = "2026-02-16" +last_updated = "2026-02-16" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0.25 +output = 0.50 + +[limit] +context = 200_000 +output = 32_768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/aki/models/openai/gpt-oss-120b.toml b/providers/aki/models/openai/gpt-oss-120b.toml new file mode 100644 index 000000000..1d3fcd56f --- /dev/null +++ b/providers/aki/models/openai/gpt-oss-120b.toml @@ -0,0 +1,22 @@ +name = "gpt-oss-120b" +family = "gpt" +release_date = "2025-08-05" +last_updated = "2025-08-05" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.15 +output = 0.55 + +[limit] +context = 120_000 +output = 32_768 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aki/provider.toml b/providers/aki/provider.toml new file mode 100644 index 000000000..448f299ac --- /dev/null +++ b/providers/aki/provider.toml @@ -0,0 +1,5 @@ +name = "AKI.IO (EU)" +env = ["AKI_API_KEY"] +npm = "@ai-sdk/openai-compatible" +doc = "https://aki.io/docs/" +api = "https://aki.io/v1"