diff --git a/modules/ROOT/pages/af-agent-networks.adoc b/modules/ROOT/pages/af-agent-networks.adoc index 2891238eb..d8752692a 100644 --- a/modules/ROOT/pages/af-agent-networks.adoc +++ b/modules/ROOT/pages/af-agent-networks.adoc @@ -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. diff --git a/modules/ROOT/pages/af-project-files.adoc b/modules/ROOT/pages/af-project-files.adoc index ff6b9656f..b300eb054 100644 --- a/modules/ROOT/pages/af-project-files.adoc +++ b/modules/ROOT/pages/af-project-files.adoc @@ -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. @@ -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) @@ -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.