Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
name: My Config version: 0.0.1 schema: v1 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/" } ] }
Was this page helpful?