Skip to content
Closed
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/opencode/models/big-pickle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-10-17"
last_updated = "2025-10-17"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
knowledge = "2025-01"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/claude-haiku-4-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-02-28"
Expand Down
3 changes: 2 additions & 1 deletion providers/opencode/models/claude-opus-4-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 31_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
Expand All @@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
3 changes: 2 additions & 1 deletion providers/opencode/models/claude-opus-4-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-24"
last_updated = "2025-11-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
Expand All @@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
1 change: 1 addition & 0 deletions providers/opencode/models/claude-opus-4-6.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]

[cost]
input = 5
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/claude-opus-4-7.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-04-16"
last_updated = "2026-04-16"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
temperature = false
tool_call = true
knowledge = "2026-01-31"
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/claude-opus-4-8.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]

[cost]
input = 5
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/claude-sonnet-4-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-09-29"
last_updated = "2025-09-29"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
interleaved = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-17"
last_updated = "2026-02-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
interleaved = true
Expand Down
3 changes: 2 additions & 1 deletion providers/opencode/models/claude-sonnet-4.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
Expand Down Expand Up @@ -31,4 +32,4 @@ input = ["text", "image", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
3 changes: 2 additions & 1 deletion providers/opencode/models/deepseek-v4-flash-free.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
temperature = true
knowledge = "2025-05"
tool_call = true
Expand All @@ -24,4 +25,4 @@ output = 128_000

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
1 change: 1 addition & 0 deletions providers/opencode/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "deepseek/deepseek-v4-flash"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]

[interleaved]
field = "reasoning_content"
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/deepseek-v4-pro.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "deepseek/deepseek-v4-pro"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]

[interleaved]
field = "reasoning_content"
Expand Down
3 changes: 2 additions & 1 deletion providers/opencode/models/gemini-3-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-12-17"
last_updated = "2025-12-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand All @@ -24,4 +25,4 @@ input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/google"
npm = "@ai-sdk/google"
3 changes: 2 additions & 1 deletion providers/opencode/models/gemini-3-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-18"
last_updated = "2025-11-18"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand Down Expand Up @@ -31,4 +32,4 @@ input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/google"
npm = "@ai-sdk/google"
3 changes: 2 additions & 1 deletion providers/opencode/models/gemini-3.1-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-19"
last_updated = "2026-02-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand All @@ -30,4 +31,4 @@ input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/google"
npm = "@ai-sdk/google"
3 changes: 2 additions & 1 deletion providers/opencode/models/gemini-3.5-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-05-19"
last_updated = "2026-05-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand All @@ -25,4 +26,4 @@ input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]

[provider]
npm = "@ai-sdk/google"
npm = "@ai-sdk/google"
3 changes: 2 additions & 1 deletion providers/opencode/models/glm-4.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-09-30"
last_updated = "2025-09-30"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand All @@ -21,4 +22,4 @@ output = 131072

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
1 change: 1 addition & 0 deletions providers/opencode/models/glm-4.7-free.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand Down
3 changes: 2 additions & 1 deletion providers/opencode/models/glm-4.7.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand All @@ -24,4 +25,4 @@ output = 131072

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
1 change: 1 addition & 0 deletions providers/opencode/models/glm-5-free.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-11"
last_updated = "2026-02-11"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand Down
3 changes: 2 additions & 1 deletion providers/opencode/models/glm-5.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-04-07"
last_updated = "2026-04-07"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand All @@ -23,4 +24,4 @@ output = 131_072

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
3 changes: 2 additions & 1 deletion providers/opencode/models/glm-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-11"
last_updated = "2026-02-11"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
Expand All @@ -23,4 +24,4 @@ output = 131072

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-09-15"
last_updated = "2025-09-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5-nano.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-08-07"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = false
knowledge = "2024-05-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.1-codex-max.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.1-codex-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.1-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.2-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-01-14"
last_updated = "2026-01-14"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-12-11"
last_updated = "2025-12-11"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.3-codex-spark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-12"
last_updated = "2026-02-12"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.3-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-02-24"
last_updated = "2026-02-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.4-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-03-17"
last_updated = "2026-03-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.4-nano.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-03-17"
last_updated = "2026-03-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.4-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-03-05"
last_updated = "2026-03-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.4.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]

[cost]
input = 2.5
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.5-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-12-01"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.5.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.5"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]

[cost]
input = 5
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/gpt-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-08-07"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = false
knowledge = "2024-09-30"
tool_call = true
Expand Down
1 change: 1 addition & 0 deletions providers/opencode/models/grok-build-0.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-05-20"
last_updated = "2026-05-20"
attachment = true
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
structured_output = true
Expand Down
Loading
Loading