llama-stack/docs/openapi_generator
2025-02-19 12:24:21 -08:00
..
pyopenapi chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
generate.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
README.md docs: Fix incorrect link and command for generating API reference (#1124) 2025-02-15 22:05:23 -05:00
run_openapi_generator.sh Several documentation fixes and fix link to API reference 2025-02-04 14:00:43 -08:00

The RFC Specification (OpenAPI format) is generated from the set of API endpoints located in llama_stack/distribution/server/endpoints.py using the generate.py utility.

Please install the following packages before running the script:

pip install python-openapi json-strong-typing fire PyYAML llama-models

Then simply run sh run_openapi_generator.sh