Anthropic's LLM for complex reasoning, code, analysis, and extended-context tasks.
探索 246 個 AI 模型
瀏覽、比較並整合最佳 AI 模型,涵蓋影片、圖像、音樂、音訊與文字生成——全透過單一統一 API。
# Available Endpoints
POST /v1/chat/completions # LLM
POST /v1/images/generations # Image
POST /api/v1/kling/text_to_video # Video
POST /v1/audio/speech # TTS
POST /v1/audio/transcriptions # STT
POST /api/v1/suno/text_to_music # Music
const response = await fetch("https://runapi.ai/v1/chat/completions", {
method: "POST",
headers: { Authorization: `Bearer ${RUNAPI_API_KEY}`, "Content-Type": "application/json" },
body: JSON.stringify({ model: "your-model-id", messages: [{ role: "user", content: "Hello" }] })
})
const result = await response.json()
import os
import httpx
response = httpx.post(
"https://runapi.ai/v1/chat/completions",
headers={"Authorization": f"Bearer {os.environ['RUNAPI_API_KEY']}"},
json={"model": "your-model-id", "messages": [{"role": "user", "content": "Hello"}]}
)
<?php
$ch = curl_init("https://runapi.ai/v1/chat/completions");
curl_setopt_array($ch, [CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ["Authorization: Bearer $RUNAPI_API_KEY", "Content-Type: application/json"],
CURLOPT_POSTFIELDS => json_encode(["model" => "your-model-id", "messages" => [["role" => "user", "content" => "Hello"]])]);
$result = json_decode(curl_exec($ch), true);
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder(URI.create("https://runapi.ai/v1/chat/completions"))
.header("Authorization", "Bearer " + RUNAPI_API_KEY)
.header("Content-Type", "application/json")
.POST(HttpRequest.BodyPublishers.ofString("{\"model\":\"your-model-id\",\"messages\":[]}")).build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
require "net/http"
uri = URI("https://runapi.ai/v1/chat/completions")
request = Net::HTTP::Post.new(uri)
request["Authorization"] = "Bearer #{ENV.fetch('RUNAPI_API_KEY')}"
request["Content-Type"] = "application/json"
request.body = {model: "your-model-id", messages: []}.to_json
requestBody := strings.NewReader(`{"model":"your-model-id","messages":[]}`)
request, _ := http.NewRequest(http.MethodPost, "https://runapi.ai/v1/chat/completions", requestBody)
request.Header.Set("Authorization", "Bearer "+os.Getenv("RUNAPI_API_KEY"))
request.Header.Set("Content-Type", "application/json")
response, err := http.DefaultClient.Do(request)
defer response.Body.Close()
# Authenticate once
runapi login
# Inspect available models
runapi models list --modality video
# Use the selected model in your workflow
runapi models show <model-id>
一個 API,串接主流 AI 模型
-
Flux
-
Midjourney
-
Whisper
-
ElevenLabs
-
HappyHorse
-
GPT Image 2
-
Veo
-
Minimax
-
Luma
-
PixVerse
-
Recraft
-
Fish Audio
-
DeepSeek
-
Qwen
-
Claude
-
GPT
-
Gemini
-
Seedance
-
Kling
-
Suno
55 個模型
Reasoning-first LLMs via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.
Voice synthesis, text-to-speech, sound effects, speech-to-text, and audio isolation.
OpenAI 文字嵌入,用於語意搜尋、檢索、分群與排序 workflow。
透過 RunAPI 存取 Fish Audio API,提供富有表現力、支援多語言且適用正式製作的文字轉語音,並輸出代管 MP3。
Flux 圖像 API:Dev、Pro 與 2 Klein 支援文生圖,Dev 與 Pro 支援單圖編輯。
Text-to-image and remix-image with strong prompt adherence from Black Forest Labs.
In-context image editing — local edits, style transfer, and character-consistent generation.
Google's multimodal LLM for chat, code generation, reasoning, and long-context tasks.
Voice, character, and multimodal video generation resources for narration, dialogue, and agent media workflows.
透過 RunAPI 存取 Gemini TTS API,支援多位說話者對話,並可設定語音、口音、表達風格與語速。
透過 RunAPI 存取 Z.ai GLM API,MIT 授權的 MoE 模型,支援最高 200K 上下文,並在開放權重程式碼 benchmark 中領先。
OpenAI's flagship LLM for chat, code generation, and multi-step reasoning tasks.
Text-to-image and image editing powered by OpenAI's image generation models.
Image
Latest OpenAI image generation with near-perfect multilingual text rendering inside images.
透過 RunAPI 使用 GPT Image 2.5 API,包含 model skill、統一驗證與按用量計費。
Native image generation inside GPT-4o — generate and edit images within the conversation.
透過 RunAPI 存取 xAI Grok 4.5 API,適用於對話、程式撰寫、推理、函式工具與結構化輸出。
Image and video generation from text — text-to-image, image-to-image, text-to-video, and image-to-video.
透過 RunAPI 使用 Grok Imagine Video API,包含 model skill、統一驗證與按用量計費。
Text and image-to-video at native 1080p with accurate physics simulation and motion.
Text, image, and edit-video generation with 720p and 1080p output, duration control, first-frame image support, ordered reference images for character-guided clips, and source-video editing.
Text-to-image with industry-leading in-image text accuracy — posters, logos, and typography.
Photorealistic text-to-image with precise typography, broad style range, and up to 2K resolution.
Video
Audio-driven talking-head animation — lip-sync and animate a portrait from any audio input.
透過 RunAPI 存取 Moonshot AI Kimi API;目前旗艦 kimi-k3 始終啟用推理,首版提供基本文字同步與 SSE。
Text and image-to-video at up to 4K with multimodal audio and AI avatar generation.
Video modification and transformation powered by Luma's Dream Machine model.
透過 RunAPI 使用 Midjourney Image API,包含 model skill、統一驗證與按用量計費。
透過 RunAPI 使用 Midjourney Video API,包含 model skill、統一驗證與按用量計費。
RunAPI MiMo API:基礎版 mimo-v2.5 僅在同步 OpenAI Chat Completions 支援文字與遠端 HTTP(S) 圖片,mimo-v2.5-pro 僅支援文字。
透過 RunAPI 存取 MiniMax 文字 API,sparse MoE 模型涵蓋 200K 到 1M 上下文,最高 80.5% SWE-bench Verified。
MiniMax H3 影片生成 API,支援最高 2K 的文字生成影片、圖片生成影片,以及圖片、影片和音訊多重參考生成。
Fast text-to-image with accurate in-image text rendering and multi-character consistency.
OmniHuman API 呼叫音訊驅動說話頭像影片、人體辨識和主體遮罩偵測能力。
透過 RunAPI 使用 OpenAI Moderation API,包含 model skill、統一驗證與按用量計費。
OpenAI 相容音訊轉錄 API,使用 Whisper-1 與 GPT Transcribe 將語音轉成文字。
透過 RunAPI 存取 OpenAI TTS API,提供低延遲、高音質的文字轉語音,並輸出由 RunAPI 代管的 MP3。
透過 RunAPI 呼叫 PixVerse V6 影片 API —— 從文字、圖片、參考圖組、轉場帧生成影片,並可延伸已完成的結果。
Audio & Music
Producer API 提供 FUZZ 音樂生成,可依指定歌詞創作人聲歌曲,或依製作說明創作純音樂。
Qwen 2 supports text-to-image and image editing.
Qwen 3 標準版與 Pro 版文字生圖和圖片編輯 API。
Qwen Image API 支援高品質文生圖、提示詞引導的圖片重混,以及精準的文字指令編輯。
AI image upscaling and background removal for design and production workflows.
Video generation and editing — create and transform footage with text prompts.
Prompt-guided video editing that transforms existing footage with frame-level continuity.
Text and image-to-video with native audio-video joint synthesis, up to 15-second multi-shot clips.
Text-to-image and image editing with strong typography rendering, up to 4K resolution.
Audio & Music
AI music generation — create full songs with vocals, instruments, and lyrics from a text prompt.
AI-powered image and video upscaling — enhance resolution and detail without artifacts.
High-fidelity video generation up to 4K with natively synthesized dialogue, sound effects, and ambience.
Volcengine Lip Sync API,可用來源影片與音訊進行音訊驅動的影片到影片唇形同步。
Image
透過 RunAPI 使用 Wan Image API,包含 model skill、統一驗證與按用量計費。
Video
透過 RunAPI 使用 Wan Video API,包含 model skill、統一驗證與按用量計費。
Image
Ultra-fast text-to-image — photorealistic results in ~1 second with 8 inference steps.
55 個模型 找不到符合的模型
立即試用模型
選擇任一模型,幾秒內即可開始生成。
一個 API,串接所有 AI 模型
統一介面
一個 SDK 涵蓋所有模態的 240+ 個模型。切換供應商不必改動程式碼。
即時定價
透明的按量計費。沒有訂閱、沒有隱藏費用,額度永不過期。
企業級規格
支援團隊 API 金鑰、用量分析與優先支援。
幾秒內快速上手
團隊用 200+ 個模型打造什麼
影片行銷
用 Kling、Veo 和 Runway 為每個受眾區隔生成廣告變體
產品攝影
用 Flux 和 Midjourney 製作專業水準的產品圖
Podcast 製作
用 Fish Audio 和 ElevenLabs 克隆聲音並生成開場
AI Agent
透過 MCP 或 REST 讓你的 Agent 存取任何模型
內容配樂
用 Suno 和 Udio 為影片與 Podcast 配樂
多語言語音合成
用自然語音將應用程式在地化成 40 多種語言
模型目錄問題
如何瀏覽可用模型?
造訪 /models,或使用 CLI:runapi models list。可依模態、供應商篩選,或用名稱搜尋。
可以在同一個專案中使用多個模型嗎?
可以。一組 API 金鑰即可存取全部 240+ 個模型,自由切換影片、圖像、音樂、音訊與 LLM 模型。
新模型多久上架一次?
我們持續新增模型。重大新版本通常在發布後數天內即可使用。追蹤我們的更新日誌以掌握進度。
可以要求新增特定模型嗎?
可以。聯絡我們並提供模型名稱與供應商資訊,我們會評估所有請求並依需求排定優先順序。
模型退役時會怎樣?
我們會在模型退役前 30 天通知使用者。既有程式碼可繼續運作,只需將模型參數更新為較新的版本。
模型如何計價?
文字模型依百萬輸入與輸出 token 計費;媒體模型依秒、依張圖或依分鐘計費。每個模型頁面與價格表都列出確切費率。