Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string
required

Response

Successful Response

id
string
required
name
string
required
description
string
required
organization
OrganizationRef · object
required
license
LicenseRef · object
required
open_weight
boolean
required
model_type
string
required
modalities
string[]
required
providers
ProviderPricing · object[]
required
top_scores
Top Scores · object
required
inference
ModelInference · object
required

Discovery metadata for invoking a model via the LLM Stats gateway.

Always present on model responses. When available is False, optional fields are omitted and consumers should not attempt gateway calls.

created_at
string<date-time>
required
updated_at
string<date-time>
required
source
string
required
url
string
required
scores
BenchmarkScore · object[]
required
sources
ModelSources · object
required
family
FamilyRef · object | null
context_window
integer | null
param_count
integer | null
release_date
string<date> | null