gemini-3.7-flash through MixRoute’s native Gemini endpoint; an OpenAI-compatible endpoint is also supported.
Key capabilities
- Native multimodality - Accepts text, image, video, audio, and PDF input and returns text
- Long context - Supports up to 1,048,576 input tokens and 65,536 output tokens
- Reasoning and tools - Supports thinking, function calling, and structured output
- Native Gemini API - Uses generateContent with content parts
- OpenAI-compatible - Also works through Chat Completions
Quick example
Gemini native API
- cURL
- Python
OpenAI-compatible API
- cURL
- Python
- Streaming