Files
anomalyco--models.dev/providers/requesty/models/openai/gpt-5-pro.toml
T
2026-07-13 12:28:55 +08:00

9 lines
220 B
TOML

base_model = "openai/gpt-5-pro"
base_model_omit = ["limit.input"]
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }, { type = "budget_tokens" }]
[cost]
input = 15
output = 120