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
191 changes: 191 additions & 0 deletions internal/providers/configs/kunavo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
{
"name": "Kunavo",
"id": "kunavo",
"api_key": "$KUNAVO_API_KEY",
"api_endpoint": "https://api.kunavo.com/v1",
"type": "openai-compat",
"default_large_model_id": "claude-opus-5",
"default_small_model_id": "gemini-2-5-flash",
"models": [
{
"id": "claude-fable-5",
"name": "Claude Fable 5",
"cost_per_1m_in": 7.0,
"cost_per_1m_out": 35.0,
"cost_per_1m_in_cached": 0.7,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-opus-5",
"name": "Claude Opus 5",
"cost_per_1m_in": 2.0,
"cost_per_1m_out": 10.0,
"cost_per_1m_in_cached": 0.2,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-opus-5-fast",
"name": "Claude Opus 5 Fast",
"cost_per_1m_in": 7.0,
"cost_per_1m_out": 35.0,
"cost_per_1m_in_cached": 0.7,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-sonnet-5",
"name": "Claude Sonnet 5",
"cost_per_1m_in": 2.1,
"cost_per_1m_out": 10.5,
"cost_per_1m_in_cached": 0.21,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-sonnet-4-6",
"name": "Claude Sonnet 4.6",
"cost_per_1m_in": 1.2,
"cost_per_1m_out": 6.0,
"cost_per_1m_in_cached": 0.12,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-opus-4-7",
"name": "Claude Opus 4.7",
"cost_per_1m_in": 2.0,
"cost_per_1m_out": 10.0,
"cost_per_1m_in_cached": 0.2,
"cost_per_1m_out_cached": 0,
"context_window": 1000000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": true
},
{
"id": "claude-haiku-4-5",
"name": "Claude Haiku 4.5",
"cost_per_1m_in": 0.4,
"cost_per_1m_out": 2.0,
"cost_per_1m_in_cached": 0.04,
"cost_per_1m_out_cached": 0,
"context_window": 200000,
"default_max_tokens": 32000,
"can_reason": false,
"supports_attachments": true
},
{
"id": "gemini-3-6-flash",
"name": "Gemini 3.6 Flash",
"cost_per_1m_in": 1.05,
"cost_per_1m_out": 5.25,
"cost_per_1m_in_cached": 0.21,
"cost_per_1m_out_cached": 0,
"context_window": 1048576,
"default_max_tokens": 16384,
"can_reason": true,
"supports_attachments": true
},
{
"id": "gemini-2-5-flash",
"name": "Gemini 2.5 Flash",
"cost_per_1m_in": 0.09,
"cost_per_1m_out": 0.75,
"cost_per_1m_in_cached": 0.018,
"cost_per_1m_out_cached": 0,
"context_window": 1048576,
"default_max_tokens": 8192,
"can_reason": false,
"supports_attachments": true
},
{
"id": "gemini-2-5-pro",
"name": "Gemini 2.5 Pro",
"cost_per_1m_in": 0.375,
"cost_per_1m_out": 3.0,
"cost_per_1m_in_cached": 0.075,
"cost_per_1m_out_cached": 0,
"context_window": 1048576,
"default_max_tokens": 16384,
"can_reason": true,
"supports_attachments": true
},
{
"id": "gpt-5-6-sol",
"name": "GPT-5.6 Sol",
"cost_per_1m_in": 2.0,
"cost_per_1m_out": 12.0,
"cost_per_1m_in_cached": 0.4,
"cost_per_1m_out_cached": 0,
"context_window": 1050000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": false
},
{
"id": "gpt-5-5",
"name": "GPT-5.5",
"cost_per_1m_in": 2.0,
"cost_per_1m_out": 12.0,
"cost_per_1m_in_cached": 0.4,
"cost_per_1m_out_cached": 0,
"context_window": 1050000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": false
},
{
"id": "gpt-5-4",
"name": "GPT-5.4",
"cost_per_1m_in": 1.0,
"cost_per_1m_out": 6.0,
"cost_per_1m_in_cached": 0.2,
"cost_per_1m_out_cached": 0,
"context_window": 1050000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": false
},
{
"id": "gpt-5-4-mini",
"name": "GPT-5.4 Mini",
"cost_per_1m_in": 0.225,
"cost_per_1m_out": 1.35,
"cost_per_1m_in_cached": 0.045,
"cost_per_1m_out_cached": 0,
"context_window": 400000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": false
},
{
"id": "gpt-5-3-codex",
"name": "GPT-5.3 Codex",
"cost_per_1m_in": 0.7,
"cost_per_1m_out": 5.6,
"cost_per_1m_in_cached": 0.14,
"cost_per_1m_out_cached": 0,
"context_window": 400000,
"default_max_tokens": 32000,
"can_reason": true,
"supports_attachments": false
}
]
}
8 changes: 8 additions & 0 deletions internal/providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ var ioNetConfig []byte
//go:embed configs/kimi.json
var kimiCodingConfig []byte

//go:embed configs/kunavo.json
var kunavoConfig []byte

//go:embed configs/minimax.json
var miniMaxConfig []byte

Expand Down Expand Up @@ -160,6 +163,7 @@ var providerRegistry = []ProviderFunc{
groqProvider,
huggingFaceProvider,
ioNetProvider,
kunavoProvider,
nebiusProvider,
neuralwattProvider,
openCodeGoProvider,
Expand Down Expand Up @@ -272,6 +276,10 @@ func kimiCodingProvider() catwalk.Provider {
return loadProviderFromConfig(kimiCodingConfig)
}

func kunavoProvider() catwalk.Provider {
return loadProviderFromConfig(kunavoConfig)
}

func miniMaxProvider() catwalk.Provider {
return loadProviderFromConfig(miniMaxConfig)
}
Expand Down