v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBGets a Model API
Fetches a Model API by name, with workspace overlay when added.
get/v1/model_apis/{model_api_name}
Response
Example response
{
"name": "llama-3-3-70b-instruct",
"display_name": "Llama 3.3 70B Instruct",
"model_family": "META",
"invoke_url": "https://inference.baseten.co",
"context_length": 8192,
"rate_limits": [
{
"threshold": 1000
}
]
}