For the complete documentation index, see llms.txt. This page is also available as Markdown.

BYOK custom models

REST — BYOK custom-model endpoints.

Method
Path
Description

POST

/api/v1/model-keys

Register endpoint + key

GET

/api/v1/model-keys

List (masked)

POST

/api/v1/model-keys/{id}/rotate

Rotate

DELETE

/api/v1/model-keys/{id}

Revoke

POST

/api/v1/model-keys/{id}/test

Probe endpoint

See also

Last updated

Was this helpful?