Retrieve Model
GET/openai/v1/models/:model
Retrieve a single model.
Mirrors GET /v1/models/{model}, so client.models.retrieve("jifili-1")
works unchanged. OpenAI model names accepted as aliases resolve to the Djelia
model they map onto, and the response reports that canonical id.
Request
Responses
- 200
- 400
- 401
- 402
- 404
- default
Successful Response
Invalid request
Invalid or missing API key
Insufficient balance
Unknown model or endpoint
Error