24 lines
510 B
TOML
24 lines
510 B
TOML
name = "OpenAI: GPT-5 Codex"
|
|
description = "Coding-optimized GPT model for repository edits, reviews, and agentic software work"
|
|
release_date = "2025-09-15"
|
|
last_updated = "2025-09-15"
|
|
attachment = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10.0
|
|
cache_read = 0.125
|
|
|
|
[limit]
|
|
context = 400000
|
|
output = 128000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|