MODELS / OPENAI

GPT-4o mini (Fast)

GPT-4o mini from OpenAI is their most advanced and cost-efficient small model. It is multi-modal (accepting text or image inputs and outputting text) and has higher intelligence than gpt-3.5-turbo but is just as fast.

TEXTFILE-INPUTIMPLICIT-CACHINGTOOL-USEVISIONWEB-SEARCHFAST
128K
CONTEXT WINDOW
16.4K
MAX OUTPUT TOKENS
$0.25
INPUT PRICE / 1M TOKENS
$1
OUTPUT PRICE / 1M TOKENS
QUICKSTART

Call it in one request.

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

curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/openai/gpt-4o-mini-fast",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
SPECIFICATIONS

The full spec sheet.

Context, pricing, modalities, routing, and deployment: everything GPT-4o mini (Fast) supports, in one table.

MODEL ID
blackboxai/openai/gpt-4o-mini-fast
DEVELOPED BY
OpenAI
MODEL TYPE
Text
RELEASED
Jul 18, 2024
CONTEXT WINDOW
128K
MAX OUTPUT TOKENS
16.4K
INPUT MODALITIES
text, image, pdf
OUTPUT MODALITIES
text
INPUT PRICE
$0.25 / 1M tokens
OUTPUT PRICE
$1 / 1M tokens
CACHE READ
$0.125 / 1M tokens
REASONING
Not supported
DATA RETENTION
Standard retention
DEDICATED DEPLOYMENT
Not available (closed-weight model)
SUPPORTED PARAMETERS
max_tokenstemperaturestoptoolstool_choice