llama-stack-mirror/docs/openapi_generator
Alexey Rybak ae9e1c80b5 docs: API spec generation for Stainless (#3655)
# What does this PR do?
* Adds stainless-llama-stack-spec.yaml for Stainless client generation,
which comprises stable + experimental APIs

## Test Plan
* Manual generation
2025-10-02 21:50:12 -07:00
..
pyopenapi docs: API spec generation for Stainless (#3655) 2025-10-02 21:50:12 -07:00
generate.py docs: API spec generation for Stainless (#3655) 2025-10-02 21:50:12 -07:00
README.md chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
run_openapi_generator.sh fix: update OpenAPI generator (#3527) 2025-09-24 13:57:27 -07:00

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