兼容 OpenAI Responses API 格式,支持 Cherry Studio 等客户端接入
responses.create() 方法https://api.mountsea.ai/chat,与 OpenAI Chat Completions API 共用相同的 Base URL。| 配置项 | 值 |
|---|---|
| 服务商名称 | MountSea AI |
| API 地址 | https://api.mountsea.ai/chat |
| API Key | 你的 API Key |
| 模型名称 | 例如 gpt-5.1、claude-sonnet-4-6 等 |
| 特性 | Chat Completions | Responses API |
|---|---|---|
| 端点 | /v1/chat/completions | /v1/responses |
| 输入格式 | messages 数组 | input (字符串或数组) |
| 系统提示 | messages 中 role=system | instructions 参数 |
| 响应格式 | choices[0].message.content | output_text |
| 流式响应 | ✅ | ✅ |
| Function Calling | ✅ | ✅ |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
模型名称
gpt-5.1, gpt-5.1-all, gpt-5.1-thinking, gpt-5.1-thinking-all, gpt-5.2, gemini-3-pro, gemini-2.5-pro, gemini-2.5-flash, gemini-3-flash, gemini-3.1-pro, claude-4.5, claude-opus-4-6, claude-haiku-4-5-20251001, claude-sonnet-4-6 "gpt-5.1"
输入内容,可以是字符串或消息数组
"Tell me a joke"
系统指令
"You are a helpful assistant."
是否流式输出
false
温度 (0-2)
1
最大输出 token 数
1000
Top P
1
工具列表
工具选择策略
"auto"
文本生成配置
成功