You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/openai-compatible-llm-api.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,6 @@ API Management supports two types of language model APIs for this scenario. Choo
32
32
33
33
API Management configures wildcard operations for common HTTP verbs. Clients can append paths to the wildcard operations, and API Management passes requests to the backend.
34
34
35
-
When you import the API, API Management automatically configures:
36
-
37
-
* A [backend](backends.md) resource and a [set-backend-service](set-backend-service-policy.md) policy that direct API requests to the LLM endpoint.
38
-
* (optionally) Access to the LLM backend using an access key you provide. The key is protected as a secret [named value](api-management-howto-properties.md) in API Management.
39
-
* (optionally) Policies to help you monitor and manage the API.
40
-
41
35
## Prerequisites
42
36
43
37
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
@@ -104,7 +98,7 @@ You can import OpenAI-compatible models from Google Gemini such as `gemini-2.0-f
104
98
To import an OpenAI-compatible Gemini model:
105
99
106
100
1. Create an API key for the Gemini API at [Google AI Studio](https://aistudio.google.com/apikey) and store it in a safe location.
107
-
1. Note the following base URL from the [Gemini OpenAI compatiblity documentation](https://ai.google.dev/gemini-api/docs/openai).
101
+
1. Note the following base URL from the [Gemini OpenAI compatibility documentation](https://ai.google.dev/gemini-api/docs/openai).
0 commit comments