Back to all models
OpenAI
o1-2024-12-17
Vendor
OpenAI
Category
Large Language Model API
Pricing
Input price / 1M tokens
$75.00
Output price / 1M tokens
$300.00
Supported endpoints
openaiQuick start
OpenAI-compatible — just change base_url to treeRouter to use this model:
curl https://treerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TREEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "o1-2024-12-17",
"messages": [{"role": "user", "content": "Hello"}]
}'