Files
openrouter-python-sdk-retry…/docs/components/publicendpoint.md
T
OpenRouter Team 9073d38dc1 Project import generated by Copybara.
GitOrigin-RevId: 849282a42d3b2948d0ca0f7fd1427c31af709bbd
2026-01-09 19:20:21 +00:00

8.2 KiB
Raw Blame History

PublicEndpoint

Information about a specific model endpoint

Fields

Field Type Required Description Example
name str ✔️ N/A
model_name str ✔️ N/A
context_length float ✔️ N/A
pricing components.Pricing ✔️ N/A
provider_name components.ProviderName ✔️ N/A OpenAI
tag str ✔️ N/A
quantization Nullable[components.PublicEndpointQuantization] ✔️ N/A fp16
max_completion_tokens Nullable[float] ✔️ N/A
max_prompt_tokens Nullable[float] ✔️ N/A
supported_parameters List[components.Parameter] ✔️ N/A
status Optional[components.EndpointStatus] N/A 0
uptime_last_30m Nullable[float] ✔️ N/A
supports_implicit_caching bool ✔️ N/A
latency_last_30m Nullable[components.PercentileStats] ✔️ Latency percentiles in seconds over the last 30 minutes. Latency measures time to first token.
throughput_last_30m Nullable[components.PercentileStats] ✔️ N/A