Partner API
Manage client API keys with one account-level Partner API key
Partner API
The Partner API is a management interface for regular mg_live_... Model API keys and async results. It does not have a separate reseller balance. Every generated Model API key spends from the owning account balance and is constrained by its own limits.
Authenticate with the account-level API KEY generated in the profile:
Authorization: Bearer mg_partner_...
The API KEY cannot be used for inference. Model API keys cannot be used for the panel API.
Available endpoints
POST /api/v1/partner/keysGET /api/v1/partner/keysGET /api/v1/partner/keys/{id}PATCH /api/v1/partner/keys/{id}DELETE /api/v1/partner/keys/{id}POST /api/v1/partner/keys/{id}/freezePOST /api/v1/partner/keys/{id}/unfreezePOST /api/v1/partner/keys/{id}/rotatePOST /api/v1/partner/keys/{id}/reset-usageGET /api/v1/partner/keys/{id}/usageGET /api/v1/partner/keys/{id}/spent-limitGET /api/v1/partner/transactionsGET /api/v1/requests/{request_public_id}
Base URL: https://panel.model-gate.com.
The plaintext API KEY is shown only when it is generated or rotated. Its storage and rotation behavior are unchanged.
See Partner API endpoints, Async requests, and FAQ.