参考
端点速查表
各平台 Base URL 与完整请求路径的快速对照。
为了方便您快速配置,以下是各平台对应的 Base URL 和完整请求路径汇总。
SDK / 客户端 Base URL 配置
| 服务类型 | 推荐 Base URL 配置 |
|---|---|
| Claude / Anthropic | https://api.stillhappy.cn |
| OpenAI / 兼容客户端 | https://api.stillhappy.cn |
| Codex | openai_base_url = "https://api.stillhappy.cn/v1" |
| Gemini | https://api.stillhappy.cn |
| Antigravity (Claude) | https://api.stillhappy.cn/antigravity |
| Antigravity (Gemini) | https://api.stillhappy.cn/antigravity |
HTTP 完整请求路径 (Endpoints)
| 服务类型 | 完整请求端点 |
|---|---|
| Claude / Anthropic | https://api.stillhappy.cn/v1/messages |
| OpenAI Chat | https://api.stillhappy.cn/v1/chat/completions |
| OpenAI Responses | https://api.stillhappy.cn/v1/responses |
| Gemini | https://api.stillhappy.cn/v1beta/models/... |
| Antigravity (Claude) | https://api.stillhappy.cn/antigravity/v1/messages |
| Antigravity (Gemini) | https://api.stillhappy.cn/antigravity/v1beta/models/... |
