Gemini 1.5
Gemini 1.5 is available through the Deva OpenAI-compatible API with transparent context, capability, and pricing metadata.
Quick start
Drop-in requests for the OpenAI-compatible Deva endpoint.
1curl https://api.deva.me/v1/chat/completions \2 -H "Authorization: Bearer $DEVA_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "google/gemini-1.5-pro-latest",6 "messages": [{"role":"user","content":"Hello from Deva"}],7 "stream": true8 }'Capabilities
Feature metadata advertised for this model.
Related models
More options from google and the recommended set.
GOOGLE: Gemini 2
GOOGLE: Gemini 2.5 Pro
Gemini 2.5 Pro is Google's state-of-the-art model for advanced reasoning, coding, mathematics, and scientific tasks. Its 'thinking' capabilities let it reason through responses with greater accuracy and nuanced context handling, achieving top-tier results across benchmarks, including a first-place position on the LMArena leaderboard.
GOOGLE: Gemini 3 Flash
Gemini 3 Flash is a high-speed, high-value thinking model designed for agentic workflows, multi-turn chat, and coding assistance. It delivers near-Pro reasoning and tool use at substantially lower latency, with a 1M-token context window and multimodal inputs including text, images, audio, video, and PDFs. It supports configurable thinking levels, structured output, tool use, and automatic context caching.
GOOGLE: Gemini 3.1 Pro
Gemini 3.1 Pro is Google's frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage. Building on the multimodal foundation of the Gemini 3 series, it combines high-precision reasoning across text, image, video, audio, and code with a 1M-token context window, and introduces a medium thinking level to balance cost, speed, and performance. It excels at agentic coding, structured planning, and multimodal analysis.