agno-models
CommunityConfigure Agno model providers
Authorajshedivy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the process of selecting and configuring various language model providers for Agno agents, abstracting away complex setup details.
Core Features & Use Cases
- Model Selection: Easily switch between 40+ model providers like OpenAI, Anthropic, Google Gemini, Groq, and Ollama using simple model strings or direct class imports.
- Parameter Tuning: Adjust common model parameters such as temperature, max tokens, and top_p for fine-grained control over model output.
- Use Case: A developer needs to test their Agno agent's performance across different LLMs. They can use this Skill to quickly swap between
openai:gpt-4o,anthropic:claude-sonnet-4-5, andgoogle:gemini-2.0-flashby changing an environment variable, without modifying their agent code.
Quick Start
Configure your Agno agent to use the OpenAI GPT-4o model by setting the AGNO_MODEL environment variable to "openai:gpt-4o".
Dependency Matrix
Required Modules
None requiredComponents
referencesscripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: agno-models Download link: https://github.com/ajshedivy/agno-cookbook/archive/main.zip#agno-models Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.