Gemini 1.5 Flash (vision)
Google Gemini 1.5 Flash, the fast low-cost multimodal model. 1M-token context, image/audio/video input, good for high-volume captioning, classification and long-video skim tasks.
Gemini 1.5 Flash (vision) is multimodal AI model from Google DeepMind, priced at β¬0.000 per 1M input tokens with a 1.0M tokens context window.
About this model
0.7
Pricing
API Integration
Use our OpenAI-compatible API to integrate Gemini 1.5 Flash (vision) into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
// Simple β just pass a string
const reply = await rw.run("gemini-1-5-flash-vision", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("gemini-1-5-flash-vision", [
{ role: "system", content: "You are a helpful assistant." },
{ role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);
// Full response with usage info
const res = await rw.chat("gemini-1-5-flash-vision", [
{ role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);Frequently asked questions
Related Models
View all MultimodalBLIP
Salesforce BLIP. Vision-language model for image captioning and visual question answering. Given an image it writes a short natural-language caption, or answers a question about the image when one is supplied. A widely used baseline for automatic captioning.
CLIP Interrogator
pharmapsychotic's CLIP Interrogator. Takes an image and produces a Stable-Diffusion-style text prompt by combining BLIP captioning with CLIP to rank likely subjects, artists, mediums and styles. Commonly used to reverse-engineer a prompt from an existing picture.
Claude 3.5 Sonnet (vision)
Anthropic Claude 3.5 Sonnet with image input. 200k context, strong on dense documents, tables, charts and handwriting. Reliable structured extraction from screenshots and scans.
Claude Opus 4.7
Anthropic's April 2026 flagship. 87.6% on SWE-bench Verified, 3x higher image resolution, output self-verification, vision + reasoning.
Start using Gemini 1.5 Flash (vision) today
Get started with free credits. No credit card required. Access Gemini 1.5 Flash (vision) and 100+ other models through a single API.