Skip to main content
Information about a specific model endpoint

Fields

FieldTypeRequiredDescriptionExample
context_lengthint:heavy_check_mark:N/A
latency_last_30mNullable[components.PercentileStats]:heavy_check_mark:Latency percentiles in milliseconds over the last 30 minutes. Latency measures time to first token. Only visible when authenticated with an API key or cookie; returns null for unauthenticated requests.{
“p50”: 25.5,
“p75”: 35.2,
“p90”: 48.7,
“p99”: 85.3
}
max_completion_tokensNullable[int]:heavy_check_mark:N/A
max_prompt_tokensNullable[int]:heavy_check_mark:N/A
model_idstr:heavy_check_mark:The unique identifier for the model (permaslug)openai/gpt-4
model_namestr:heavy_check_mark:N/A
namestr:heavy_check_mark:N/A
pricingcomponents.Pricing:heavy_check_mark:N/A
provider_namecomponents.ProviderName:heavy_check_mark:N/AOpenAI
quantizationNullable[components.PublicEndpointQuantization]:heavy_check_mark:N/Afp16
statusOptional[components.EndpointStatus]:heavy_minus_sign:N/A0
supported_parametersList[components.Parameter]:heavy_check_mark:N/A
supports_implicit_cachingbool:heavy_check_mark:N/A
tagstr:heavy_check_mark:N/A
throughput_last_30mNullable[components.PercentileStats]:heavy_check_mark:N/A{
“p50”: 25.5,
“p75”: 35.2,
“p90”: 48.7,
“p99”: 85.3
}
uptime_last_1dNullable[float]:heavy_check_mark:Uptime percentage over the last 1 day, calculated as successful requests / (successful + error requests) * 100. Rate-limited requests are excluded. Returns null if insufficient data.
uptime_last_30mNullable[float]:heavy_check_mark:N/A
uptime_last_5mNullable[float]:heavy_check_mark:Uptime percentage over the last 5 minutes, calculated as successful requests / (successful + error requests) * 100. Rate-limited requests are excluded. Returns null if insufficient data.