llm-router
OfficialRoute 70+ AI models with one API key.
System Documentation
What problem does it solve?
This skill provides a unified gateway to 70+ AI models via a single API key for chat, vision, and model comparison, simplifying integration for developers.
Core Features & Use Cases
- Unified multi-model routing: send chat requests to OpenAI, Claude, Gemini, Grok, and more using a single endpoint.
- Model comparison and vision support: compare model outputs and analyze images with a consistent API.
- Quick Start: Use the Python client or CLI to access chat, vision, and comparison features with a single API key.
Quick Start
-
Set your API key: export AISA_API_KEY="your-key"
-
Basic chat: python3 scripts/llm_router_client.py chat --model gpt-4.1 --message "Hello!"
-
Vision analysis: python3 scripts/llm_router_client.py vision --model gpt-4o --image "https://example.com/image.jpg" --prompt "Describe this"
-
Model comparison: python3 scripts/llm_router_client.py compare --models "gpt-4.1,claude-sonnet-4-5" --message "Explain AI"
-
List supported models: python3 scripts/llm_router_client.py models
Dependency Matrix
Required Modules
None requiredComponents
💻 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: llm-router Download link: https://github.com/AIsa-team/OpenClaw-Skills/archive/main.zip#llm-router 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.