Try Bifrost Enterprise free for 14 days. Explore now
A valid request URL is required to generate request examples{
"models": [
{
"name": "<string>",
"provider": "<string>",
"context_length": 123,
"max_input_tokens": 123,
"max_output_tokens": 123,
"architecture": {
"modality": "<string>",
"tokenizer": "<string>",
"instruct_type": "<string>",
"input_modalities": [
"<string>"
],
"output_modalities": [
"<string>"
]
},
"accessible_by_keys": [
"<string>"
]
}
],
"total": 123
}Lists available models with capability metadata, when available from the model catalog, with optional filtering by query, provider, or keys.
A valid request URL is required to generate request examples{
"models": [
{
"name": "<string>",
"provider": "<string>",
"context_length": 123,
"max_input_tokens": 123,
"max_output_tokens": 123,
"architecture": {
"modality": "<string>",
"tokenizer": "<string>",
"instruct_type": "<string>",
"input_modalities": [
"<string>"
],
"output_modalities": [
"<string>"
]
},
"accessible_by_keys": [
"<string>"
]
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Filter models by name (case-insensitive partial match)
Filter by specific provider name
Comma-separated list of key IDs to filter models accessible by those keys
Maximum number of results to return (default 20)
If true, return all models including those filtered out by provider-level restrictions
Was this page helpful?