|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | | - |
| 8 | +gemini-3.5-flash: |
| 9 | + description: "Gemini 3.5 Flash provides sustained frontier-level intelligence optimized for real-world tasks at a higher speed and lower cost. Designed for the agentic era, it excels at sub-agent deployment, multi-step workflows, and long-horizon tasks at scale. This model is particularly effective for rapid agentic loops involving complex coding cycles and iterations." |
| 10 | + knowledge_cutoff: "2025-01" |
| 11 | + latest_update: "2026-05" |
| 12 | + supported_data_types: |
| 13 | + inputs: [Text, Image, Video, Audio, PDF] |
| 14 | + outputs: [Text] |
| 15 | + tokens: |
| 16 | + input: 1048576 |
| 17 | + output: 65536 |
| 18 | + capabilities: |
| 19 | + audio_generation: false |
| 20 | + batch_api: true |
| 21 | + caching: true |
| 22 | + code_execution: true |
| 23 | + file_search: true |
| 24 | + function_calling: true |
| 25 | + grounding_google_maps: true |
| 26 | + image_generation: false |
| 27 | + live_api: false |
| 28 | + search_grounding: true |
| 29 | + structured_outputs: true |
| 30 | + thinking: true |
| 31 | + url_context: true |
| 32 | + pricing: |
| 33 | + free_tier: true |
| 34 | + excluded_features: [search_grounding, grounding_google_maps] |
| 35 | + input: |
| 36 | + - up_to_tokens: null |
| 37 | + price_per_million: 1.50 |
| 38 | + output: |
| 39 | + - up_to_tokens: null |
| 40 | + price_per_million: 9.00 |
| 41 | + caching: |
| 42 | + - up_to_tokens: null |
| 43 | + price_per_million: 0.15 |
| 44 | +gemini-3.1-flash-lite: |
| 45 | + description: "Gemini 3.1 Flash-Lite is a low-latency, cost-effective multimodal model optimized for high-frequency, lightweight tasks. The model supports text, image, video, audio, and PDF inputs, and is designed for high-volume agentic workflows, simple data extraction, and applications where latency and API cost are the primary constraints." |
| 46 | + knowledge_cutoff: "2025-01" |
| 47 | + latest_update: "2026-05" |
| 48 | + supported_data_types: |
| 49 | + inputs: [Text, Image, Video, Audio, PDF] |
| 50 | + outputs: [Text] |
| 51 | + tokens: |
| 52 | + input: 1048576 |
| 53 | + output: 65536 |
| 54 | + capabilities: |
| 55 | + audio_generation: false |
| 56 | + batch_api: true |
| 57 | + caching: true |
| 58 | + code_execution: true |
| 59 | + file_search: true |
| 60 | + function_calling: true |
| 61 | + grounding_google_maps: false |
| 62 | + image_generation: false |
| 63 | + live_api: false |
| 64 | + search_grounding: true |
| 65 | + structured_outputs: true |
| 66 | + thinking: true |
| 67 | + url_context: true |
| 68 | + pricing: |
| 69 | + free_tier: true |
| 70 | + excluded_features: [search_grounding] |
| 71 | + input: |
| 72 | + - up_to_tokens: null |
| 73 | + price_per_million: 0.25 |
| 74 | + output: |
| 75 | + - up_to_tokens: null |
| 76 | + price_per_million: 1.50 |
| 77 | + caching: |
| 78 | + - up_to_tokens: null |
| 79 | + price_per_million: 0.025 |
9 | 80 | gemini-3.1-flash-lite-preview: |
10 | 81 | description: "Our most cost-efficient multimodal model, offering the fastest performance for high-frequency, lightweight tasks. Gemini 3.1 Flash-Lite is best for high-volume agentic tasks, simple data extraction, and extremely low-latency applications where budget and speed are the primary constraints." |
11 | 82 | knowledge_cutoff: "2025-01" |
|
0 commit comments