Skip to content
Open
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
9 changes: 7 additions & 2 deletions modules/ROOT/pages/af-agent-networks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ image::agent-fabric-architecture.png[Agent Fabric showing agents and MCP servers
[[llm-support]]
== Large Language Models

Agent network brokers support the latest Gemini and OpenAI models.
Agent network brokers support the latest Gemini and OpenAI models and LLM Proxies.

* Azure OpenAI and OpenAI API:
+
Expand All @@ -138,15 +138,20 @@ Agent network brokers support the latest Gemini and OpenAI models.
** GPT-5 nano
** GPT-5
+
For more information about these models, see the https://developers.openai.com/api/docs/models[OpenAI] documentation.
* 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://ai.google.dev/gemini-api/docs/models[Gemini] documentation.

For more information about these models, see the https://developers.openai.com/api/docs/models[OpenAI] and https://ai.google.dev/gemini-api/docs/models[Gemini] documentation.
* LLM Proxy:
+
LLM Proxy provides a unified endpoint for multiple LLM providers including Gemini, OpenAI, Bedrock (Anthropic Claude models), and NVIDIA Nemotron. To find the supported models, see xref:flex-gateway-llm-proxy.adoc#supported-llm-providers[LLM Proxy Supported LLM Providers].

This table details the requirements and recommended models.

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

`llm`

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.
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. If using an LLM Proxy, configure the LLM Proxy as either an OpenAI or Gemini LLM depending on the proxy's format.

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

Expand Down Expand Up @@ -745,7 +745,7 @@ connections:
spec:
url: https://api.openai.com/v1/
configuration:
apiKey: ${openai.apiKey}
apiKey: ${openai.apiKey} # Define the API key of an LLM Proxy as <<clientId>>:<<clientSecret>>

talent-pool-mcp:
kind: mcp
Expand Down