arkroute

Generate images and videos with 25+ visual AI models (Seedream, FLUX, GPT Image, Kling, Seedance) through one unified API. OpenAI-compatible + MCP server.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "arkroute" with this command: npx skills add guixiang123124/arkroute

ArkRoute — Visual AI Model Router

Generate images and videos with 25+ visual AI models through one unified API. One API key, one format, all the best visual AI models.

Why ArkRoute?

  • 25+ models — Seedream 3.0, FLUX.1, GPT Image 1, Kling, Seedance, Recraft, and more
  • OpenAI-compatible — Drop-in replacement, same format you already know
  • MCP Server — Works with Claude, Cursor, OpenClaw agents out of the box
  • Pay-per-use — Credit-based pricing, no subscriptions. Free tier included
  • China model access — ByteDance Seedream/Seedance, Kling, and other models typically hard to access outside China

Setup

  1. Get your free API key at ark-route.com/dashboard
  2. Set the environment variable:
export ARKROUTE_API_KEY="your-api-key-here"

Usage — Image Generation

curl -X POST https://api.ark-route.com/v1/images/generations \
  -H "Authorization: Bearer $ARKROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "seedream-3.0", "prompt": "A futuristic city at sunset", "size": "1024x1024"}'

Python

from openai import OpenAI
client = OpenAI(api_key="your-key", base_url="https://api.ark-route.com/v1")
response = client.images.generate(model="seedream-3.0", prompt="A futuristic city at sunset", size="1024x1024")
print(response.data[0].url)

MCP Server

ArkRoute exposes a native MCP endpoint:

{
  "mcpServers": {
    "arkroute": {
      "url": "https://api.ark-route.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_ARKROUTE_API_KEY" }
    }
  }
}

Available Models

ModelProviderTypeCost
Seedream 3.0ByteDanceImage$0.020
FLUX.1 SchnellBlack ForestImage$0.003
GPT Image 1OpenAIImage$0.040
Seedance 2.0ByteDanceVideo$0.200
Kling 2.0KuaishouVideo$0.300

Full pricing →

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Daily Report Generator

AI全自动生成日报、周报、月报——30秒搞定你30分钟的工作。零输入,自动从工作记忆和日志中提炼成果,支持日报→周报→月报逐级汇总。输出飞书卡片、Markdown、纯文本,7种报告模板覆盖全部场景。触发词:日报、周报、月报、daily report、weekly report、monthly report、今天做...

Registry SourceRecently Updated
General

Douyin Auto Publish 抖音自动上传发布

抖音创作者平台视频上传发布。触发条件:用户要求上传视频到抖音、发布抖音视频、自动上传视频到抖音创作者平台

Registry SourceRecently Updated
General

Vmware Company

VMware pioneered virtualization and cloud infrastructure, now evolving under Broadcom with a shift to subscription-based enterprise solutions.

Registry SourceRecently Updated
General

建站骨架 (EdgeOne Pages)

一句话说需求,AI 生成完整前后端网站并自动部署到 EdgeOne Pages。支持电商栈(Auth/购物车/支付)、AI 栈(SSE 流式对话)、管理后台。触发词:帮我建网站、建一个电商网站、做 AI 客服站、建管理后台、EdgeOne Pages 建站

Registry SourceRecently Updated