Back to Models
Gemini Flash Image 2.5 (Nano Banana)
google/flash-image-2.5
Google
Image Generation
Description
Gemini Flash Image 2.5 (Nano Banana) by Google. This model supports image capabilities.
Specifications
Pricing
- Per Image Cost:
- $0.07800000
- Images per Dollar:
- 12.82
Usage Example
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourproxy.com/v1",
apiKey: process.env.PROXY_KEY,
});
const completion = await client.chat.completions.create({
model: "google/flash-image-2.5",
messages: [{ role: "user", content: "Hello!" }],
});