{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T06:40:50.084Z","headline":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","description":"OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","url":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/","mainEntityOfPage":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/","datePublished":"2026-07-16T00:00:00.000Z","dateModified":"2026-07-16T00:00:00.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://openrouter.ai/blog/insights/every-modality-one-api","https://aihot.virxact.com/items/cmrnuiwj700pobixyaqw9k6cr"],"canonicalUrl":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。 Aioga 将其归入「产品更新」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/","dateCreated":"2026-07-16T00:00:00.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"openrouter.ai source article","url":"https://openrouter.ai/blog/insights/every-modality-one-api","datePublished":"2026-07-16T00:00:00.000Z","provider":{"@type":"Organization","name":"openrouter.ai","url":"https://openrouter.ai/blog/insights/every-modality-one-api"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrnuiwj700pobixyaqw9k6cr","datePublished":"2026-07-16T00:00:00.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrnuiwj700pobixyaqw9k6cr"}}],"aggregationSource":"OpenRouter：Announcements（RSS）","originalPublisher":{"name":"openrouter.ai","url":"https://openrouter.ai/blog/insights/every-modality-one-api"},"article":{"id":"cmrnuiwj700pobixyaqw9k6cr","slug":"cmrnuiwj700pobixyaqw9k6cr","url":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/","title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","title_en":"Every Modality Through One API","summary":"OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","source":"OpenRouter：Announcements（RSS）","sourceUrl":"https://openrouter.ai/blog/insights/every-modality-one-api","aiHotUrl":"https://aihot.virxact.com/items/cmrnuiwj700pobixyaqw9k6cr","publishedAt":"2026-07-16T00:00:00.000Z","category":"产品更新","score":52,"selected":false,"articleBody":["You’re building an app that needs to answer questions in chat, generate product images, search a knowledge base, and turn voice memos into text. The default path is 4 provider SDKs, 4 billing relationships, and 4 auth schemes to wire up before you write a line of feature code. One developer on r/Bard went looking for a unified API for LLMs, image, and video generation models：https://reddit.com/r/Bard/comments/1k1foh3. Another on r/ShowYourApp built the thing themselves and reported that an all-in-one AI API was way harder than expected：https://reddit.com/r/ShowYourApp/comments/1tnhg0z once text, image, video, TTS, STT, and embeddings all had to coexist.","On OpenRouter, every one of those modalities runs through a single OpenAI-compatible base URL: https://openrouter.ai/api/v1 . You set it once. After that, you change the model string and the content type. The catalog spans 400+ models across 70+ providers：https://openrouter.ai, and the same routing controls that protect a chat call protect an embeddings call.","Yes. One base URL serves every modality, and you switch between them by changing the model string and the request content type. Set https://openrouter.ai/api/v1 as your base URL, pass your API key as a Bearer token, and you reach the full catalog through one OpenAI-compatible interface.","Wiring up 4 provider SDKs means each provider brings its own auth refresh, retry and backoff semantics, rate-limit headers, streaming format, and error schema. You write that glue 4 times, maintain it 4 times, and a change from one provider only ever fixes its own corner.","We’re a drop-in replacement for the OpenAI Chat API：https://openrouter.ai/docs/quickstart, so the same request format carries across every modality that rides /chat/completions , and the TTS endpoint follows the OpenAI Audio API. The dedicated endpoints (image generation, video generation, transcription, and embeddings) each have their own request shape, but our official SDKs：https://openrouter.ai/docs/client-sdks/overview ( @openrouter/sdk for TypeScript, openrouter for Python) wrap all of it behind one interface.","Most input modalities ride /chat/completions and differ only by content type. Five modalities have dedicated endpoints. Here’s the full map, grounded in our multimodal overview：https://openrouter.ai/docs/guides/overview/multimodal/overview and embeddings reference：https://openrouter.ai/docs/api/reference/embeddings.","Five of these modalities run on /chat/completions and change only the content type in the message array. Five have their own endpoints because their call shape is different: image generation takes a prompt plus image-specific knobs (resolution, aspect ratio, output format) and returns base64 images, video generation is asynchronous (you poll a job), speech and transcription move raw audio bytes, and embeddings return vectors instead of completions. Single-provider docs rarely lay this out side by side, because no single provider serves all of them.","You can test multimodal inputs without paying. The free tier：https://openrouter.ai/pricing needs no credit card, and free models run under low daily rate limits that rise once you’ve added credits. That’s enough to send an image to a vision model or generate a batch of embeddings before you commit.","Generation and understanding are different tasks even within the same media type, and the endpoint you reach for depends on which one you’re doing.","Image: generation vs. understanding. Use image generation when you need a new image, and image input when you have one to analyze. Generation produces assets, mockups, and illustrations from a text prompt through a POST to the dedicated /api/v1/images endpoint, with optional reference images for image-to-image work. Vision input goes the other way: you send an image_url on /chat/completions , and the model does OCR, description, or detection. See the image generation docs：https://openrouter.ai/docs/guides/overview/multimodal/image-generation for the full walkthrough.","Video: input vs. generation. Use the async /videos endpoint to produce clips and video_url on chat to understand them. Video generation submits a prompt and returns a job ID you poll until the clip is ready, with configurable resolution, aspect ratio, and duration. Video understanding sends a video_url to a video-capable model for analysis, action recognition, or object detection. More in the video generation announcement：https://openrouter.ai/blog/announcements/video-generation.","Audio and speech: output vs. analysis. Use /audio/speech for voice output and audio input on chat for analysis. Text-to-speech sends text to /api/v1/audio/speech and returns MP3 or PCM bytes through an OpenAI Audio-compatible endpoint, so OpenAI client libraries work against it. Audio input rides /chat/completions with the input_audio content type for tasks like sentiment or content analysis. Details in the audio APIs announcement：https://openrouter.ai/blog/announcements/announcing-audio-apis.","Embeddings: retrieval and similarity. Use embeddings when you need retrieval or similarity, not generation. The embeddings docs：https://openrouter.ai/docs/api/reference/embeddings name 6 jobs: RAG, semantic search, recommendations, clustering, duplicate detection, and anomaly detection. You can batch many inputs in one request, and some models accept text and an image together to produce a single joint vector ( nvidia/llama-nemotron-embed-vl-1b-v2 is one).","Transcription: speech to text. Use /audio/transcriptions for speech-to-text. You send base64-encoded audio and get back JSON with the transcribed text plus usage statistics. It fits meeting notes, voice commands, and captioning.","Yes. The same provider object you use on a chat call works identically on an embeddings call: provider order, automatic failover, data-collection policy, and cost or latency sort. Here’s the exact shape from the embeddings docs：https://openrouter.ai/docs/api/reference/embeddings:","The routing controls carry to the dedicated image endpoint too: /api/v1/images accepts provider.order , provider.allow_fallbacks , provider.only , provider.ignore , and provider.sort , so failover, ordering, and cost/latency sort work the same way on an image generation call as on a chat call.","An embedding model served by more than one provider：https://openrouter.ai/openai/text-embedding-3-small can fall back from one to another when the first returns an error. The same cross-provider failover applies to embeddings, image, audio, and chat alike through the provider object：https://openrouter.ai/docs/guides/routing/provider-selection.","We don’t mark up provider pricing：https://openrouter.ai/pricing: the rate in the model catalog is what you pay. Zero Completion Insurance means a failed run isn’t billed, so a request that fails over and never completes costs nothing. That holds across modalities.","One API key, one bill, one request format across every modality.","The same Bearer token authorizes a vision call, a TTS call, and an embeddings call. There’s no separate key vault per provider and no per-modality onboarding. When you add a new capability, say you start doing RAG, you call /embeddings with the key you already have.","Consolidated billing means usage across modalities lands on a single OpenRouter statement at catalog rates. You can compare what image generation cost versus embeddings in one place, rather than exporting CSVs from 4 dashboards. That reconciliation friction is exactly what the r/ShowYourApp builder ran into when the all-in-one stack got harder than expected：https://reddit.com/r/ShowYourApp/comments/1tnhg0z.","Each modality has constraints worth knowing before you build. These are our own current limits, stated plainly so you can design around them rather than discover them in production.","The unified API earns its place when you need more than one media type, when swapping models is a one-string change, or when a provider outage shouldn’t take your feature down. If your entire app is a single chat feature against one general-purpose model from one provider, a direct integration is simpler and the consolidation upside is thinner.","Send a single embeddings request against the base URL.","From here, go deeper per modality with the multimodal overview：https://openrouter.ai/docs/guides/overview/multimodal/overview, or browse models by output modality：https://openrouter.ai/models?fmt=cards&output_modalities=embeddings to find what fits each call.","Yes. All three run through our base URL at https://openrouter.ai/api/v1 , with one API key. Image generation uses the dedicated /images endpoint, embeddings use /embeddings , and transcription uses /audio/transcriptions . You change the endpoint and content type, not the integration, the auth, or the API key.","Yes. Embeddings run through POST /api/v1/embeddings and return vectors for RAG, semantic search, recommendations, clustering, duplicate detection, and anomaly detection. You can batch multiple inputs in one request, and some models accept text and an image together for a joint vector.","Text, image input, PDF, audio input, and video input all use /chat/completions and differ only by content type. Image generation ( /images ), video generation ( /videos ), text-to-speech ( /audio/speech ), transcription ( /audio/transcriptions ), and embeddings ( /embeddings ) use dedicated endpoints, because their call shapes differ: prompt-to-image requests, async jobs, raw audio bytes, or returned vectors instead of completions.","Yes. We have a free tier at OpenRouter, no credit card required. Free models run under low daily rate limits that rise once you’ve added credits, which is enough to send images, generate embeddings, or test other modalities before you commit.","Yes, with multimodal embedding models. You wrap the input in a content array containing text and image_url objects, and the model returns a single joint vector that captures both. nvidia/llama-nemotron-embed-vl-1b-v2 is one model, useful when you want text and images to share a single retrieval space.","Yes. The same provider routing controls ( order , allow_fallbacks , cost/latency sort ) apply to embeddings, image, audio, and chat calls. If a provider errors, the call falls over to the next one serving that model, and a failed run is never billed."],"articleImages":[{"sourceUrl":"https://openrouter.ai/blog/images/every-modality-one-api.png","alt":"Every Modality Through One API","afterParagraph":0,"url":"/media/articles/cmrnuiwj700pobixyaqw9k6cr/c1c5102b460c832b.png"},{"sourceUrl":"https://openrouter.ai/blog/images/every-modality-endpoints.png","alt":"Diagram of one base URL fanning out to the shared chat/completions endpoint with five content types, plus dedicated endpoints for image generation, video generation, text-to-speech, transcription, and embeddings","afterParagraph":5,"url":"/media/articles/cmrnuiwj700pobixyaqw9k6cr/d8c74d53e04d8366.png"}],"mediaStatus":"ok","articleBodyZh":[],"translationStatus":"","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。 Aioga 将其归入「产品更新」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：产品与工具类动态的价值取决于它是否解决明确场景、能否进入工作流，以及交付、价格和数据安全是否可接受。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察产品是否开放使用、用户反馈、定价、集成能力和后续版本更新。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-23T06:49:19.229Z","sourceHash":"96bfd04223611772","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["产品更新","OpenRouter：Announcements（RSS）"],"translations":{"zh-CN":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AI资讯","description":"OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","url":"https://www.aioga.com/news/cmrnuiwj700pobixyaqw9k6cr/"},"en":{"title":"Every Modality Through One API","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under Products. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"Products","source":"OpenRouter：Announcements（RSS）","pageTitle":"Every Modality Through One API - Aioga AI News","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under Products. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降","url":"https://www.aioga.com/en/news/cmrnuiwj700pobixyaqw9k6cr/"},"ja":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aiogaは「製品更新」の動きとして、OpenRouter：Announcements（RSS） からの更新を追跡しています。OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"製品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AIニュース","description":"Aiogaは「製品更新」の動きとして、OpenRouter：Announcements（RSS） からの更新を追跡しています。OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","url":"https://www.aioga.com/ja/news/cmrnuiwj700pobixyaqw9k6cr/"},"ko":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga는 OpenRouter：Announcements（RSS）의 업데이트를 제품 업데이트 흐름으로 추적합니다. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"제품 업데이트","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AI 뉴스","description":"Aioga는 OpenRouter：Announcements（RSS）의 업데이트를 제품 업데이트 흐름으로 추적합니다. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","url":"https://www.aioga.com/ko/news/cmrnuiwj700pobixyaqw9k6cr/"},"es":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga sigue esta actualización de OpenRouter：Announcements（RSS） dentro de Productos. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"Productos","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Noticias de IA","description":"Aioga sigue esta actualización de OpenRouter：Announcements（RSS） dentro de Productos. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所","url":"https://www.aioga.com/es/news/cmrnuiwj700pobixyaqw9k6cr/"},"fr":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga suit cette mise à jour de OpenRouter：Announcements（RSS） dans la catégorie Produits. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"Produits","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Actualités IA","description":"Aioga suit cette mise à jour de OpenRouter：Announcements（RSS） dans la catégorie Produits. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由","url":"https://www.aioga.com/fr/news/cmrnuiwj700pobixyaqw9k6cr/"},"de":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga KI-News","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/de/news/cmrnuiwj700pobixyaqw9k6cr/"},"pt-BR":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Notícias de IA","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/pt-BR/news/cmrnuiwj700pobixyaqw9k6cr/"},"ru":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Новости ИИ","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/ru/news/cmrnuiwj700pobixyaqw9k6cr/"},"ar":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga أخبار الذكاء الاصطناعي","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/ar/news/cmrnuiwj700pobixyaqw9k6cr/"},"hi":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AI समाचार","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/hi/news/cmrnuiwj700pobixyaqw9k6cr/"},"it":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Notizie IA","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/it/news/cmrnuiwj700pobixyaqw9k6cr/"},"nl":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AI-nieuws","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/nl/news/cmrnuiwj700pobixyaqw9k6cr/"},"tr":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga AI Haberleri","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/tr/news/cmrnuiwj700pobixyaqw9k6cr/"},"vi":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Tin tức AI Aioga","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/vi/news/cmrnuiwj700pobixyaqw9k6cr/"},"id":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Berita AI Aioga","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/id/news/cmrnuiwj700pobixyaqw9k6cr/"},"th":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - ข่าว AI Aioga","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/th/news/cmrnuiwj700pobixyaqw9k6cr/"},"pl":{"title":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点","summary":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态开发集成成本。","category":"产品更新","source":"OpenRouter：Announcements（RSS）","pageTitle":"OpenRouter 统一多模态 API：Chat、图像生成、嵌入与转录共用同一端点 - Aioga Wiadomości AI","description":"Aioga tracks this update from OpenRouter：Announcements（RSS） under 产品更新. OpenRouter 将 Chat、图像生成、嵌入和转录四种模态统一到单一 base URL 下，用户只需切换模型字符串和内容类型，无需管理多个 SDK、账单和认证方案。同一套路由控制可跨所有模态复用，大幅降低多模态","url":"https://www.aioga.com/pl/news/cmrnuiwj700pobixyaqw9k6cr/"}}}}