mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 03:40:05 +00:00
docs: Add OpenAI API compatibility page
This adds some initial content documenting our OpenAI compatible APIs - Responses, Chat Completions, Completions, and Models - along with instructions on how to use them via OpenAI or Llama Stack clients and some simple examples for each. It's not a lot of content, but it's a start so that users have some idea how to get going as we continue to work on these APIs. Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
parent
2603f10f95
commit
d8f8dba2e0
2 changed files with 212 additions and 0 deletions
|
@ -103,6 +103,7 @@ getting_started/index
|
|||
getting_started/detailed_tutorial
|
||||
introduction/index
|
||||
concepts/index
|
||||
openai/index
|
||||
providers/index
|
||||
distributions/index
|
||||
building_applications/index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue