Skip to main content
GET
/
v1
/
models
/
{model_id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "organization": {
    "id": "<string>",
    "name": "<string>"
  },
  "license": {
    "id": "<string>",
    "name": "<string>",
    "allow_commercial": true
  },
  "open_weight": true,
  "model_type": "<string>",
  "modalities": [
    "<string>"
  ],
  "providers": [
    {
      "provider_id": "<string>",
      "provider_name": "<string>",
      "status": "<string>",
      "input_price_per_m": 123,
      "output_price_per_m": 123
    }
  ],
  "top_scores": {},
  "inference": {
    "available": true,
    "endpoint": "<string>",
    "gateway_model_id": "<string>",
    "openai_compatible": false,
    "supports_streaming": false,
    "supports_tools": false,
    "supports_vision": false,
    "docs_url": "https://docs.llm-stats.com/gateway/chat-completions"
  },
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "source": "<string>",
  "url": "<string>",
  "scores": [
    {
      "benchmark_id": "<string>",
      "benchmark_name": "<string>",
      "score": 123,
      "max_score": 123,
      "is_self_reported": true,
      "verified_by_llmstats": true,
      "scored_at": "2023-11-07T05:31:56Z",
      "category": "<string>",
      "description": "<string>",
      "normalized_score": 123,
      "rank": 123,
      "source_url": "<string>"
    }
  ],
  "sources": {
    "api_ref": "<string>",
    "paper": "<string>",
    "weights": "<string>",
    "repo": "<string>"
  },
  "family": {
    "id": "<string>",
    "name": "<string>"
  },
  "context_window": 123,
  "param_count": 123,
  "release_date": "2023-12-25"
}

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
context_window
integer | null
param_count
integer | null
release_date
string<date> | null