Skip to content

Commit 4692773

Browse files
Merge pull request #561 from mulesoft/W-20963468-Incorrect-Gemini-Metadata-ie
W-20963468 fix gemini section and add LLM versions
2 parents 0f3c28c + 1a0b236 commit 4692773

2 files changed

Lines changed: 22 additions & 7 deletions

File tree

modules/ROOT/pages/af-agent-networks.adoc

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,26 @@ The asset might also be published to Exchange.
6363
[[llm-support]]
6464
== Large Language Models
6565

66-
Agent network brokers support these LLMs.
66+
Agent network brokers support the latest Gemini and OpenAI models.
6767

68-
* Azure OpenAI
69-
* OpenAI API
70-
* Gemini API
68+
* Azure OpenAI and OpenAI API:
69+
+
70+
** GPT-5.2
71+
** GPT-5.2 Pro
72+
** GPT-5-mini
73+
** GPT-5 nano
74+
** GPT-5.2 Pro
75+
** GPT-5
76+
+
77+
* Gemini API:
78+
+
79+
** Gemini 2.5 Pro
80+
** Gemini 2.5 Flash-Lite
81+
** Gemini 2.5 Flash
82+
** Gemini 3 Flash
83+
** Gemini 3 Pro
84+
85+
For more information about these models, see the https://platform.openai.com/docs/models[OpenAI] and https://ai.google.dev/gemini-api/docs/models[Gemini] documentation.
7186

7287
The following table details the requirements and recommended models.
7388

modules/ROOT/pages/af-project-files.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The `spec` element has these properties.
231231

232232
The value of this section is a reference to one of the LLMs defined in Anypoint Exchange or in the `llmProviders` section of `agent-network.yaml`. Because it's a reference, you can choose to share the same LLM across all the brokers in your agent network. Or, you can have different brokers use different LLMs to better suit their tasks.
233233

234-
For more information on supported LLMs, see xref:af-agent-networks.adoc#llm-support[].
234+
For more information about supported LLMs, see xref:af-agent-networks.adoc#llm-support[Large Language Models].
235235

236236
The `llm` element has these properties.
237237

@@ -257,7 +257,7 @@ a|
257257
|`configuration.openAI.topP` |Nucleus sampling parameter. Requires GPT-5.1 and `reasoningEffort` set to `NONE`. |Number |Any number |No
258258
|`configuration.openAI.topLogprobs` |Number of most likely tokens to return at each position. Requires GPT-5.1 and `reasoningEffort` set to `NONE`. |Integer |Any integer |No
259259
|`configuration.openAI.maxOutputTokens` |Maximum number of tokens to generate. |Integer |Any integer |No
260-
|`configuration.gemini` |OpenAI specific configuration settings. |Object |Object with OpenAI settings |No
260+
|`configuration.gemini` |Gemini-specific configuration settings. |Object |Object with Gemini settings |No
261261
|`configuration.gemini.thinkingBudget` |Sets a token budget for the reasoning phase. (Applies only to Gemini 2.5 series.) |Integer a|
262262
* `0` (Disabled)
263263
* `-1` (Automatic)
@@ -602,7 +602,7 @@ The `mcpServers` element has these properties.
602602

603603
`llmProviders`
604604

605-
Configure the LLMs the brokers use for reasoning. For supported LLMs, see xref:af-agent-networks.adoc[].
605+
Configure the LLMs the brokers use for reasoning. For more information about supported LLMs, see xref:af-agent-networks.adoc#llm-support[Large Language Models].
606606

607607
The `llmProviders` element has these properties.
608608

0 commit comments

Comments
 (0)