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

26 lines
490 B
TOML

name = "GPT-5 Chat"
description = "Chat-tuned GPT model for conversational assistance, writing, and tool workflows"
family = "gpt-codex"
release_date = "2025-08-07"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = []
temperature = false
knowledge = "2024-10-24"
tool_call = false
open_weights = false
[cost]
input = 1.25
output = 10.00
cache_read = 0.13
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]