diff --git a/providers/aki-io/logo.svg b/providers/aki-io/logo.svg new file mode 100644 index 000000000..47f30297b --- /dev/null +++ b/providers/aki-io/logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/providers/aki-io/models/gemma4-26b.toml b/providers/aki-io/models/gemma4-26b.toml new file mode 100644 index 000000000..39788acfa --- /dev/null +++ b/providers/aki-io/models/gemma4-26b.toml @@ -0,0 +1,21 @@ +name = "gemma4-26b" +family = "gemma" +release_date = "2026-04-16" +last_updated = "2026-04-16" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0.25 +output = 0.65 + +[limit] +context = 256_000 +output = 32_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aki-io/models/gpt-oss-120b.toml b/providers/aki-io/models/gpt-oss-120b.toml new file mode 100644 index 000000000..78804c4ad --- /dev/null +++ b/providers/aki-io/models/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_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aki-io/models/minimax-m2.5-230b.toml b/providers/aki-io/models/minimax-m2.5-230b.toml new file mode 100644 index 000000000..b2eee8068 --- /dev/null +++ b/providers/aki-io/models/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.25 +output = 1.20 + +[limit] +context = 196_000 +output = 32_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aki-io/models/qwen3.6-35b.toml b/providers/aki-io/models/qwen3.6-35b.toml new file mode 100644 index 000000000..80284a7d6 --- /dev/null +++ b/providers/aki-io/models/qwen3.6-35b.toml @@ -0,0 +1,21 @@ +name = "qwen3.6-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 = 256_000 +output = 32_000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/aki-io/provider.toml b/providers/aki-io/provider.toml new file mode 100644 index 000000000..3555ff931 --- /dev/null +++ b/providers/aki-io/provider.toml @@ -0,0 +1,5 @@ +name = "AKI.IO" +env = ["AKI_IO_API_KEY"] +npm = "@ai-sdk/openai-compatible" +doc = "https://aki.io/docs/" +api = "https://aki.io/v1"