Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
了解 API 返回的状态码和错误信息
更新日期:2026-06-06
{ "error": { "message": "错误描述信息", "type": "error_type", "code": "error_code" } }
{ "error": { "message": "Invalid API key", "type": "authentication_error", "code": "invalid_api_key" } }
sk-
{ "error": { "message": "Rate limit exceeded", "type": "rate_limit_error", "code": "rate_limit_exceeded" } }
{ "error": { "message": "Insufficient quota", "type": "insufficient_quota", "code": "insufficient_quota" } }