Skip to content

Commit 82e166e

Browse files
authored
Merge pull request #264 from suurt8ll/chore/add-new-models
chore(gemini): add `gemini-3.1-flash-lite` and `gemini-3.5-flash`
2 parents 0f53edd + 6963ea1 commit 82e166e

1 file changed

Lines changed: 72 additions & 1 deletion

File tree

plugins/pipes/gemini_models.yaml

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,78 @@
55

66

77

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
980
gemini-3.1-flash-lite-preview:
1081
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."
1182
knowledge_cutoff: "2025-01"

0 commit comments

Comments
 (0)