Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models

ai.router/ai-gateway

One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.

Uptime
10.0%
50 probes
Response
1019ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

list_models

List the AI models available on 370.ai (chat / image / video / audio). Free, no billing.

chat

Ask any text/chat model on 370.ai (Claude / GPT / Gemini / DeepSeek / Qwen / ...) and get its reply. Use this when you want a **specific or different** model than your own — e.g. consult Claude w…

generate_image

Generate an image from a text prompt. Use whenever the user wants a picture/illustration/photo created. Args: prompt: description of the image (English works best). size: 1024x102…

generate_video

Start a text-to-video generation (async). Returns a task_id; poll get_video_status until done. Args: prompt: description of the video. duration: seconds (e.g. 5). resoluti…

get_video_status

Check a video generation task. When status=succeeded the result contains the video url.

text_to_speech

Convert text to spoken audio (mp3). Returns a status with byte size.

transcribe_audio

Transcribe spoken audio (from a public URL) to text.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "370.ai_—_ai_gateway:_video_(seedance_2.0,_wan,_happyhorse),_image,_speech_+_100+_chat_models": {
      "url": "https://mcp.router.ai/mcp",
      "transport": "streamable-http"
    }
  }
}