Gemini 2.5 Pro
Model Information
Display Name: Gemini 2.5 Pro
API Model ID: google/gemini-2.5-pro
Category: Image To Text
Description: Gemini 2.5 Pro is Google's thinking-first model from the 2.5 generation. It reasons through problems before answering and remains a strong, widely-adopted baseline for complex coding, analysis and long-context work. **Key Features:** - 1M token context window - Up to 65K output tokens - Vision: text, image, audio, video, PDF input - Always-on thinking/reasoning (not disableable) - Native function calling and structured outputs - Code execution and grounding with Google Search **Best For:** - Complex reasoning and deep analysis - Coding and agentic workflows - Long-context document and codebase processing - Workloads already standardized on the 2.5 generation
Context Window: 1,048,576 tokens
Max Output: 65,536 tokens
How to Use This Model
To use Gemini 2.5 Pro via the HInow.ai API, use the model ID: google/gemini-2.5-pro
API Request Example (Chat/Text)
POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "google/gemini-2.5-pro",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
API Request Example (Image Generation)
POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "google/gemini-2.5-pro",
"prompt": "Your image description here"
}
Pricing
- input: $1.88
- output: $15.00
Available Parameters
- temperature: Controls randomness (0-2). Default: 1 (Options: 0, 0.3, 0.5, 0.7, 1.0, 1.5, 2.0)
- top_p: Nucleus sampling (0-1). Default: 0.95 (Options: 0.1, 0.5, 0.7, 0.9, 0.95, 1.0)
- max_tokens: Max tokens to generate (1-65536) (Options: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536)
- response_format: Output format (Options: text, json_object)
- tools: Function/tool definitions for agentic workflows
Quick Reference
To use this model, set: "model": "google/gemini-2.5-pro"
Featured: No
Documentation: https://hinow.ai/models/google/gemini-2.5-pro
API Endpoint: https://api.hinow.ai/v1


