gpt-4o-mini · OpenAI · text
GPT-4o mini is OpenAI's budget model with a 128K context window, priced at just 6% of GPT-4o. It supports vision understanding, Function Calling, and cached_input. Ideal for high-concurrency, low-latency scenarios: customer support, classification, summarization, and lightweight code completion.
128K context; cached_input automatic caching (50% input); Function Calling; Structured Output; vision understanding; JSON mode; fast responses.
High-concurrency customer support; classification and tagging; summary generation; lightweight code completion; image recognition; form extraction; batch data processing.
No image generation; no cache_write support; weaker reasoning than GPT-4o; max_tokens capped at 16K.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="gpt-4o-mini"
claude