Files
2026-07-13 12:28:55 +08:00

24 lines
472 B
TOML

name = "o1"
description = "O-series reasoning model for hard analysis, math, coding, and planning"
family = "o"
release_date = "2024-12-18"
last_updated = "2024-12-18"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = false
open_weights = false
tool_call = true
[cost]
input = 14
output = 54
[limit]
context = 200_000
output = 100_000
[modalities]
input = ["text", "image"]
output = ["text"]