Metadata-Version: 2.4
Name: llm-cli-gateway
Version: 1.6.1
Summary: llm plugin for multi-LLM orchestration via llm-cli-gateway
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: llm>=0.19

# llm-gateway

An [llm](https://llm.datasette.io/) plugin that provides access to Claude, Codex, Gemini, Grok, and Mistral (Vibe)
through the [llm-cli-gateway](https://github.com/verivus-oss/llm-cli-gateway) MCP server.

## Installation

    llm install llm-gateway

## Usage

    llm -m gateway-claude "Explain this function"
    llm -m gateway-codex "Implement a binary search"
    llm -m gateway-gemini "Review this code for bugs"
    llm -m gateway-grok "Find race conditions in this concurrent code"
    llm -m gateway-mistral "Refactor this Python module for readability"

## Requirements

- Node.js 18+ (for the gateway runtime)
- At least one of: Claude Code CLI, Codex CLI, Gemini CLI, Grok CLI, or Mistral Vibe CLI
