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
2 changes: 2 additions & 0 deletions providers/kiro/models/claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kiro exposes no caller-configurable reasoning control for Claude Haiku 4.5:
# Source: https://kiro.dev/docs/cli/chat/effort/
base_model = "anthropic/claude-haiku-4-5"
name = "Claude Haiku 4.5"
reasoning_options = []
Expand Down
2 changes: 2 additions & 0 deletions providers/kiro/models/claude-opus-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kiro exposes no caller-configurable reasoning control for Claude Opus 4.5:
# Source: https://kiro.dev/docs/cli/chat/effort/
base_model = "anthropic/claude-opus-4-5"
name = "Claude Opus 4.5"
reasoning_options = []
Expand Down
3 changes: 3 additions & 0 deletions providers/kiro/models/claude-opus-4.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ output = 0
[modalities]
input = ["text", "image"]
output = ["text"]

[limit]
output = 64_000
12 changes: 12 additions & 0 deletions providers/kiro/models/claude-opus-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
base_model = "anthropic/claude-opus-5"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high", "xhigh", "max"]

[cost]
input = 0
output = 0

[modalities]
input = ["text", "image"]
2 changes: 2 additions & 0 deletions providers/kiro/models/claude-sonnet-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kiro exposes no caller-configurable reasoning control for Claude Sonnet 4.5:
# Source: https://kiro.dev/docs/cli/chat/effort/
base_model = "anthropic/claude-sonnet-4-5"
name = "Claude Sonnet 4.5"
reasoning_options = []
Expand Down
2 changes: 2 additions & 0 deletions providers/kiro/models/claude-sonnet-4.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kiro exposes no caller-configurable reasoning control for Claude Sonnet 4:
# Source: https://kiro.dev/docs/cli/chat/effort/
base_model = "anthropic/claude-sonnet-4-0"
name = "Claude Sonnet 4"
reasoning_options = []
Expand Down
2 changes: 2 additions & 0 deletions providers/kiro/models/glm-5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kiro exposes no caller-configurable reasoning control for GLM-5:
# Source: https://kiro.dev/docs/cli/chat/effort/
base_model = "zhipuai/glm-5"
reasoning_options = []

Expand Down