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

17 lines
355 B
TOML

base_model = "openai/gpt-5.1-codex-max"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
name = "GPT 5.1 Codex Max"
family = "gpt"
release_date = "2025-11-19"
temperature = true
knowledge = "2024-10"
[cost]
input = 1.25
output = 10
cache_read = 0.125
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]