MODELS / OPENAI

o1

o1 is OpenAI's flagship reasoning model, designed for complex problems that require deep thinking. It provides strong reasoning capabilities with improved accuracy for complex multi-step tasks.

TEXTREASONINGFILE-INPUTREASONINGTOOL-USEVISIONIMPLICIT-CACHING
200K
CONTEXT WINDOW
100K
MAX OUTPUT TOKENS
$15 / 1M tokens
INPUT PRICE
$60 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/openai/o1",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: file, image, textOUTPUT: textRELEASED: 2024-12-05