Gemini & Gemma — massive context, multimodal
3
Models
$0.14
Cheapest Input
2M
Max Context
Pricing
Input
$2.00 / 1M tokens
Output
$12.00 / 1M tokens
Context Window
2M tokens
Max Completion
65.536K tokens
Supported Features
✓ Reasoning✓ Tool Use✓ Streaming✓ Image Input✓ Audio Input✓ Video Input✓ Grounding✓ Code Execution
Supported Parameters
temperaturetop_ptop_kstoptoolsmax_tokensInput Modalities
textimageaudiovideo
Output Modalities
textimage
Release: 2026-03
Knowledge cutoff: 2026-01
API Usage
curl https://api.stackai.one/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-3.1-pro-preview",
"messages": [{"role": "user", "content": "Create a 4-core VM"}],
"temperature": 0.7,
"max_tokens": 4096
}'