Revert "feat: add batches API with OpenAI compatibility (#3088)"

This reverts commit de692162af.
This commit is contained in:
Ashwin Bharambe 2025-08-14 10:05:42 -07:00 committed by GitHub
parent de692162af
commit 8ffb74ac8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2 additions and 2707 deletions

View file

@ -2,12 +2,6 @@
## Overview
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 section contains documentation for all available providers for the **inference** API.
## Providers