Skip to content

Commit d74461c

Browse files
committed
edits
1 parent 0aebe20 commit d74461c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/api-management/openai-compatible-llm-api.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ API Management supports two types of language model APIs for this scenario. Choo
3232

3333
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.
3434

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-
4135
## Prerequisites
4236

4337
- 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
10498
To import an OpenAI-compatible Gemini model:
10599

106100
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).
108102

109103
`https://generativelanguage.googleapis.com/v1beta/openai`
110104

0 commit comments

Comments
 (0)