ppio-docs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePPIO 平台参考
PPIO Platform Reference
按以下流程处理:
- 识别用户所属产品方向(模型服务、Agent 沙箱、GPU 容器、集成、故障排查)。
- 使用 WebFetch 或等效 HTTP 读取工具,从下方映射表中获取所需的最少参考文件。
- 将价格、模型可用性和服务状态视为动态数据,回答前先获取最新信息。
- 尽量返回可直接复制粘贴的命令或代码片段。
- 如果本地参考文件未涵盖所需内容,提供最接近的经验证指引,明确说明缺口,并指向官方实时文档。
Follow the following process:
- Identify the user's product direction (Model Services, Agent Sandbox, GPU Containers, Integration, Troubleshooting).
- Use WebFetch or equivalent HTTP reading tools to obtain the minimum required reference files from the mapping table below.
- Treat pricing, model availability, and service status as dynamic data; obtain the latest information before answering.
- Try to return commands or code snippets that can be directly copied and pasted.
- If the local reference files do not cover the required content, provide the closest verified guidelines, clearly state the gaps, and point to the official real-time documentation.
LLM(大语言模型) 快速参考
LLM( Large Language Model) Quick Reference
| 键 | 值 |
|---|---|
| API Base URL | |
| 鉴权方式 | |
| 获取 API Key | https://ppio.com/settings/key-management |
| 模型目录 | https://ppio.com/ai-computing/llm-api |
| 定价 | https://ppio.com/pricing |
| 控制台 | https://ppio.com/console |
| Key | Value |
|---|---|
| API Base URL | |
| Authentication Method | |
| Obtain API Key | https://ppio.com/settings/key-management |
| Model Directory | https://ppio.com/ai-computing/llm-api |
| Pricing | https://ppio.com/pricing |
| Console | https://ppio.com/console |
文档映射表
Documentation Mapping Table
| 问题 | 读取此文件 | 实时文档 |
|---|---|---|
| 快速入门 | quick-start.md | - |
| LLM API 使用 | llm-guide.md | API 参考 |
| Agent 沙箱 | sandbox-guide.md | 文档 |
| GPU 实例 | gpu-guide.md | 文档 |
| 工具集成 | integrations.md | 文档 |
| 常见问题 | faq-and-issues.md | FAQ |
| Question | Read This File | Real-Time Documentation |
|---|---|---|
| Quick Start | quick-start.md | - |
| LLM API Usage | llm-guide.md | API Reference |
| Agent Sandbox | sandbox-guide.md | Documentation |
| GPU Instances | gpu-guide.md | Documentation |
| Tool Integration | integrations.md | Documentation |
| Frequently Asked Questions | faq-and-issues.md | FAQ |
参考文件选择规则
Reference File Selection Rules
- 初次配置和最简示例使用 (见上方映射表)。
quick-start.md - 聊天补全、工具调用、视觉、JSON 模式和批量任务使用 (见上方映射表)。
llm-guide.md - SDK/CLI、生命周期、模板和文件操作使用 (见上方映射表)。
sandbox-guide.md - 选择 GPU 实例与无服务器 GPU 以及定价权衡使用 (见上方映射表)。
gpu-guide.md - 集成问题统一以 (见上方映射表)为入口,再从中选择子文档。
integrations.md - 调试时优先使用 (见上方映射表)。
faq-and-issues.md - 如果无法从 GitHub 获取原始文件,回退到本技能目录中的本地 文件。
references/*.md - 若答案涉及配额、定价、模型数量、延迟或硬件可用性,请先通过实时文档/API 验证,并在响应中注明验证日期。
- For initial configuration and minimal examples, use (see mapping table above).
quick-start.md - For chat completion, tool calling, vision, JSON mode, and batch tasks, use (see mapping table above).
llm-guide.md - For SDK/CLI, lifecycle, templates, and file operations, use (see mapping table above).
sandbox-guide.md - For selecting GPU instances vs serverless GPU and pricing trade-offs, use (see mapping table above).
gpu-guide.md - For integration issues, uniformly use (see mapping table above) as the entry point, then select sub-documents from it.
integrations.md - For debugging, prioritize using (see mapping table above).
faq-and-issues.md - If the raw file cannot be obtained from GitHub, fall back to the local files in this skill directory.
references/*.md - If the answer involves quotas, pricing, number of models, latency, or hardware availability, first verify through real-time documentation/API, and note the verification date in the response.
动态数据策略
Dynamic Data Strategy
- 将模型目录大小、定价、限流、延迟和区域可用性视为动态数据。
- 在最终响应中以 格式标注动态数据的验证时间。
Verified on: YYYY-MM-DD - 如果无法实时验证,明确说明数据可能已过期,并附上官方来源链接。
- Treat model directory size, pricing, rate limiting, latency, and regional availability as dynamic data.
- Mark the verification time of dynamic data in the final response in the format .
Verified on: YYYY-MM-DD - If real-time verification is not possible, clearly state that the data may be outdated and attach the link to the official source.
动态数据(始终获取最新值)
Dynamic Data (Always Get the Latest Values)
获取最新模型列表
Get the Latest Model List
bash
curl https://api.ppio.com/openai/v1/models \
-H "Authorization: Bearer $PPIO_API_KEY"bash
curl https://api.ppio.com/openai/v1/models \
-H "Authorization: Bearer $PPIO_API_KEY"当前定价
Current Pricing
访问 https://ppio.com/pricing 查看最新定价。
Visit https://ppio.com/pricing to view the latest pricing.
更新日志
Changelog
- 模型 API 服务 发版记录: https://ppio.com/docs/announcement/changelog-llm
- GPU 容器服务 发版记录: https://ppio.com/docs/announcement/changelog-gpu
- Agent 沙箱 发版记录: https://ppio.com/docs/announcement/changelog-agent-sx
- Model API Service Release Notes: https://ppio.com/docs/announcement/changelog-llm
- GPU Container Service Release Notes: https://ppio.com/docs/announcement/changelog-gpu
- Agent Sandbox Release Notes: https://ppio.com/docs/announcement/changelog-agent-sx