17 lines
361 B
TOML
17 lines
361 B
TOML
base_model = "openai/gpt-5.2-codex"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text", "image"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai"
|
|
api = "${NEON_AI_GATEWAY_BASE_URL}/ai-gateway/openai/v1"
|
|
shape = "responses"
|