mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-16 18:08:09 +00:00
10 lines
281 B
Markdown
10 lines
281 B
Markdown
This repo contains the API specifications for various parts of the Llama Stack.
|
|
The Stack consists of toolchain-apis and agentic-apis.
|
|
|
|
The tool chain apis that are covered --
|
|
- chat_completion
|
|
- batch inference
|
|
- fine tuning
|
|
- reward model scoring
|
|
- synthetic data generation
|
|
|