Skip to content

Commit da38ea6

Browse files
committed
pinning and pricing
1 parent 55aa5f5 commit da38ea6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/ModelCatalog.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const ModelCatalog = ({ models }: { models: WorkersAIModelsSchema[] }) => {
2222

2323
// List of model names to pin at the top
2424
const pinnedModelNames = [
25+
"@cf/openai/gpt-oss-120b",
26+
"@cf/openai/gpt-oss-20b",
2527
"@cf/meta/llama-4-scout-17b-16e-instruct",
2628
"@cf/meta/llama-3.3-70b-instruct-fp8-fast",
2729
"@cf/meta/llama-3.1-8b-instruct-fast",

src/content/docs/workers-ai/platform/pricing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
5454
| @cf/google/gemma-3-12b-it | $0.345 per M input tokens <br/> $0.556 per M output tokens | 31371 neurons per M input tokens <br/> 50560 neurons per M output tokens |
5555
| @cf/qwen/qwq-32b | $0.660 per M input tokens <br/> $1.000 per M output tokens | 60000 neurons per M input tokens <br/> 90909 neurons per M output tokens |
5656
| @cf/qwen/qwen2.5-coder-32b-instruct | $0.660 per M input tokens <br/> $1.000 per M output tokens | 60000 neurons per M input tokens <br/> 90909 neurons per M output tokens |
57+
| @cf/openai/gpt-oss-120b | $0.350 per M input tokens <br/> $0.750 per M output tokens | 31818 neurons per M input tokens <br/> 68182 neurons per M output tokens |
58+
| @cf/openai/gpt-oss-20b | $0.200 per M input tokens <br/> $0.300 per M output tokens | 18182 neurons per M input tokens <br/> 27273 neurons per M output tokens |
5759

5860
## Embeddings model pricing
5961

0 commit comments

Comments
 (0)