anomalyco--models.dev
23 行
467 B
TOML
23 行
467 B
TOML
name = "OpenAI: GPT-5 Pro"
|
|
description = "Frontier GPT model for professional reasoning, coding, and multimodal work"
|
|
release_date = "2025-10-06"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = [{ type = "effort", values = ["high"] }]
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 15
|
|
output = 120
|
|
|
|
[limit]
|
|
context = 400000
|
|
output = 128000
|
|
|
|
[modalities]
|
|
input = ["image", "pdf", "text"]
|
|
output = ["text"]
|