ProviderGoogle
gemini-2.5-pro
Model IDTry in Playground →
Quickstart
Drop-in OpenAI-compatible call. Replace YOUR_Alloneia_KEY with your Alloneia API key — get one on the dashboard.
curl https://alloneia.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_Alloneia_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-pro",
"messages": [{"role": "user", "content": "Write a haiku about the ocean."}]
}'Streaming? Add stream: true and read Server-Sent Events from the response body.
Capabilities
- Context window
- 200,000 tokens
- Max output
- 8,192 tokens
- Streaming
- Supported
- Tools / functions
- Not supported
- Vision
- Not supported
Pricing
All prices are USD per 1M tokens and already include Alloneia's margin. You pay these exact numbers against your balance.
Input$2.00
Output$10.00
No prompt caching on this model.