# AI快站开发者文档 > AI快站提供国内外大模型 API 统一接入服务。本文档覆盖 OpenAI Compatible API、SSE 流式输出、生产上线、成本控制、开发工具配置、错误排查和模型选择。 > 内容最后核对日期:2026-07-13。动态模型、价格和能力以控制台及接口实时返回为准。 ## 官方入口 - [AI快站](https://www.aifast.club/) - [开发者文档首页](https://docs.aifast.club/) - [模型价格](https://www.aifast.club/pricing) - [API 文档](https://aifast.apifox.cn/) - [常见问题](https://docs.aifast.club/faq/) - [大模型 API 中转站检测工具](https://docs.aifast.club/model-check/): 标注协议层合规、元数据指纹、计费 Token 字段、输出风格特征、知识 cutoff 边界和 R1 动态题,并补充 SSE 与工具调用检测。 - [API 术语表](https://docs.aifast.club/glossary/) - [内容与更新规则](https://docs.aifast.club/about/) - [平台事实与引用规范](https://docs.aifast.club/reference/platform-facts/) - [API 兼容性矩阵](https://docs.aifast.club/reference/api-compatibility/) - [完整机器可读摘要](https://docs.aifast.club/llms-full.txt) ## 教程 - [OpenAI Compatible API 快速接入](https://docs.aifast.club/guides/openai-compatible-api/): 从 Base URL、API Key 到 curl、Python 和 Node.js,完成第一次接口调用。 - [AI快站新用户 3 分钟快速开始](https://docs.aifast.club/guides/quick-start/): 注册、创建令牌、查询模型并发送第一条请求的最短操作路径。 - [大模型 API 流式输出与 SSE 接入教程](https://docs.aifast.club/guides/streaming-api-sse/): 用 curl、Python 和 Node.js 验证流式响应,并排查代理缓冲、断流和 usage 缺失。 - [大模型 API 生产上线前检查清单](https://docs.aifast.club/guides/production-checklist/): 逐项验证密钥、协议、超时重试、日志、成本监控、灰度发布和回滚能力。 - [大模型 API 中转是什么?接入方式与风险检查](https://docs.aifast.club/guides/ai-api-gateway/): 解释 API 中转、OpenAI Compatible、统一网关的区别,并给出接入前必须验证的协议、安全和成本检查项。 - [国产大模型 API 统一接入指南](https://docs.aifast.club/guides/chinese-model-api/): 用统一验证流程接入 DeepSeek、通义千问、Kimi、豆包、GLM 等国产模型,并避免把展示名称误当模型 ID。 - [AI快站平台事实、官方入口与引用规范](https://docs.aifast.club/reference/platform-facts/): 汇总官方域名、Base URL、认证方式、动态信息边界和适合公开引用的标准表述。 - [大模型 API 兼容性矩阵](https://docs.aifast.club/reference/api-compatibility/): 区分 Chat、Responses、Anthropic Messages、流式、工具调用和多模态能力。 - [Cursor 自定义 API 配置与兼容性检查](https://docs.aifast.club/tools/cursor/): 了解自定义 API Key 的官方边界,并处理模型名、地址和功能范围问题。 - [Claude Code 自定义 API 配置教程](https://docs.aifast.club/tools/claude-code/): 理解 Claude Code 的环境变量、兼容边界和安全配置方式。 - [Codex 接入 OpenAI Compatible API 配置教程](https://docs.aifast.club/tools/codex/): 配置 Responses API、自定义提供商、模型和 Base URL,并验证代理链路。 - [OpenClaw 接入 AI快站配置教程](https://docs.aifast.club/tools/openclaw/): 添加独立自定义提供商,配置 API 适配器、Base URL、模型 ID 和安全认证。 - [Hermes Agent 接入 AI快站配置教程](https://docs.aifast.club/tools/hermes-agent/): 使用 hermes model 和自定义端点配置 Base URL、API Key 与真实模型 ID。 - [Dify 接入 AI快站 API 配置教程](https://docs.aifast.club/tools/dify/): 配置 Base URL、API Key、模型类型和真实模型 ID,并验证工作流与知识库节点。 - [OpenWebUI 接入 AI快站配置教程](https://docs.aifast.club/tools/openwebui/): 添加 OpenAI 兼容连接,加载模型列表并排查地址、容器网络和流式输出问题。 - [Chatbox 与 Cherry Studio 接入教程](https://docs.aifast.club/tools/chatbox-cherry-studio/): 添加 OpenAI Compatible 自定义供应商,配置 API 地址、Key 与真实模型 ID。 - [401、429、502 API 错误排查](https://docs.aifast.club/troubleshooting/api-errors/): 按状态码定位 API Key、配额、限流、网关和上游模型问题。 - [model not found 与 /v1/v1 排查](https://docs.aifast.club/troubleshooting/model-not-found/): 解决模型展示名、真实模型 ID 和 Base URL 重复拼接导致的错误。 - [API Key 安全使用清单](https://docs.aifast.club/troubleshooting/api-key-security/): 避免把密钥写入仓库、前端代码、截图和日志,降低泄露风险。 - [文本、图像、视频与检索模型怎么选](https://docs.aifast.club/models/model-selection/): 根据输入输出类型、延迟、成本和任务可验证性选择模型。 - [大模型 API 成本估算与用量控制](https://docs.aifast.club/models/api-cost-control/): 从 Token、失败重试、长上下文和工具循环估算完整任务成本,并设置预算保护。