25 lines
433 B
TOML
25 lines
433 B
TOML
name = "OpenAI: o1"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
family = "o"
|
|
release_date = "2025-01-01"
|
|
last_updated = "2025-01-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = false
|
|
tool_call = false
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 15
|
|
output = 60
|
|
cache_read = 7.5
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 100000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|