fix: [missing-model] ofox: anthropic/claude-opus-4.5 (#4242)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-08-06 23:31:23 -05:00
committed by GitHub
parent 7ff2243f1f
commit d089bd3b04
@@ -0,0 +1,15 @@
# https://ofox.ai/en/models/anthropic/claude-opus-4.5 — Ofox model id, pricing, context/output
# https://docs.anthropic.com/en/docs/about-claude/models/overview — Opus 4.5 extended thinking
# Reasoning: Anthropic-native path; effort + budget_tokens match providers/anthropic/models/claude-opus-4-5.toml
base_model = "anthropic/claude-opus-4-5"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024 }]
[cost]
input = 5
output = 25
cache_read = 0.5
cache_write = 6.25
[provider]
npm = "@ai-sdk/anthropic"
api = "https://api.ofox.ai/anthropic/v1"