Google: Gemini Code Reasoning
Model Overview
| Property |
Value |
| Model ID |
google/gemini-code-reasoning |
| Name |
Gemini Code Reasoning |
| Status |
Stable |
| Released |
2025-02-20 |
Description
Advanced code analysis and generation model.
Description
Google: Gemini Code Reasoning is a language model provided by the provider. This model offers advanced capabilities for natural language processing tasks.
Specifications
| Spec |
Value |
| Context Window |
100,000 tokens |
| Max Output |
8,000 tokens |
| Modalities |
text, code |
Pricing
| Type |
Price |
| Input |
$0.15/1M tokens |
| Output |
$0.5/1M tokens |
Capabilities
- Text: Yes
- Image: No
- Audio: No
- Video: No
- Tool Use: Yes
- JSON Mode: No
Key Features
- Multimodal Support - Text, images, audio, video
- Large Context - Up to 100,000 tokens
- Tool Use - Supported
- JSON Mode - Not available
- Streaming - Real-time generation
- Cost Effective - Optimized pricing
Best For
- Code review
- Algorithm design
- Debug assistance
- Optimization
Data & Usage Policies
| Policy |
Status |
| Training Data |
Not used for training |
| Prompt Retention |
Does not retain prompts |
| Data Processing |
Google Cloud privacy compliant |
Status & Availability
- Status: STABLE
- Free Tier: No
- Provider: Google
API Usage Example
curl https://api.langmart.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "google/gemini-code-reasoning",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 8000
}'
google/gemini-3-pro-preview - Latest flagship
google/gemini-2.5-pro - Advanced 2.5
google/gemini-2.0-flash - Fast multimodal
google/gemma-3-27b-it - Open-source
Source
Generated for LangMart AI Platform on 2025-12-28