forked from phoenix-oss/llama-stack-mirror
17 lines
523 B
Markdown
17 lines
523 B
Markdown
# References
|
|
|
|
- [API Reference](api_reference/index) for the Llama Stack API specification
|
|
- [Python SDK Reference](python_sdk_reference/index)
|
|
- [Llama CLI](llama_cli_reference/index) for building and running your Llama Stack server
|
|
- [Llama Stack Client CLI](llama_stack_client_cli_reference) for interacting with your Llama Stack server
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
api_reference/index
|
|
python_sdk_reference/index
|
|
llama_cli_reference/index
|
|
llama_stack_client_cli_reference
|
|
llama_cli_reference/download_models
|
|
```
|