google
google/gemini-2-0-flash-001

Gemini 2.0 Flash

Multimodal LLM for agentic applications, handling real-time data integration and multi-step tasks with enhanced reasoning via Thinking Mode, integrating Google tools and third-party functions.

Provider
google
Modality
multi-to-text
Pricing
$0.10 / 1M in$0.40 / 1M out

Ready to build with Gemini 2.0 Flash?

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