24 lines
433 B
TOML
24 lines
433 B
TOML
name = "OpenAI: GPT-5 Pro"
|
|
description = "Frontier GPT model for professional reasoning, coding, and multimodal work"
|
|
family = "gpt-pro"
|
|
release_date = "2025-01-01"
|
|
last_updated = "2025-01-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = false
|
|
tool_call = false
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 15
|
|
output = 120
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 32768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|