llm-router

Official

Route 70+ AI models with one API key.

AuthorAIsa-team
Version1.0.0
Installs0

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

  1. Set your API key: export AISA_API_KEY="your-key"

  2. Basic chat: python3 scripts/llm_router_client.py chat --model gpt-4.1 --message "Hello!"

  3. Vision analysis: python3 scripts/llm_router_client.py vision --model gpt-4o --image "https://example.com/image.jpg" --prompt "Describe this"

  4. Model comparison: python3 scripts/llm_router_client.py compare --models "gpt-4.1,claude-sonnet-4-5" --message "Explain AI"

  5. List supported models: python3 scripts/llm_router_client.py models

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.