# OpenRouter 新增图像生成模型专用 API 端点

- 来源：OpenRouter：Announcements（RSS）
- 发布时间：2026-07-27 08:00
- AIHOT 分数：60
- AIHOT 链接：https://aihot.virxact.com/items/cms3fuyms00mtrondudz5pjw8
- 原文链接：https://openrouter.ai/blog/tutorials/image-generation-models

## AI 摘要

OpenRouter 通过专用 `/api/v1/images` 端点提供图像生成模型服务，图像理解仍通过 `/chat/completions` 端点完成，两者共用同一 API Key 和计费体系。该平台同时公布了两种任务的完整接口合约，并修复了此前出现的“no endpoints found”错误。

## 正文

Generation runs through the dedicated /api/v1/images endpoint and understanding through /chat/completions, with the same key and billing. Here's the full contract for both jobs, plus the fix for the 'no endpoints found' error.
