-
Notifications
You must be signed in to change notification settings - Fork 10.4k
WAI pricing update #20118
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
WAI pricing update #20118
Conversation
|
Howdy and thanks for contributing to our repo. We review internal PRs with 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. |
| ## LLM model pricing | ||
| | Model | Price in Tokens | Price in Neurons | | ||
| | -------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------- | | ||
| | @cf/meta/llama-3.2-1b-instruct | $0.027 per M input tokens <br/> $0.201 per M output tokens | 2457 neurons per M input tokens <br/> 18252 neurons per M output tokens | |
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.
Would love to see this pull from the model info in the future. LGTM for clarity now!
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.
Yeah, agree that we'd want this pulled programmatically if possible.
The other bit here is -- if the data is pulled in programmatically -- we'd just want a pricing-specific section of the models pages (and likely not have direct pricing here). Dev lift for that is pretty minimal... dev lift for also showing those prices here is heavier.
| Workers AI has deprecated the usage of neurons in favor of unit-based pricing. The Cloudflare dashboards will be migrated this unit-based pricing soon so you can track your usage. Individual model pages will soon document the price for each model. We also made pricing cheaper! | ||
|
|
||
| We will begin billing for all models under this new pricing structure beginning November 1, 2024. | ||
| Workers AI has updated pricing to be more granular, with unit-based pricing presented to customers, but still billing in neurons in the back end. Blog post coming soon. |
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.
Ideally, docs shouldn't speak to points in time (has updated, coming soon), but might make sense in this case.
daisyfaithauma
left a comment
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.
LGTM
Summary
Screenshots (optional)
Documentation checklist