Get started with Lllama Stack
- YAML
- JSON (Deprecated)
config.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gobi CLI v1.4.49 is live 🚀 Learn how you can leverage the CLI with our MCP Cookbooks
models:
- name: <MODEL_NAME>
provider: llamastack
model: <MODEL_ID>
apiBase: http://<LLAMA_STACK_ENDPOINT>/v1/openai/v1/
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "llamastack",
"model": "<MODEL_ID>",
"apiBase": "http://<LLAMA_STACK_ENDPOINT>/v1/openai/v1/"
}
]
}