---
title: "Model Skills, SDKs & CLIs for AI Agents | RunAPI"
url: "https://runapi.ai/models.md"
canonical: "https://runapi.ai/models.md"
locale: "en"
line_count: 28
provider_count: 17
---

# Install AI model skills into any agent.

One skill bundles install + docs + tool calls. Works inside any agent loop — Claude Code, Codex CLI, Gemini CLI, or directly from npm/pip.

RunAPI aggregates 28 multimodal models across 17 providers and ships each as a CLI-installable skill. One key unlocks the whole catalog; one schema works across every runtime.

## Models

- [Claude](https://runapi.ai/models/claude.md) — Text · from $0.050
- [ElevenLabs](https://runapi.ai/models/elevenlabs.md) — Audio &amp; Music · from $0.040
- [Flux 2](https://runapi.ai/models/flux-2.md) — Image · from $0.050
- [Flux Kontext](https://runapi.ai/models/flux-kontext.md) — Image · from $0.100
- [Gemini](https://runapi.ai/models/gemini.md) — Text · from $0.030
- [GPT](https://runapi.ai/models/gpt.md) — Text · from $0.030
- [GPT Image](https://runapi.ai/models/gpt-image.md) — Image · from $0.040
- [GPT Image 2](https://runapi.ai/models/gpt-image-2.md) — Image · from $0.240
- [GPT-4o Image](https://runapi.ai/models/gpt-4o-image.md) — Image · from $0.060
- [Grok Imagine](https://runapi.ai/models/grok-imagine.md) — Image · from $0.020
- [Hailuo](https://runapi.ai/models/hailuo.md) — Video · from $0.300
- [Ideogram V3](https://runapi.ai/models/ideogram-v3.md) — Image · from $0.070
- [Imagen 4](https://runapi.ai/models/imagen-4.md) — Image · from $0.040
- [InfiniteTalk](https://runapi.ai/models/infinitetalk.md) — Video · from $0.120
- [Kling](https://runapi.ai/models/kling.md) — Video · from $0.080
- [Luma](https://runapi.ai/models/luma.md) — Video · from $0.500
- [Nano Banana](https://runapi.ai/models/nano-banana.md) — Image · from $0.040
- [Qwen 2](https://runapi.ai/models/qwen-2.md) — Image · from $0.040
- [Recraft](https://runapi.ai/models/recraft.md) — Image · from $0.010
- [Runway](https://runapi.ai/models/runway.md) — Video · from $0.120
- [Runway Aleph](https://runapi.ai/models/runway-aleph.md) — Video · from $1.10
- [Seedance](https://runapi.ai/models/seedance.md) — Video · from $0.020
- [Seedream](https://runapi.ai/models/seedream.md) — Image · from $0.060
- [Suno](https://runapi.ai/models/suno.md) — Audio &amp; Music · from $0.0000
- [Topaz](https://runapi.ai/models/topaz.md) — Image · from $0.120
- [Veo 3.1](https://runapi.ai/models/veo-3.1.md) — Video · from $0.600
- [Wan](https://runapi.ai/models/wan.md) — Video · from $0.050
- [Z Image](https://runapi.ai/models/z-image.md) — Image · from $0.010

## Providers

- [Alibaba](https://runapi.ai/providers/alibaba.md) — 3 models, 21 variants
- [Anthropic](https://runapi.ai/providers/anthropic.md) — 1 models, 6 variants
- [Black Forest Labs](https://runapi.ai/providers/black-forest-labs.md) — 2 models, 6 variants
- [Bytedance](https://runapi.ai/providers/bytedance.md) — 2 models, 10 variants
- [ElevenLabs](https://runapi.ai/providers/elevenlabs.md) — 1 models, 6 variants
- [Google](https://runapi.ai/providers/google.md) — 4 models, 15 variants
- [Ideogram](https://runapi.ai/providers/ideogram.md) — 1 models, 3 variants
- [Kuaishou](https://runapi.ai/providers/kuaishou.md) — 1 models, 5 variants
- [Luma](https://runapi.ai/providers/luma.md) — 1 models
- [MeiGen-AI](https://runapi.ai/providers/meigen-ai.md) — 1 models
- [MiniMax](https://runapi.ai/providers/minimax.md) — 1 models, 6 variants
- [OpenAI](https://runapi.ai/providers/openai.md) — 4 models, 15 variants
- [Recraft](https://runapi.ai/providers/recraft.md) — 1 models, 2 variants
- [Runway](https://runapi.ai/providers/runway.md) — 2 models
- [Suno](https://runapi.ai/providers/suno.md) — 1 models, 7 variants
- [Topaz](https://runapi.ai/providers/topaz.md) — 1 models, 2 variants
- [xAI](https://runapi.ai/providers/xai.md) — 1 models, 4 variants

## Install

```sh
npm install @runapi.ai/<model>
# or
gem install runapi-<model>
```

## FAQ

### What is a model skill, exactly?

A skill is a bundle of install, schema, prompt, and runtime adapter that any compatible CLI can pick up.

### Which CLIs do skills support today?

Skills work with 50+ agents including Claude Code, Codex, Gemini CLI, and Cursor. SDKs are also available for npm and Go.

### Do I need a separate account per provider?

No — one RunAPI key unlocks the whole catalog. Billing is unified.

### How is pricing billed?

Per-call or per-unit metered, billed monthly in USD. Failed generations are not charged.

### Can I self-host the SDK?

The SDK packages on npm, pip and RubyGems are MIT-licensed.

### Where do I report broken skills?

Open an issue on the public GitHub repo.

