add dall-e 3 required comment

This commit is contained in:
rhtenhove 2024-06-03 18:36:00 +02:00 committed by GitHub
parent ea30359b38
commit 7c680a4020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ print(f"response: {response}")
- `api_base`: *string (optional)* - The api endpoint you want to call the model with
- `api_version`: *string (optional)* - (Azure-specific) the api version for the call
- `api_version`: *string (optional)* - (Azure-specific) the api version for the call; required for dall-e-3 on Azure
- `api_key`: *string (optional)* - The API key to authenticate and authorize requests. If not provided, the default API key is used.
@ -166,4 +166,4 @@ response = litellm.image_generation(
vertex_ai_location="us-central1",
)
print(f"response: {response}")
```
```