MODELS / GOOGLE

Gemini 2.5 Pro

Gemini 2.5 Pro is our most advanced reasoning Gemini model, capable of solving complex problems. Gemini 2.5 Pro can comprehend vast datasets and challenging problems from different information sources, including text, audio, images, video, and even entire code repositories.

TEXTREASONINGFILE-INPUTREASONINGTOOL-USEVISIONWEB-SEARCHIMPLICIT-CACHING
1.0M
CONTEXT WINDOW
65.5K
MAX OUTPUT TOKENS
$1.25 / 1M tokens
INPUT PRICE
$10 / 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-pro",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: audio, file, image, text, videoOUTPUT: textRELEASED: 2025-03-20