anomalyco--models.dev
20 行
268 B
TOML
20 行
268 B
TOML
base_model = "openai/gpt-5-pro"
|
|
name = "GPT-5 pro"
|
|
family = "gpt"
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["high"]
|
|
|
|
[cost]
|
|
input = 15
|
|
output = 120
|
|
|
|
[limit]
|
|
input = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|