{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"}],"enrichment":{"capability":"Python client library for interacting with Llama Stack REST API, providing type-safe synchronous and asynchronous access to inference, chat, and model management endpoints.","skillfed_tags":["llama-inference","rest-api-client","async-support"],"use_cases":["Build a Python application that queries available models and makes chat completion requests to a Llama Stack server","Stream inference responses in real-time from Llama models using Server-Sent Events within a web service","Automate batch inference tasks asynchronously with the AsyncLlamaStackClient for concurrent model queries","Integrate Llama Stack inference into a CLI tool using the bundled llama-stack-client command-line interface","Paginate through large result sets automatically when listing models or other resources without manual page handling"],"what_it_does":"llama-stack-client is a Python SDK generated by Stainless that wraps the Llama Stack REST API. It provides both synchronous and asynchronous clients powered by httpx, with full type hints for all request parameters and response objects. The library handles authentication via API keys, supports streaming responses using Server-Sent Events, and includes automatic pagination for list endpoints.\n\nThe package is designed for developers building applications that need to interact with a running Llama Stack server\u2014querying available models, making chat completions, or accessing other inference capabilities. It includes a CLI tool for direct server interaction and supports optional aiohttp backend for improved async concurrency. Type definitions enable IDE autocomplete and early error detection, while Pydantic models provide helper methods for JSON serialization and dictionary conversion.","worth_installing":"Yes, if you are building against a Llama Stack server. The library is actively maintained, has low install friction, carries no known vulnerabilities, and provides a well-typed interface with both sync and async support. The Python 3.12+ requirement is a hard constraint; if your project targets earlier versions, you cannot use this package. The pre-release status (--pre flag required) suggests API stability may still be evolving."},"id":"llama-stack-client","links":{"html":"https://skillfed.io/packages/llama-stack-client","md":"https://skillfed.io/packages/llama-stack-client.md","pypi":"https://pypi.org/project/llama-stack-client/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-27","license_spdx":null,"license_treatment":"permissive","name":"llama-stack-client","python_support":"supports_current","summary":"The official Python library for the llama-stack-client API"},"popularity":{"monthly_downloads":96452,"position":13211,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.5"}
