13 lines
288 B
TOML
13 lines
288 B
TOML
base_model = "openai/gpt-5.3-codex"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14.00
|
|
cache_read = 0.175
|
|
cache_write = 1.75
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://api.freemodel.dev/v1"
|