Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
了解如何使用 Agno 操作 AI/ML API。
AIMLAPI_API_KEY
export AIMLAPI_API_KEY=***
setx AIMLAPI_API_KEY ***
AI/ML API
Agent
from agno.agent import Agent from agno.models.aimlapi import AIMLApi agent = Agent( model=AIMLApi(id="meta-llama/Llama-3.2-11B-Vision-Instruct-Turbo"), markdown=True, ) agent.print_response("Explain how black holes are formed.")
id
str
"gpt-4o-mini"
name
"AIMLApi"
provider
"AIMLApi:" + id
api_key
Optional[str]
base_url
"https://api.aimlapi.com/v1"
max_tokens
int
4096
AIMLApi