mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(docs) - show all supported Azure OpenAI endpoints in overview (#7428)
* azure batches * update doc * docs azure endpoints * docs endpoints on azure * docs azure batches api * docs azure batches api
This commit is contained in:
parent
f7316f517a
commit
c1d6c35aef
1 changed files with 10 additions and 1 deletions
|
@ -4,6 +4,16 @@ import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Azure OpenAI
|
# Azure OpenAI
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
| Property | Details |
|
||||||
|
|-------|-------|
|
||||||
|
| Description | Azure OpenAI Service provides REST API access to OpenAI's powerful language models including o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series |
|
||||||
|
| Provider Route on LiteLLM | `azure/` |
|
||||||
|
| Supported Operations | [`/chat/completions`](#azure-openai-chat-completion-models), [`/completions`](#azure-instruct-models), [`/embeddings`](../embedding/supported_embedding#azure-openai-embedding-models), [`/audio/speech`](#azure-text-to-speech-tts), [`/audio/transcriptions`](../audio_transcription), `/fine_tuning`, [`/batches`](#azure-batches-api), `/files`, [`/images`](../image_generation#azure-openai-image-generation-models) |
|
||||||
|
| Link to Provider Doc | [Azure OpenAI ↗](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview)
|
||||||
|
|
||||||
## API Keys, Params
|
## API Keys, Params
|
||||||
api_key, api_base, api_version etc can be passed directly to `litellm.completion` - see here or set as `litellm.api_key` params see here
|
api_key, api_base, api_version etc can be passed directly to `litellm.completion` - see here or set as `litellm.api_key` params see here
|
||||||
```python
|
```python
|
||||||
|
@ -889,7 +899,6 @@ Expected Response:
|
||||||
{"data":[{"id":"batch_R3V...}
|
{"data":[{"id":"batch_R3V...}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
### Azure API Load-Balancing
|
### Azure API Load-Balancing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue