Open-source, OpenAI-compatible API server with pluggable providers for any model and any infrastructure. Current version 0.7.1, requires Python >=3.12. Released under a rapid cadence (multiple minor versions per month).
pip install llama-stackVerified import paths — ran on the pinned version, not inferred.
Initialize the Llama Stack client and run a basic chat completion. Requires the server to be running.
Remove fine_tuning API usage; use external training libraries if needed.
Update API calls to match the new consistent naming scheme documented in the changelog.
Migrate from Agents to Responses API as shown in the migration guide.
Install both with: pip install llama-stack llama-stack-client