Skip to content

Remove broken wan2.7-i2v from pricing page - #12

Open
karensheng wants to merge 1 commit into
mainfrom
fix/remove-broken-wan-video-entry
Open

Remove broken wan2.7-i2v from pricing page#12
karensheng wants to merge 1 commit into
mainfrom
fix/remove-broken-wan-video-entry

Conversation

@karensheng

Copy link
Copy Markdown
Contributor

Summary

Remove the broken wan2.7-i2v entry from the Image & Video Generation pricing table. Live testing confirmed that model returns HTTP 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

  | wan2.7-image               | Qwen      | $0.030 per image        |
  | wan2.7-image-pro           | Qwen      | $0.075 per image        |
- | wan2.7-i2v                 | Qwen      | $1.836 per video (i2v)  |
+
+ For **video generation**, the currently-supported model is `wan2.6-t2v`
+ via the async [Video API](/api-reference/video/post_services-aigc-video-generation-video-synthesis).
+ Contact developer@aisa.one for the current per-second rate.

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

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>
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.

1 participant