24 lines
431 B
TOML
24 lines
431 B
TOML
name = "OpenAI o3 Pro"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
family = "o-pro"
|
|
release_date = "2024-06-01"
|
|
last_updated = "2024-06-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = false
|
|
tool_call = true
|
|
knowledge = "2024-06"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 20
|
|
output = 80
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 100000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|