google
google/gemini-3-flash-preview/Released Dec 2025

Gemini 3 Flash

Fast multimodal model with configurable reasoning, strong agentic workflows, long context, and tool use for interactive chat, coding, and complex tasks.

Provider
google
Modality
multi-to-text
Released
Dec 2025
Pricing
$0.05 / 1M in$0.30 / 1M out

Ready to build with Gemini 3 Flash?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gemini-3-flash-preview",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'