Llama Stack Playground — llama-stack documentation (original) (raw)

llama-stack

Note

The Llama Stack Playground is currently experimental and subject to change. We welcome feedback and contributions to help improve it.

The Llama Stack Playground is an simple interface which aims to:

Key Features

Playground

Interactive pages for users to play with and explore Llama Stack API capabilities.

Chatbot

Evaluations

Inspect

Starting the Llama Stack Playground

To start the Llama Stack Playground, run the following commands:

  1. Start up the Llama Stack API server

llama stack build --template together --image-type conda llama stack run together

  1. Start Streamlit UI

uv run --with ".[ui]" streamlit run llama_stack/distribution/ui/app.py