Skip to content

Add Runway Aleph2 pricing to pricing page#1140

Merged
comfyui-wiki merged 4 commits into
Comfy-Org:mainfrom
lin-bot23:add-runway-aleph2-pricing
Jun 16, 2026
Merged

Add Runway Aleph2 pricing to pricing page#1140
comfyui-wiki merged 4 commits into
Comfy-Org:mainfrom
lin-bot23:add-runway-aleph2-pricing

Conversation

@lin-bot23

Copy link
Copy Markdown
Contributor

Summary

Adds Runway Aleph2 (video-to-video) pricing to the Partner Nodes pricing page.

Based on the price_badge in PR ComfyUI#14306:

  • Code price: 0.4004 USD/sec
  • Converted: 0.4004 × 211 = 84.48 credits/sec

Changes

Language File
English tutorials/partner-nodes/pricing.mdx
中文 zh/tutorials/partner-nodes/pricing.mdx
日本語 ja/tutorials/partner-nodes/pricing.mdx

Context

PR #14306 marked "Need pricing update" and confirmed Metronome rate cards have been updated.

Based on price_badge in ComfyUI#14306: 0.4004 USD/sec
211 credits = 1 USD
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: bd57a0a7-e8eb-4808-8168-3af24ea9bdb5

📥 Commits

Reviewing files that changed from the base of the PR and between ae598c6 and 82437d4.

📒 Files selected for processing (1)
  • ko/tutorials/partner-nodes/pricing.mdx

📝 Walkthrough

Walkthrough

Adds Runway Video Generation pricing for model aleph2 at 84.48 credits/sec across English, Japanese, and Chinese partner pricing docs; concurrently expands the Korean pricing document with comprehensive Google/Gemini token rows and introduces new Runway and Sonilo partner pricing sections.

Changes

Partner pricing documentation updates

Layer / File(s) Summary
Runway aleph2 pricing additions (EN/JA/ZH)
tutorials/partner-nodes/pricing.mdx, ja/tutorials/partner-nodes/pricing.mdx, zh/tutorials/partner-nodes/pricing.mdx
Added a Runway Video Generation table row for model: aleph2 priced at 84.48 / sec in English, Japanese, and Chinese pricing pages.
Korean Google pricing expansion: Gemini tokens & products
ko/tutorials/partner-nodes/pricing.mdx
Extended Google pricing table with comprehensive Gemini token pricing (input/output text, image, video, audio tokens), Nano Banana 2 image generation, and Veo3/Veo2 generation products plus Gemini Thoughts Tokens.
Korean new partner sections: Runway & Sonilo
ko/tutorials/partner-nodes/pricing.mdx
Introduced Runway partner section with video/image generation products (per-second/per-request pricing) and new Sonilo section with music generation products (video-to-music, text-to-music at per-second rates).

Possibly related PRs

  • Comfy-Org/docs#1139: Both PRs modify the partner-nodes Runway pricing documentation by adding new Runway video product rows in the same pricing table area.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@tutorials/partner-nodes/pricing.mdx`:
- Line 753: The pricing doc adds "prod-v1-Runway Video Generation Product" with
model "aleph2" but the Runway model list in
tutorials/partner-nodes/runway/video-generation.mdx only mentions Gen3a turbo /
Gen4 turbo / First Last Frame; update the Runway model list to include "aleph2"
(matching the pricing entry) or add a clear note in runway/video-generation.mdx
explaining why "aleph2" appears in pricing but is not listed in the Runway model
options, referencing the exact identifier "prod-v1-Runway Video Generation
Product" and model name "aleph2" so readers aren’t confused.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7a5427b6-5c98-406e-9820-de9d5a03c39f

📥 Commits

Reviewing files that changed from the base of the PR and between fd21771 and 9343a4d.

📒 Files selected for processing (3)
  • ja/tutorials/partner-nodes/pricing.mdx
  • tutorials/partner-nodes/pricing.mdx
  • zh/tutorials/partner-nodes/pricing.mdx

| :-------------------------------------- | :----------------- | :---------- | :------- |
| prod-v1-Runway Video Generation Product | model: gen3a_turbo | 15.09 / sec | Video |
| prod-v1-Runway Video Generation Product | model: gen4_turbo | 10.55 / sec | Video |
| prod-v1-Runway Video Generation Product | model: aleph2 | 84.48 / sec | Video |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify whether Runway model docs mention aleph2.
# Expected: at least one aleph2 mention in the Runway video generation guide if the model is supported.
rg -n -C2 'aleph2|Gen3a|Gen4|First Last Frame' tutorials/partner-nodes/runway/video-generation.mdx tutorials/partner-nodes/pricing.mdx ja/tutorials/partner-nodes/pricing.mdx zh/tutorials/partner-nodes/pricing.mdx

Repository: Comfy-Org/docs

Length of output: 4744


Sync Runway model-list docs with aleph2 pricing.

tutorials/partner-nodes/pricing.mdx (line 753) adds prod-v1-Runway Video Generation Product with model aleph2, but tutorials/partner-nodes/runway/video-generation.mdx lists only Gen3a turbo / Gen4 turbo / First Last Frame—this docs drift can send users on a goose chase. Add aleph2 to the Runway model list (or explain the mismatch). 🥲

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@tutorials/partner-nodes/pricing.mdx` at line 753, The pricing doc adds
"prod-v1-Runway Video Generation Product" with model "aleph2" but the Runway
model list in tutorials/partner-nodes/runway/video-generation.mdx only mentions
Gen3a turbo / Gen4 turbo / First Last Frame; update the Runway model list to
include "aleph2" (matching the pricing entry) or add a clear note in
runway/video-generation.mdx explaining why "aleph2" appears in pricing but is
not listed in the Runway model options, referencing the exact identifier
"prod-v1-Runway Video Generation Product" and model name "aleph2" so readers
aren’t confused.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ko/tutorials/partner-nodes/pricing.mdx`:
- Around line 164-176: The category labels in the new tables for the products
(rows containing "prod-v1-Runway Video Generation Product", "RunwayML Image
Generation Product", and "Sonilo Music Generate") are in English ("Video",
"Image", "Audio"); change them to the Korean localized equivalents used
elsewhere on the KO page (e.g., 비디오, 이미지, 오디오) so the tables are consistent with
the rest of the document.
- Around line 161-162: The Gemini table row is truncated (the line beginning
"Gemini 출력 텍스트 토큰 (100만당) 제품  | model: gemini-3.1-pro-preview") which breaks the
4-column table and drops the price/category and remaining Gemini rows before the
"## Runway" heading; restore the full Gemini table rows so each row has four
pipe-separated columns (product, model, price, notes/category) and re-add any
truncated Gemini output rows that were cut off prior to the "## Runway" heading
so the table conforms to the original 4-column layout.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0bba076d-da5e-4e0e-b117-d210399c6ea1

📥 Commits

Reviewing files that changed from the base of the PR and between 9343a4d and 660690d.

📒 Files selected for processing (1)
  • ko/tutorials/partner-nodes/pricing.mdx

Comment thread ko/tutorials/partner-nodes/pricing.mdx Outdated
Comment on lines +164 to +176
| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :------------------------------------------- | :----------------------- | :---------- | :------- |
| prod-v1-Runway Video Generation Product | model: gen3a_turbo | 15.09 / 초 | Video |
| prod-v1-Runway Video Generation Product | model: gen4_turbo | 10.55 / 초 | Video |
| prod-v1-Runway Video Generation Product | model: aleph2 | 84.48 / 초 | Video |
| RunwayML Image Generation Product | model: gen4_image | 24.14 / 회 | Image |

## Sonilo

| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :---------------------- | :--------------------------------------- | :---------- | :------- |
| Sonilo Music Generate | model: sonilo, type: video-to-music | 1.9 / 초 | Audio |
| Sonilo Music Generate | model: sonilo, type: text-to-music | 1.055 / 초 | Audio |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Unify KO category labels in the new sections for consistent localization.

Lines 166–176 use English category values (Video, Image, Audio) while the rest of the KO page uses localized labels. Keeping categories in Korean avoids mixed-language table scanning friction.

Suggested fix
-| prod-v1-Runway Video Generation Product     | model: gen3a_turbo       | 15.09 / 초  | Video    |
-| prod-v1-Runway Video Generation Product     | model: gen4_turbo        | 10.55 / 초  | Video    |
-| prod-v1-Runway Video Generation Product     | model: aleph2            | 84.48 / 초  | Video    |
-| RunwayML Image Generation Product           | model: gen4_image        | 24.14 / 회  | Image    |
+| prod-v1-Runway Video Generation Product     | model: gen3a_turbo       | 15.09 / 초  | 비디오    |
+| prod-v1-Runway Video Generation Product     | model: gen4_turbo        | 10.55 / 초  | 비디오    |
+| prod-v1-Runway Video Generation Product     | model: aleph2            | 84.48 / 초  | 비디오    |
+| RunwayML Image Generation Product           | model: gen4_image        | 24.14 / 회  | 이미지    |
@@
-| Sonilo Music Generate   | model: sonilo, type: video-to-music      | 1.9 / 초    | Audio    |
-| Sonilo Music Generate   | model: sonilo, type: text-to-music       | 1.055 / 초  | Audio    |
+| Sonilo Music Generate   | model: sonilo, type: video-to-music      | 1.9 / 초    | 오디오    |
+| Sonilo Music Generate   | model: sonilo, type: text-to-music       | 1.055 / 초  | 오디오    |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :------------------------------------------- | :----------------------- | :---------- | :------- |
| prod-v1-Runway Video Generation Product | model: gen3a_turbo | 15.09 / 초 | Video |
| prod-v1-Runway Video Generation Product | model: gen4_turbo | 10.55 / 초 | Video |
| prod-v1-Runway Video Generation Product | model: aleph2 | 84.48 / 초 | Video |
| RunwayML Image Generation Product | model: gen4_image | 24.14 / 회 | Image |
## Sonilo
| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :---------------------- | :--------------------------------------- | :---------- | :------- |
| Sonilo Music Generate | model: sonilo, type: video-to-music | 1.9 / 초 | Audio |
| Sonilo Music Generate | model: sonilo, type: text-to-music | 1.055 / 초 | Audio |
| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :------------------------------------------- | :----------------------- | :---------- | :------- |
| prod-v1-Runway Video Generation Product | model: gen3a_turbo | 15.09 / 초 | 비디오 |
| prod-v1-Runway Video Generation Product | model: gen4_turbo | 10.55 / 초 | 비디오 |
| prod-v1-Runway Video Generation Product | model: aleph2 | 84.48 / 초 | 비디오 |
| RunwayML Image Generation Product | model: gen4_image | 24.14 / 회 | 이미지 |
## Sonilo
| 제품 이름 | 구성 | 크레딧 | 카테고리 |
| :---------------------- | :--------------------------------------- | :---------- | :------- |
| Sonilo Music Generate | model: sonilo, type: video-to-music | 1.9 / 초 | 오디오 |
| Sonilo Music Generate | model: sonilo, type: text-to-music | 1.055 / 초 | 오디오 |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ko/tutorials/partner-nodes/pricing.mdx` around lines 164 - 176, The category
labels in the new tables for the products (rows containing "prod-v1-Runway Video
Generation Product", "RunwayML Image Generation Product", and "Sonilo Music
Generate") are in English ("Video", "Image", "Audio"); change them to the Korean
localized equivalents used elsewhere on the KO page (e.g., 비디오, 이미지, 오디오) so the
tables are consistent with the rest of the document.

…els and their respective token costs for text, image, video, and audio generation. This enhances the clarity and completeness of the pricing information for users.
@comfyui-wiki comfyui-wiki merged commit f200970 into Comfy-Org:main Jun 16, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants