# OpenKey帮助文档

## OpenKey帮助文档

- [简介](https://docs.openkey.cloud/intro.md)
- [定价](https://docs.openkey.cloud/pricing.md)
- [发票、对公、合同相关](https://docs.openkey.cloud/invoice.md)
- [API 接口](https://docs.openkey.cloud/api.md)
- [支持模型](https://docs.openkey.cloud/api/model.md): OpenKey接口已支持的模型
- [对话模型 调用示例](https://docs.openkey.cloud/api/model-chat.md)
- [绘画模型 调用示例](https://docs.openkey.cloud/api/model-dalle.md)
- [语音模型 调用示例](https://docs.openkey.cloud/api/model-voice.md)
- [速率限制](https://docs.openkey.cloud/api/rate.md)
- [错误代码](https://docs.openkey.cloud/api/status-code.md): 接口返回状态码对照表，错误码参考
- [查询令牌余额（已废弃）](https://docs.openkey.cloud/api/token.md)
- [Anthropic Claude 模型](https://docs.openkey.cloud/api/claude.md)
- [Python示范代码（最新）](https://docs.openkey.cloud/api/oai146.md)
- [工具接口](https://docs.openkey.cloud/tool.md)
- [查询余额](https://docs.openkey.cloud/tool/balance.md)
- [查询模型](https://docs.openkey.cloud/tool/models.md)
- [使用说明](https://docs.openkey.cloud/help.md)
- [如何充值](https://docs.openkey.cloud/help/topup.md)
- [如何使用兑换码](https://docs.openkey.cloud/help/how-topup.md)
- [额度有效期](https://docs.openkey.cloud/help/valid-time.md)
- [如何创建令牌](https://docs.openkey.cloud/help/how-create-token.md)
- [注意事项](https://docs.openkey.cloud/help/note.md): 本节将讨论使用OK接口过程中，需要注意的事项
- [常见问题](https://docs.openkey.cloud/help/qa.md)
- [备用接口地址](https://docs.openkey.cloud/help/backapi.md)
- [请求超时问题](https://docs.openkey.cloud/help/timeout.md)
- [应用场景](https://docs.openkey.cloud/usage.md)
- [在线对话工具](https://docs.openkey.cloud/usage/web-talk.md)
- [沉浸式翻译](https://docs.openkey.cloud/usage/immersivetranslate.md)
- [ChatBox](https://docs.openkey.cloud/usage/chatbox.md)
- [新版在线对话工具](https://docs.openkey.cloud/usage/new-chat.md)
- [售后须知](https://docs.openkey.cloud/clarify.md)
- [隐私政策](https://docs.openkey.cloud/terms.md)
- [OK代理人计划](https://docs.openkey.cloud/agent.md)
- [OK合伙人计划（新）](https://docs.openkey.cloud/partnerplan.md)
- [2024.4.12 条款更新](https://docs.openkey.cloud/update.md)
- [2024.4.22 倍率及折扣调整](https://docs.openkey.cloud/2024_4_22.md)
- [2025.7.15 最新支持模型](https://docs.openkey.cloud/2025.7.15.md)
- [2025.8.15 关于日志消耗和额度有效期](https://docs.openkey.cloud/2025.8.15.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.openkey.cloud/intro.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
