Skip to content
Open
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
15 changes: 11 additions & 4 deletions modules/ROOT/pages/af-agent-networks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@ These servers will be published to Exchange.
The asset might also be published to Exchange.
. An asset that has been added to this agent network project from Exchange.

== Considerations
[[supported-llms]]
== Supported LLMs

Agent brokers support these LLMs:

* Azure OpenAI

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this support is partial, only through the API_KEY authentication mode

* Google Gemini

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this won't be available in the 12/9 release

* OpenAI Direct API

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does OpenAI DIrect API mean?


== Considerations for Agent Networks

Agent networks have these considerations.

Expand All @@ -76,9 +85,7 @@ Agent networks have these considerations.
** Streaming
* Text-based prompts and responses are supported. Image and binary message/artifact types aren't supported.
* All LLM models in your agent network project must support structured responses in JSON format. For example, a `gpt4.1` model is supported; a `gpt4` model isn't.
* These LLMs are supported.
** Azure OpenAI
** OpenAI Direct API

* When you add governance policies to your agent network project YAML file, those policies persist between deployments. However, if you add governance policies at run-time, those policies don't persist. The next time you deploy your agent network, the governance policies used are the ones in the `agent-network.yaml` file.
* These deployment targets are supported.
** CloudHub 2.0
Expand Down