Skip to content
Merged
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
1 change: 1 addition & 0 deletions providers/kiro/models/auto.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name = "Auto"
description = "Kiro's automatic model router that picks the optimal model per task to balance quality and cost."
family = "claude-sonnet"
release_date = "2025-09-17"
last_updated = "2025-09-17"
Expand Down
2 changes: 1 addition & 1 deletion providers/kiro/models/claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "anthropic/claude-haiku-4-5"
name = "Claude Haiku 4.5"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
2 changes: 1 addition & 1 deletion providers/kiro/models/claude-opus-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "anthropic/claude-opus-4-5"
name = "Claude Opus 4.5"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
2 changes: 1 addition & 1 deletion providers/kiro/models/claude-sonnet-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "anthropic/claude-sonnet-4-5"
name = "Claude Sonnet 4.5"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
2 changes: 1 addition & 1 deletion providers/kiro/models/claude-sonnet-4.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "anthropic/claude-sonnet-4-0"
name = "Claude Sonnet 4"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
11 changes: 11 additions & 0 deletions providers/kiro/models/claude-sonnet-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
base_model = "anthropic/claude-sonnet-5"
[[reasoning_options]]
type = "effort"
values = ["low","medium","high","xhigh","max"]

[cost]
input = 0
output = 0

[modalities]
input = ["text", "image"]
4 changes: 3 additions & 1 deletion providers/kiro/models/deepseek-3.2.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name = "Deepseek v3.2"
description = "DeepSeek V3.2 open-weight model for agentic workflows and code generation, strong at long tool-calling chains and multi-step reasoning."
family = "deepseek"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
open_weights = true
Expand Down
4 changes: 1 addition & 3 deletions providers/kiro/models/glm-5.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
base_model = "zhipuai/glm-5"
release_date = "2026-02-11"
last_updated = "2026-02-11"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
15 changes: 15 additions & 0 deletions providers/kiro/models/gpt-5.6-luna.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.6-luna"
base_model_omit = ["limit.input"]
[[reasoning_options]]
type = "effort"
values = ["none","low","medium","high","xhigh","max"]

[cost]
input = 0
output = 0

[limit]
context = 272_000

[modalities]
input = ["text", "image"]
15 changes: 15 additions & 0 deletions providers/kiro/models/gpt-5.6-sol.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.6-sol"
base_model_omit = ["limit.input"]
[[reasoning_options]]
type = "effort"
values = ["none","low","medium","high","xhigh","max"]

[cost]
input = 0
output = 0

[limit]
context = 272_000

[modalities]
input = ["text", "image"]
15 changes: 15 additions & 0 deletions providers/kiro/models/gpt-5.6-terra.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_model = "openai/gpt-5.6-terra"
base_model_omit = ["limit.input"]
[[reasoning_options]]
type = "effort"
values = ["none","low","medium","high","xhigh","max"]

[cost]
input = 0
output = 0

[limit]
context = 272_000

[modalities]
input = ["text", "image"]
2 changes: 1 addition & 1 deletion providers/kiro/models/minimax-m2.1.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "minimax/MiniMax-M2.1"
name = "MiniMax M2.1"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
2 changes: 1 addition & 1 deletion providers/kiro/models/minimax-m2.5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_model = "minimax/MiniMax-M2.5"
name = "MiniMax M2.5"
reasoning = false
reasoning_options = []

[cost]
input = 0
Expand Down
1 change: 1 addition & 0 deletions providers/kiro/models/qwen3-coder-next.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name = "Qwen3 Coder Next"
description = "Open-weight Qwen3 Coder model built for coding agents, with a 256K context and strong error recovery for long agentic sessions."
family = "qwen"
release_date = "2026-02-10"
last_updated = "2026-02-10"
Expand Down
3 changes: 1 addition & 2 deletions providers/kiro/provider.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "Kiro"
env = ["KIRO_API_KEY"]
npm = "kiro-acp-ai-provider"
api = "https://q.us-east-1.amazonaws.com"
doc = "https://kiro.dev"
doc = "https://kiro.dev/docs/cli/models/"