Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions src/pages/workers-ai/models/[name].astro
Original file line number Diff line number Diff line change
Expand Up @@ -157,21 +157,6 @@ const starlightPageProps = {
{terms && <a href={terms.value}>Terms and License</a>}
<ModelBadges model={model} />

{
model.name === "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b" && (
<Aside>
<p>
This model has a specialized pricing structure that's separate from
the standard Workers AI pricing plan. The pricing for
<code>@cf/deepseek-ai/deepseek-r1-distill-qwen-32b</code> is:
<ul>
<li>$0.50 per 1M input token</li>
<li>$4.88 per 1M output token</li>
</ul>
</p>
</Aside>
)
}
{
model.name === "@cf/meta/llama-3.2-11b-vision-instruct" && (
<Aside>
Expand Down
Loading