google/gemini-2.5-flash-image
Google Nano Banana, backed by Gemini 2.5 Flash Image, for image generation and image editing through the Vertex-compatible OneHop route. It supports text and image input and can return image output with optional text.
출처: gemini_image_x0.5 · 2026-06-06 확인
API 호출 시 어떤 ID든 사용할 수 있습니다.
google/gemini-2.5-flash-imageONEHOP_KEY 자리 표시자를 귀하의 API key로 교체하세요. 생성하기 →
from google import genai
# OneHop 兼容 Vertex AI Gemini generateContent 接口
client = genai.Client(
api_key="<ONEHOP_KEY>",
http_options={"base_url": "https://api.onehop.ai/vertex-ai"},
)
response = client.models.generate_content(
model="google/gemini-2.5-flash-image",
contents="What is the meaning of life?",
)
print(response.text)최근 30일간 요청 0건