gemini-3-pro-preview-thinking
Gemini 3 · Per Token
gemini-3-pro-preview-thinkingAvailable⚡Cache 87% offChatReasoningMultimodalVisionTool UsePrompt CacheJSON ModeFastPremiumPreviewContext Window: 1000KMax Output Tokens: 66K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $1.50 | $1.05 |
| Output | $20.00 | $14.00 |
| Cache Read | $0.20 | $0.20 |
Parameters
Context Window
1.0M tokens
Max Output Tokens
66K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Reasoning
Complex reasoning tasks, analytical work, and research
Multimodal
Tasks combining text, image, audio, and video understanding
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$8.05
API Code Example
POST/v1beta/models/gemini-3-pro-preview-thinking:generateContent
curl "https://api.lemondata.cc/v1beta/models/gemini-3-pro-preview-thinking:generateContent" \
-H "Content-Type: application/json" \
-H "x-goog-api-key: sk-xxx" \
-d '{
"contents": [
{"role": "user", "parts": [{"text": "Hello!"}]}
]
}'FAQ
How much does gemini-3-pro-preview-thinking cost?
On LemonData, gemini-3-pro-preview-thinking costs $1.0500 per 1M input tokens and $14.0000 per 1M output tokens, which is up to 30% off the official pricing.
What is gemini-3-pro-preview-thinking best for?
gemini-3-pro-preview-thinking excels at Chat, Reasoning, Multimodal. Access it through LemonData's unified API with a single API key.
How to use gemini-3-pro-preview-thinking API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.