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

# 模型与调用结果

> 当前 Messages 模型的实际调用结果。

验证日期：**2026-09-10**，请求入口为 `/v1/messages`，使用 Messages Key。

| 模型 ID                       | 请求与实际结果                                    |
| --------------------------- | ------------------------------------------ |
| `claude-sonnet-5`           | 文本和 SSE 均返回 `API_OK`；Claude Code 客户端也已运行成功 |
| `claude-opus-5`             | 文本请求返回 `API_OK`                            |
| `claude-haiku-4-5-20251001` | 问“2 加 3”，返回 `5`                            |

请填写完整模型 ID。[Models](/cn/models) 页面提供当前 Key 的模型查询方式。

本次调用 `claude-sonnet-4-6` 返回 404，错误类型为 `model_not_found`。因此当前示例使用 `claude-sonnet-5`。接入请求见 [Messages API](/cn/api-reference/messages)。
