This commit is contained in:
Bwook (Byoungwook) Kim 2025-09-24 09:30:04 +02:00 committed by GitHub
commit c4f3d41c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 109 additions and 24 deletions

View file

@ -4,9 +4,9 @@
Llama Stack Inference API for generating completions, chat completions, and embeddings.
This API provides the raw interface to the underlying models. Two kinds of models are supported:
- LLM models: these models generate "raw" and "chat" (conversational) completions.
- Embedding models: these models generate embeddings to be used for semantic search.
This API provides the raw interface to the underlying models. Two kinds of models are supported:
- LLM models: these models generate "raw" and "chat" (conversational) completions.
- Embedding models: these models generate embeddings to be used for semantic search.
This section contains documentation for all available providers for the **inference** API.