← All models

sourceful

Sourceful: Riverflow V2.5 Pro

sourceful/riverflow-v2.5-pro

Riverflow V2.5 Pro is the most powerful variant of Sourceful's Riverflow 2.5 lineup, best for top-tier control and quality-sensitive outputs. The Riverflow 2.5 series is a unified text-to-image and image-to-image...

image

Try in Playground ↗

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

nbackgroundresolutionaspect_ratiooutput_formatinput_references

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmubxr0uz07j7jn0zt286zwi0:3

Image prices & options

Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.

Sourceful
UsageUnitUSDVariant
output imageimage$0.13Default
output imageimage$0.152k
output imageimage$0.174k
{
  "n": {
    "type": "range",
    "min": 1,
    "max": 1
  },
  "background": {
    "type": "enum",
    "values": [
      "auto",
      "transparent",
      "opaque"
    ]
  },
  "resolution": {
    "type": "enum",
    "values": [
      "1K",
      "2K",
      "4K"
    ]
  },
  "aspect_ratio": {
    "type": "enum",
    "values": [
      "1:1",
      "4:3",
      "3:4",
      "3:2",
      "2:3",
      "16:9",
      "9:16",
      "21:9",
      "auto"
    ]
  },
  "output_format": {
    "type": "enum",
    "values": [
      "png",
      "jpeg",
      "webp"
    ]
  },
  "input_references": {
    "type": "range",
    "min": 0,
    "max": 10
  }
}

Make a request

Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.

curl --no-buffer https://api.jevrouter.io/v1/images \
  -H "Authorization: Bearer $JEVROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d @- <<'JSON'
{
  "model": "sourceful/riverflow-v2.5-pro",
  "prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
  "n": 1,
  "stream": true
}
JSON

Plan your integration

Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.