Python (SDK)
Models
Set this org's auto-model override for an endpoint
Stores { endpoint → modelId } so subsequent requests with model: "auto" for the endpoint resolve to modelId instead of the operator’s YAML default. The target must (a) not be the literal string "auto", (b) be resolvable for this org (a granted cluster-registry model or one of the org’s own DB-registered models), and (c) have the same apiFormat as the endpoint.
PUT
Python (SDK)
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Path Parameters
Available options:
responses, completions, embeddings, images, transcriptions, tts Body
application/json
The model id this org's "auto" should resolve to for this endpoint. Cannot be the literal string "auto".
Minimum string length:
1List this org's auto-model overrides
Previous
Clear this org's auto-model override for an endpoint
Next