Remove broken wan2.7-i2v from pricing page - #12
Open
karensheng wants to merge 1 commit into
Open
Conversation
Live testing confirmed wan2.7-i2v returns 'model not supported' from /apis/v1/services/aigc/video-generation/video-synthesis. The model listed in the catalog at $1.836/video is not actually routed; advertising it leads developers to hit HTTP 500. The model that DOES work today is wan2.6-t2v. Adding a paragraph below the media table directing video-gen users to it via the Video API page, and to email developer@aisa.one for the current per-second rate (the spreadsheet we derived other pricing from did not include wan2.6-t2v). Once the product team confirms the current rate, a follow-up PR can add wan2.6-t2v as a proper row. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the broken
wan2.7-i2ventry from the Image & Video Generation pricing table. Live testing confirmed that model returnsHTTP 500 "model not supported"from/apis/v1/services/aigc/video-generation/video-synthesis.The model that does work today is
wan2.6-t2v, but we don't have a confirmed current per-second rate for it, so I've added a short pointer instead of inventing a price.Change
Follow-up
Once the product team confirms the current rate for
wan2.6-t2v, open a follow-up PR adding it as a proper row in the table.🤖 Generated with Claude Code