25 lines
452 B
TOML
25 lines
452 B
TOML
name = "OpenAI o1"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
family = "o"
|
|
release_date = "2024-09-12"
|
|
last_updated = "2024-12-17"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = false
|
|
knowledge = "2023-10"
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 100_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|