Kimi direct API key
POST /v1/auth/kimi/api-key — Save a Kimi API key. Checks the official model list first; `saveAnyway` allows storage during outages.
POST /v1/auth/kimi/api-key
Save a Kimi API key. Checks the official model list first; saveAnyway allows storage during outages.
| Method | POST |
| Path | /v1/auth/kimi/api-key |
| Auth | Authorization: Bearer <token> required |
| Category | auth |
Request body
{ "apiKey": "...", "saveAnyway"?: boolean }