Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions modules/ROOT/pages/af-agent-networks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,26 @@ The asset might also be published to Exchange.
[[llm-support]]
== Large Language Models

Agent network brokers support these LLMs.
Agent network brokers support the latest Gemini and OpenAI models.

* Azure OpenAI
* OpenAI API
* Gemini API
* Azure OpenAI and OpenAI API:
+
** GPT-5.2
** GPT-5.2 Pro
** GPT-5-mini
** GPT-5 nano
** GPT-5.2 Pro
** GPT-5
+
* Gemini API:
+
** Gemini 2.5 Pro
** Gemini 2.5 Flash-Lite
** Gemini 2.5 Flash
** Gemini 3 Flash
** Gemini 3 Pro

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.

The following table details the requirements and recommended models.

Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/af-project-files.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ The `spec` element has these properties.

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.

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

The `llm` element has these properties.

Expand All @@ -257,7 +257,7 @@ a|
|`configuration.openAI.topP` |Nucleus sampling parameter. Requires GPT-5.1 and `reasoningEffort` set to `NONE`. |Number |Any number |No
|`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
|`configuration.openAI.maxOutputTokens` |Maximum number of tokens to generate. |Integer |Any integer |No
|`configuration.gemini` |OpenAI specific configuration settings. |Object |Object with OpenAI settings |No
|`configuration.gemini` |Gemini-specific configuration settings. |Object |Object with Gemini settings |No
|`configuration.gemini.thinkingBudget` |Sets a token budget for the reasoning phase. (Applies only to Gemini 2.5 series.) |Integer a|
* `0` (Disabled)
* `-1` (Automatic)
Expand Down Expand Up @@ -602,7 +602,7 @@ The `mcpServers` element has these properties.

`llmProviders`

Configure the LLMs the brokers use for reasoning. For supported LLMs, see xref:af-agent-networks.adoc[].
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].

The `llmProviders` element has these properties.

Expand Down