Google
在线

Gemini 2.5 Flash Image

Google image generation model. Fast text-to-image, billed per generated image.

模型 ID: tokenfast/gemini-2.5-flash-image

规格

上下文窗口

32K Token

最大输出

N/A

输入价格

$0.27 / 1M

输出价格

$0.10 / 张

能力

image_generation

快速开始

通过我们的 OpenAI 兼容 API 端点调用此模型。

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourdomain.com/v1",
  apiKey: "sk-your-api-key",
});

const response = await client.chat.completions.create({
  model: "tokenfast/gemini-2.5-flash-image",
  messages: [
    { role: "user", content: "Hello! What can you help me with?" },
  ],
  max_tokens: 1024,
});

console.log(response.choices[0].message.content);

价格汇总

输入$0.27 / 1M
输出$0.10 /

厂商

Google

Google

Google DeepMind's Gemini family of multimodal AI models with industry-leading context windows.

访问官网

相关模型

更多来自 Google 的模型