Access 3 morph models through the OpenRouter unified API including Morph V3 Large, Morph V3 Fast, and Fast Apply. Compare pricing, context windows, benchmarks, and capabilities between different morph models.
morph tokens processed on OpenRouter
OpenRouter serves 3 morph models behind one OpenAI-compatible API. Create an OpenRouter API key, point your client at https://openrouter.ai/api/v1, and set the model to an ID such as morph/morph-v3-large. The quickstart has request examples for every supported SDK.
Morph V3 Large has the largest context window of any morph model on OpenRouter, accepting up to 262,144 tokens per request.
Morph V3 Large is the most recently added morph model on OpenRouter, listed on July 7, 2025.
Morph Apply is a specialized code-patching LLM that merges AI-suggested edits straight into your source files. It can apply updates from GPT-4o, Claude, and others into your files at 4000+ tokens per second. The model requires the prompt to be in the following format: <code>${originalCode}</code>\n<update>${updateSnippet}</update> Learn more about this model in their documentation