> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hingnet.com.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 即梦图像模型

> 即梦（Jimeng）系列图像生成模型使用指南

即梦（Jimeng）是平台提供的图像生成模型，支持文生图和图生图功能，兼容 OpenAI 图像接口标准。

## 可用模型

| 模型             | 适用场景            | 支持功能    |
| -------------- | --------------- | ------- |
| `jimeng-4.0`   | 高质量创意图像，细节丰富    | 文生图、图生图 |
| `jimeng-3.0`   | 通用场景，性价比高       | 文生图、图生图 |
| `jimeng-agent` | 多轮对话式生成，智能理解上下文 | 文生图、图生图 |

## 接口地址

* **文生图**：`POST /v1/images/generations`
* **图生图**：`POST /v1/images/edits`

## 认证方式

所有请求需在 Header 中携带 API Key：

```
Authorization: Bearer YOUR_API_KEY
```

Base URL：`https://models.hingnet.com.cn`
