From 4b5920ed677a6aecae6ab6bbbc8c34db53adf7a0 Mon Sep 17 00:00:00 2001 From: DeweyMarco Date: Mon, 13 Jul 2026 18:11:46 -0700 Subject: [PATCH] docs: fix mangled models link in video-generation guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Fern→Mintlify migration rewrote the "model list by video output" link from the website catalog (openrouter.ai/models?output_modalities=video) to a docs path (openrouter.ai/docs/guides/overview/models?...). The docs page ignores the output_modalities filter, so the link no longer took readers to the filtered video-model listing it promises. Later sync PRs repaired the mangled curl blocks in this file (and in tts/stt), but this prose link was missed because the fixups were curl-focused and Mintlify's link checker only validates internal links. Restores the website catalog URL, matching image-generation.mdx. Co-Authored-By: Claude Opus 4.8 (1M context) --- guides/overview/multimodal/video-generation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/overview/multimodal/video-generation.mdx b/guides/overview/multimodal/video-generation.mdx index ffa0037..2568bff 100644 --- a/guides/overview/multimodal/video-generation.mdx +++ b/guides/overview/multimodal/video-generation.mdx @@ -21,7 +21,7 @@ import { } from '/snippets/exports/constants.mdx'; import OpenRouterVideoSkill from "/snippets/openrouter-video-skill.mdx"; -OpenRouter supports video generation from text prompts (and optional reference images) via a dedicated asynchronous API. You can find the supported models, their capabilities, and pricing by filtering our [model list by video output](https://openrouter.ai/docs/guides/overview/models?output_modalities=video). +OpenRouter supports video generation from text prompts (and optional reference images) via a dedicated asynchronous API. You can find the supported models, their capabilities, and pricing by filtering our [model list by video output](https://openrouter.ai/models?output_modalities=video). Adding video generation to an app? The