MODELS / GOOGLE

Gemini 2.5 Flash Lite

Gemini 2.5 Flash-Lite is a balanced, low-latency model with configurable thinking budgets and tool connectivity (e.g., Google Search grounding and code execution). It supports multimodal input and offers a 1M-token context window.

TEXTREASONINGFILE-INPUTREASONINGTOOL-USEVISIONWEB-SEARCHIMPLICIT-CACHING
1.0M
CONTEXT WINDOW
65.5K
MAX OUTPUT TOKENS
$0.1 / 1M tokens
INPUT PRICE
$0.4 / 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/google/gemini-2.5-flash-lite",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: audio, file, image, text, videoOUTPUT: textRELEASED: 2025-06-17