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

[cost]
input = 0.675
output = 2.903
cache_read = 0.068

[limit]
context = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/kyma/models/deepseek-v3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "DeepSeek V3"
family = "deepseek"
release_date = "2025-12"
last_updated = "2026-03"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.810
output = 2.295
cache_read = 0.081

[limit]
context = 131_072
output = 8_192

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

[cost]
input = 0.189
output = 0.540
cache_read = 0.019

[limit]
context = 128_000
output = 8_192

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/kyma/models/kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-03"
last_updated = "2026-04"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.675
output = 3.780
cache_read = 0.068

[limit]
context = 262_144
output = 8_192

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

[cost]
input = 1.188
output = 1.188
cache_read = 0.119

[limit]
context = 131_072
output = 8_192

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

[cost]
input = 0.405
output = 1.620
cache_read = 0.041

[limit]
context = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/kyma/models/qwen-3-32b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Qwen 3 32B"
family = "qwen"
release_date = "2025-09"
last_updated = "2026-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.392
output = 0.810
cache_read = 0.039

[limit]
context = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/kyma/models/qwen-3.6-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Qwen 3.6 Plus"
family = "qwen"
release_date = "2026-03"
last_updated = "2026-04"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 0.439
output = 2.633
cache_read = 0.044

[limit]
context = 131_072
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/kyma/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Kyma"
env = ["KYMA_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://kymaapi.com/v1"
doc = "https://docs.kymaapi.com"
Loading