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.

createdinteger required

The Unix timestamp of when the model was created.

idstring required

The model identifier.

objectstring required

The object type, always "model".

owned_bystring required

The organization that owns the model.

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.