This Integration is DEPRECATED
Click here to check out the latest integration of Autogen with Prisma AIRS AI Gateway
Quick Start Integration
Autogen supports a concept ofconfig\_list which allows definitions of the LLM provider and model to be used. The AI Gateway seamlessly integrates into the Autogen framework through a custom config we create.
Example using minimal configuration
base_url to AI Gateway and then added default_headers to enable the AI Gateway specific features.
When we execute this script, it would yield the same results as without the AI Gateway, but every request can now be inspected in the AI Gateway Analytics & Logs UI - including token, cost, accuracy calculations.
All the config parameters supported in the AI Gateway are available for use as part of the headers. Let’s look at some examples:

