APIModels EndpointList 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.Chat CompletionsOpenAI-compatible chat completions for your fine-tuned models.