25 lines
438 B
TOML
25 lines
438 B
TOML
name = "OpenAI o3"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
family = "o"
|
|
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 = 2
|
|
output = 8
|
|
cache_read = 0.5
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 100000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|