-
Notifications
You must be signed in to change notification settings - Fork 181
Add Runway Aleph2 pricing to pricing page #1140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
9343a4d
660690d
ae598c6
82437d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -766,6 +766,7 @@ Per 1M tokens. | |
| | :-------------------------------------- | :----------------- | :---------- | :------- | | ||
| | 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 | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 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.mdxRepository: Comfy-Org/docs Length of output: 4744 Sync Runway model-list docs with tutorials/partner-nodes/pricing.mdx (line 753) adds 🤖 Prompt for AI Agents |
||
| | RunwayML Image Generation Product | model: gen4_image | 24.14 / run | Image | | ||
| | Runway First & Last Frame Generation Product | model: gen4_turbo | 15.09 / sec | Video | | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
📝 Committable suggestion
🤖 Prompt for AI Agents