Google Gemini 系列强调多模态理解与指令遵循,兼顾速度与成本,适合生产级调用。该系列面向生产级调用,强调稳定性与可控输出。文生图可根据提示词生成高质量图片,适合海报、素材、插画与产品概念图。即时推理 API,性能稳定,无需等待,价格亲民
Use your MyRouter API key with an OpenAI-compatible request body.
curl https://api.jiekou.ai/v1/chat/completions \
-H "Authorization: Bearer $MYROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-pro-image-edit",
"messages": [{"role":"user","content":"Hello from MyRouter"}]
}'