models
Retrieve model
Retrieves information about a specific model.
get/models/{model}
Path parameters
modelstring required
The model ID (e.g., deepseek-ai/DeepSeek-V4-Pro, Qwen/Qwen3-Embedding-8B)
Response
Model details including ID, owner, and creation timestamp.
Example response
{
"created": 1703187200,
"id": "Qwen/Qwen3-30B-A3B-FP8",
"object": "model",
"owned_by": "qwen"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.