Google

Gemini 2.5 Pro

Google's most intelligent Gemini model with a 1M token context window. Deep reasoning, multimodal understanding, and advanced code generation.

featuredlong contextmultimodal
Pricing via Neureus
Save 10% vs OpenRouter
Context window 1M tokens
Max output 66K tokens
Input (OpenRouter) $1.25/M
Input (Neureus) $1.13/M
Output (OpenRouter) $10.00/M
Output (Neureus) $9.00/M
Neureus prices all models at 10% below published OpenRouter rates, updated monthly. Free tier includes 5M tokens →
Chat
Vision
Code
Audio
Long context
Function calling
MMLU 91.0%
HumanEval 90.0%
text
vision
code
audio

One API. Every model.

Swap any model ID in a single field. Neureus handles routing, caching, and tenant isolation automatically.

chat.ts
const res = await fetch('https://app.neureus.ai/ai/chat', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${NEUREUS_API_KEY}`,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    model: 'google/gemini-2.5-pro',
    messages: [{ role: 'user', content: 'Hello!' }],
  }),
});
const { message } = await res.json();
Semantic response caching — repeated queries served free from edge
Per-tenant spend caps — set a monthly limit per customer
PII guardrails — optional PHI/PII detection before each request
Automatic failover — falls back to an alternate provider on error

Start using Gemini 2.5 Pro
for free.

Free tier includes 5M AI tokens, RAG pipeline, agents, and all 7 composition patterns — no credit card required.