17 lines
338 B
TOML
17 lines
338 B
TOML
base_model = "openai/gpt-5.1-codex"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
name = "GPT-5.1-Codex"
|
|
family = "gpt"
|
|
release_date = "2025-11-12"
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.125
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|