We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4097ff commit 552503aCopy full SHA for 552503a
src/pages/workers-ai/models/[name].astro
@@ -157,21 +157,6 @@ const starlightPageProps = {
157
{terms && <a href={terms.value}>Terms and License</a>}
158
<ModelBadges model={model} />
159
160
- {
161
- model.name === "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b" && (
162
- <Aside>
163
- <p>
164
- This model has a specialized pricing structure that's separate from
165
- the standard Workers AI pricing plan. The pricing for
166
- <code>@cf/deepseek-ai/deepseek-r1-distill-qwen-32b</code> is:
167
- <ul>
168
- <li>$0.50 per 1M input token</li>
169
- <li>$4.88 per 1M output token</li>
170
- </ul>
171
- </p>
172
- </Aside>
173
- )
174
- }
175
{
176
model.name === "@cf/meta/llama-3.2-11b-vision-instruct" && (
177
<Aside>
0 commit comments