Skip to content

Add Runway Aleph2 pricing to pricing page#1140

Open
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:add-runway-aleph2-pricing
Open

Add Runway Aleph2 pricing to pricing page#1140
lin-bot23 wants to merge 2 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

📝 Walkthrough

Walkthrough

Adds Runway Video Generation pricing for model aleph2 at 84.48 credits/sec in English, Japanese, and Chinese partner pricing docs; also updates the Korean pricing doc by modifying a Gemini row and adding Runway and Sonilo 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 pricing edits: Gemini row + Runway & Sonilo sections
ko/tutorials/partner-nodes/pricing.mdx
Replaced/truncated the Gemini text-token table row for gemini-3.1-pro-preview and added new Runway (three video entries, one image entry) and Sonilo (video-to-music, text-to-music) product tables with per-second/per-unit credit pricing.

Occasionally I rhyme to keep reviews in time—tiny pun, zero dev crime.

🚥 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 on lines +161 to +162
| Gemini 출력 텍스트 토큰 (100만당) 제품 | model: gemini-3.1-pro-preview |
## Runway

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 | 🟠 Major | ⚡ Quick win

Restore the truncated Gemini row before the table legs wobble.

Line 161 breaks the 4-column table contract and drops the price/category for gemini-3.1-pro-preview; it also appears to cut off the remaining Gemini output rows before ## Runway. This creates incorrect pricing content on the KO page.

Suggested fix
-| Gemini 출력 텍스트 토큰 (100만당) 제품  | model: gemini-3.1-pro-preview                              |
+| Gemini 출력 텍스트 토큰 (100만당) 제품  | model: gemini-3.1-pro-preview                              | 2532 / 1M 토큰   | 텍스트     |
+| Gemini 출력 텍스트 토큰 (100만당) 제품  | model: gemini-3-pro-image-preview                          | 2532 / 1M 토큰   | 텍스트     |
+| Gemini 출력 텍스트 토큰 (100만당) 제품  | model: gemini-3-pro-preview                                | 2532 / 1M 토큰   | 텍스트     |
📝 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
| Gemini 출력 텍스트 토큰 (100만당) 제품 | model: gemini-3.1-pro-preview |
## Runway
| Gemini 출력 텍스트 토큰 (100만당) 제품 | model: gemini-3.1-pro-preview | 2532 / 1M 토큰 | 텍스트 |
| Gemini 출력 텍스트 토큰 (100만당) 제품 | model: gemini-3-pro-image-preview | 2532 / 1M 토큰 | 텍스트 |
| Gemini 출력 텍스트 토큰 (100만당) 제품 | model: gemini-3-pro-preview | 2532 / 1M 토큰 | 텍스트 |
## Runway
🤖 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 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.

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.

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