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

One key, 100+ models — chat with any LLM and generate video, images, speech.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

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

    Server tool list (4)

    Raw names from tools/list. Only developers need these.

    list_modelsList the AI models available on 370.ai (chat / image / video / audio). Free, no billing.
    chatAsk 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 while you run on GPT, use a cheaper model for bulk work, or reach a model you don't have direct access to. One key, 100+ models. Call list_models to see the full catalog of model ids. Args: prompt: the user message / question. model: model id to call (see list_models). Empty = a fast cheap default. system: optional system instruction to steer the model. max_tokens: optional cap on output length (omit to let the model decide). temperature: optional sampling temperature 0..2 (omit for the model's default). Returns the model's text reply.
    generate_imageGenerate 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: 1024x1024 (square) / 1024x1536 (portrait) / 1536x1024 (landscape). Returns the generated PNG image.
    text_to_speechConvert text to spoken audio. Returns a status with byte size. Args: text: the text to speak. voice: ⚠️ 当前默认模型 (qwen3-tts-flash) **忽略 OpenAI 音色名** —— alloy / echo / fable / onyx / nova / shimmer 六个会被统一改写成同一个音色, 传哪个都得到逐字节相同的音频。要真正换音色请传上游音色名 (如 Cherry / Ethan)。