Commissioned
API

Models Endpoint

List your fine-tuned models.

Endpoint

GET /v1/models

Example

curl https://app.commissioned.tech/v1/models \
  -H "Authorization: Bearer your-api-key"

Response

The response includes your fine-tuned models and their IDs, which you can pass to /v1/chat/completions.

On this page