Documentation Index
Fetch the complete documentation index at: https://docs.seeoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
基本信息
| 项目 | 值 |
|---|---|
| Base URL | https://api.seeoneapi.com/v1 |
| 协议 | HTTPS |
| 认证 | Bearer Token |
| 格式 | JSON |
| 编码 | UTF-8 |
兼容标准
SeeOneAPI 完全兼容 OpenAI API 格式。所有支持 OpenAI API 的 SDK 和工具都可以直接使用。可用端点
| 端点 | 方法 | 说明 |
|---|---|---|
/v1/chat/completions | POST | 对话补全(所有文本模型) |
/v1/images/generations | POST | 图像生成(gpt-image-2) |
/v1/models | GET | 查看可用模型列表 |