9 lines
276 B
TOML
9 lines
276 B
TOML
base_model = "anthropic/claude-opus-4-7"
|
|
status = "beta"
|
|
|
|
reasoning_options = []
|
|
|
|
[experimental.modes.fast]
|
|
cost = { input = 30, output = 150, cache_read = 3, cache_write = 37.5 }
|
|
provider = { body = { speed = "fast" }, headers = { anthropic-beta = "fast-mode-2026-02-01" } }
|