v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-013593344.3 KB
Models

Get Model

Get detailed information about a specific model including specs, benchmarks, costs, and products using it. Available on all plans.

get/models/{modelId}

Path parameters

modelIdstring uuid required

The model ID to retrieve details for

The model ID to retrieve details for

Response

Model retrieved successfully

idstring uuid required

The model ID.

canonicalIdstring required

The canonical model identifier.

displayNamestring required

Human-readable model name.

providerstring required

Model provider (e.g. OpenAI, Anthropic).

familystring nullable required

Model family grouping.

descriptionstring nullable required

Model description.

contextWindownumber nullable required

Context window size.

inputCostPer1knumber nullable required

Cost per 1,000 input tokens.

outputCostPer1knumber nullable required

Cost per 1,000 output tokens.

inputModalitiesstring[] nullable required

Supported input modalities.

outputModalitiesstring[] nullable required

Supported output modalities.

supportedParametersstring[] nullable required

Supported generation parameters.

sourcestring required

Model data source.

createdAtstring date-time required

When the model was created.

expirationDatestring date-time nullable required

When the model expires, if applicable.

intelligenceIndexnumber nullable required

Intelligence benchmark index.

codingIndexnumber nullable required

Coding benchmark index.

mathIndexnumber nullable required

Math benchmark index.

mmluPronumber nullable required

MMLU-Pro benchmark score.

gpqanumber nullable required

GPQA benchmark score.

usageCountnumber required

Number of conversations using this model.

lastUsedAtstring date-time nullable required

When the model was last used.