Skip to content

Commit 8ccd121

Browse files
authored
adding scout (#21429)
1 parent 244442f commit 8ccd121

File tree

2 files changed

+449
-0
lines changed

2 files changed

+449
-0
lines changed

src/components/ModelCatalog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const ModelCatalog = ({ models }: { models: WorkersAIModelsSchema[] }) => {
2121

2222
// List of model names to pin at the top
2323
const pinnedModelNames = [
24+
"@cf/meta/llama-4-scout-17b-16e-instruct",
2425
"@cf/meta/llama-3.3-70b-instruct-fp8-fast",
2526
"@cf/meta/llama-3.1-8b-instruct-fast",
2627
];

0 commit comments

Comments
 (0)