Skip to content

Commit 552503a

Browse files
authored
[workers ai] Remove on page deepseek pricing (#20166)
1 parent f4097ff commit 552503a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/pages/workers-ai/models/[name].astro

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,6 @@ const starlightPageProps = {
157157
{terms && <a href={terms.value}>Terms and License</a>}
158158
<ModelBadges model={model} />
159159

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-
}
175160
{
176161
model.name === "@cf/meta/llama-3.2-11b-vision-instruct" && (
177162
<Aside>

0 commit comments

Comments
 (0)