What problem does it solve?
This Skill simplifies LLM integrations by providing a single, consistent API across numerous AI providers, abstracting away their differences and enabling easy switching.
Core Features & Use Cases
- Multi-Provider Support: Integrates with OpenAI, Anthropic, Google, Azure, Mistral, Groq, xAI, and more.
- Tool Calling: Enables agentic workflows with robust function calling capabilities using TypeBox schemas.
- Streaming & Context: Handles streaming responses, manages conversation context, and supports cross-provider context handoffs.
- Use Case: Build an AI agent that can dynamically choose the best LLM for a given task (e.g., speed vs. capability) without code changes, or migrate your AI backend without rewriting your integration logic.
Quick Start
Use the pi-mono skill to get a response from the 'gpt-4o' model with the system prompt 'You are a helpful assistant.' and the user message 'Hello!'.