Google: Gemini 2.5 Pro
Chatgoogle/gemini-2.5-proGoogle's flagship Gemini model with 1M context, thinking/reasoning capabilities, and full multimodal support (text, image, video, audio). Excels at complex analysis and creative tasks.
1M context window
66K max output tokens
Released: 2025-06-17
Supported Protocols:openaigemini
Available Providers:Vertex
Capabilities:VisionFunction CallingReasoningPrompt CachingWeb SearchAudio InputVideo InputPDF Input
Pricing
| Type | Price |
|---|---|
| Input Tokens | $1.25/M |
| Output Tokens | $10/M |
| Audio Input | $1.25/M |
| Cache Read | $0.125/M |
| Cache Write | $4.5/M |
| Cached Audio | $0.125/M |
| Web Search | $0.035/R |
Code Examples
from google import genaiclient = genai.Client(api_key="YOUR_OFOX_API_KEY",http_options={"api_version": "v1beta", "url": "https://api.ofox.ai/gemini"},)response = client.models.generate_content(model="google/gemini-2.5-pro",contents="Hello!",)print(response.text)
Related Models
Frequently Asked Questions
Google: Gemini 2.5 Pro on Ofox.ai costs $1.25/M per million input tokens and $10/M per million output tokens. Pay-as-you-go, no monthly fees.
Google: Gemini 2.5 Pro supports a context window of 1M tokens with max output of 66K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible โ just change the base URL and API key in your existing code.
Google: Gemini 2.5 Pro supports the following capabilities: Vision, Function Calling, Reasoning, Prompt Caching, Web Search, Audio Input, Video Input, PDF Input. Access all features through the Ofox.ai unified API.