# 问高云API开发文档 > 问高云API聚合平台开发者文档,覆盖 OpenAI 兼容接口、Anthropic 原生接口、模型能力、计费字段和错误码。 ## Docs - [创建 Anthropic Messages 响应](https://docs.wengaocloud.com/api-reference/anthropic-native/创建-anthropic-messages-响应.md): Anthropic Messages 兼容接口,用于 Claude 原生 Messages 请求。 - [创建图片异步任务](https://docs.wengaocloud.com/api-reference/async-images/创建图片异步任务.md): 创建按张计费的图片异步生成任务。任务创建后由平台异步处理生成和结果转存,再通过查询接口返回问高云图片 URL。 - [查询图片异步任务](https://docs.wengaocloud.com/api-reference/async-images/查询图片异步任务.md): 查询图片异步任务状态和结果。查询接口只读取平台任务状态。 - [创建图片生成](https://docs.wengaocloud.com/api-reference/images/创建图片生成.md): OpenAI 兼容的同步图片生成接口。该接口保留兼容形态,具体按 token 还是按图片单位计费,以模型和控制台价格配置为准。 - [创建图片编辑](https://docs.wengaocloud.com/api-reference/images/创建图片编辑.md): 使用 `multipart/form-data` 的图片编辑接口。 - [查询模型列表](https://docs.wengaocloud.com/api-reference/models/查询模型列表.md): 返回当前 API Key 和租户域名下可用的模型列表。 - [创建 Responses 响应](https://docs.wengaocloud.com/api-reference/openai-compatible/创建-responses-响应.md): OpenAI 兼容的 Responses API。具体文本、多模态和流式能力以模型能力为准。 - [创建对话补全](https://docs.wengaocloud.com/api-reference/openai-compatible/创建对话补全.md): OpenAI 兼容的对话补全接口,支持文本、流式输出、工具调用以及模型支持的多模态能力。 - [创建视频生成任务](https://docs.wengaocloud.com/api-reference/videos/创建视频生成任务.md): 创建一个异步视频生成任务。 - [查询视频生成任务](https://docs.wengaocloud.com/api-reference/videos/查询视频生成任务.md): 查询异步视频生成任务的状态和结果。 - [API 参考概览](https://docs.wengaocloud.com/api/overview.md) - [认证与 API Key](https://docs.wengaocloud.com/authentication.md): 了解 Bearer API Key 的使用方式和安全建议。 - [Base URL 与域名](https://docs.wengaocloud.com/base-url.md): 说明主站、文档站、API 网关域名之间的关系。 - [变更日志](https://docs.wengaocloud.com/changelog.md): 记录公开 API、模型能力和文档结构变更。 - [图片异步生成](https://docs.wengaocloud.com/guides/async-images.md): 使用 /v2/images/generations 创建按张计费的图片生成任务,并查询问高云结果图。 - [计费与 Usage 字段](https://docs.wengaocloud.com/guides/billing.md): 说明 token、图片、视频和缓存 token 的公开计费口径。 - [流式输出](https://docs.wengaocloud.com/guides/streaming.md): 使用 SSE 接收模型增量输出。 - [概览](https://docs.wengaocloud.com/index.md): 使用 OpenAI 兼容接口、Anthropic 原生接口和平台扩展接口接入 AI 模型。 - [从 OpenAI 迁移](https://docs.wengaocloud.com/migration/openai.md): 最小改动迁移 OpenAI SDK 调用。 - [模型能力矩阵](https://docs.wengaocloud.com/models/capabilities.md): 用矩阵说明模型与 endpoint 的支持关系。 - [模型总览](https://docs.wengaocloud.com/models/overview.md): 了解模型 ID、endpoint 支持和计费单位。 - [快速开始](https://docs.wengaocloud.com/quickstart.md): 用最少步骤完成第一次 AI API 调用。 - [错误码](https://docs.wengaocloud.com/reference/errors.md): 常见错误响应、原因和恢复建议。 - [安全边界](https://docs.wengaocloud.com/reference/security.md): 文档站、控制台和 API Gateway 的安全边界。 ## OpenAPI Specs - [gateway-v1.openapi](https://docs.wengaocloud.com/openapi/gateway-v1.openapi.yaml)