> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Comfy Router serving providers

> See which providers can serve each Comfy Router model and how to select an alternate provider.

<div className="router-provider-coverage-marker" />

Every model uses `POST /v2/models/{provider}/{model}`. Comfy is the default provider. For models with alternate coverage, `model_provider` selects another provider without changing the model ID or request body. See [`model_provider`, `strict_mode` and `fallback_provider`](/development/comfy-router/reference#post-v2modelsprovidermodel) in the API reference.

## Provider coverage

| Model / provider                                                                                            | **Comfy (default)** | **fal**                   | **Higgsfield**                        | **Runware**                       | **WaveSpeed**                         |
| ----------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------- | ------------------------------------- | --------------------------------- | ------------------------------------- |
| [Dreamina Seedance 2.0 260128](/development/comfy-router/models/byteplus/dreamina-seedance-2-0-260128/code) | ✓                   | `fal/fal-seedance-2.0`    | -                                     | `runware/runware-seedance-2.0`    | `wavespeed/wavespeed-seedance-2.0`    |
| [Dreamina Seedance 2.5 260628](/development/comfy-router/models/byteplus/dreamina-seedance-2-5-260628/code) | ✓                   | `fal/fal-seedance-2.5`    | -                                     | `runware/runware-seedance-2.5`    | `wavespeed/wavespeed-seedance-2.5`    |
| [GPT Image 2](/development/comfy-router/models/openai/gpt-image-2/code)                                     | ✓                   | `fal/fal-gpt-image-2`     | -                                     | `runware/runware-gpt-image-2`     | `wavespeed/wavespeed-gpt-image-2`     |
| [Kling 3.0 Turbo](/development/comfy-router/models/kling/kling-3-0-turbo/code)                              | ✓                   | -                         | `higgsfield/higgsfield-kling-3-turbo` | -                                 | -                                     |
| [Kling V3](/development/comfy-router/models/kling/kling-v3/code)                                            | ✓                   | -                         | `higgsfield/higgsfield-kling-3-std`   | -                                 | -                                     |
| [Nano Banana 2](/development/comfy-router/models/google/nano-banana-2/code)                                 | ✓                   | `fal/fal-nano-banana-2`   | -                                     | `runware/runware-nano-banana-2`   | `wavespeed/wavespeed-nano-banana-2`   |
| [Nano Banana Pro](/development/comfy-router/models/google/nano-banana-pro/code)                             | ✓                   | `fal/fal-nano-banana-pro` | -                                     | `runware/runware-nano-banana-pro` | `wavespeed/wavespeed-nano-banana-pro` |
| [Wan 3.0 Video](/development/comfy-router/models/wan/wan3-0-video/code)                                     | ✓                   | -                         | `higgsfield/higgsfield-wan-3`         | -                                 | -                                     |

`strict_mode=false` (the default) translates the native request and response for the selected provider. Fields that cannot be translated are listed in the `X-Comfy-Router-Dropped-Params` response header.
