22 lines
668 B
TOML
22 lines
668 B
TOML
# Raw POST /v1/chat/completions is documented for this ID without a reasoning
|
|
# field. POST /v1/responses has an opaque reasoning object for GPT-5/o-series,
|
|
# but its documented model list excludes this ID, so no control is verified.
|
|
# https://docs.vivgrid.com/models/gpt-5.5 (accessed 2026-06-25)
|
|
# https://docs.vivgrid.com/api/model-api (accessed 2026-06-25)
|
|
base_model = "openai/gpt-5.5"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 5
|
|
output = 30
|
|
cache_read = 0.5
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 272_000 }
|
|
input = 10
|
|
output = 45
|
|
cache_read = 1
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|