16 lines
319 B
TOML
16 lines
319 B
TOML
base_model = "openai/gpt-5.1-codex-mini"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
family = "gpt"
|
|
release_date = "2025-11-12"
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 2
|
|
cache_read = 0.025
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|