Agno
About
Installation
pip install -U agnoHow to Use AIML API with Agno
from agno.models.aimlapi import AIMLApi
agent = Agent(
model=AIMLApi(
id="gpt-4o",
api_key="<YOUR_AIMLAPI_KEY>"
),
markdown=True,
telemetry=False,
monitoring=False
)
agent.print_response("Tell me, why is the sky blue in 2 sentences")Our Supported models
Supported features
Code Examples
Stream mode
Image agent
Tool use
More
Last updated
Was this helpful?