Retrieve Model
GET/v1/models/:model_id
Retrieve a single model by ID (OpenAI API compatible).
Looks up the model by name via the model-registry internal endpoint and returns an OpenAI-format model object.
Args: model_id: Model name (e.g., "DeepSeek-V3.1")
Returns: OpenAI format model object {id, object, created, owned_by, ...}
Request
Responses
- 200
- 422
Successful Response
Validation Error