Files
2026-07-13 12:28:55 +08:00

13 lines
281 B
TOML

base_model = "openai/gpt-5.5"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
[cost]
input = 5.00
output = 30.00
cache_read = 0.50
cache_write = 5.00
[provider]
npm = "@ai-sdk/openai-compatible"
api = "https://api.freemodel.dev/v1"