三项必填信息
地址怎么填
- OpenAI Python SDK 的
base_url、JavaScript SDK 的baseURL:填https://token.poryf.com/v1。 - 直接发送 HTTP 请求:文本对话完整地址为
https://token.poryf.com/v1/chat/completions。 - 第三方客户端:先看该客户端是否自动添加
/v1。若自动添加,只填https://token.poryf.com。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
确认地址、密钥与模型 ID,避免常见接入错误。
| 配置 | 填写内容 |
|---|---|
| Base URL(OpenAI SDK) | https://token.poryf.com/v1 |
| API Key | 在未来模力创建的 API 密钥 |
| Model | 模型广场或模型列表接口中的精确 ID |
base_url、JavaScript SDK 的 baseURL:填 https://token.poryf.com/v1。https://token.poryf.com/v1/chat/completions。/v1。若自动添加,只填 https://token.poryf.com。/v1/v1/chat/completions,也不要把完整的文本对话地址当成 SDK 的 Base URL。Authorization: Bearer YOUR_API_KEY
Content-Type: application/json