llama-stack/docs/openapi_generator
Ashwin Bharambe 46b0a404e8
chore: remove straggler references to llama-models (#1345)
Straggler references cleanup
2025-03-01 14:26:03 -08:00
..
pyopenapi feat: enhance OpenAPI spec to include Error types (#1320) 2025-02-28 11:16:12 -08:00
generate.py feat: enhance OpenAPI spec to include Error types (#1320) 2025-02-28 11:16:12 -08:00
README.md chore: remove straggler references to llama-models (#1345) 2025-03-01 14:26:03 -08:00
run_openapi_generator.sh chore: remove straggler references to llama-models (#1345) 2025-03-01 14:26:03 -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 fire PyYAML

Then simply run sh run_openapi_generator.sh