Skip to content

Commit 1d30cc3

Browse files
authored
[Workers AI] Update DeepSeek V4 models and unpin catalog models (#32973)
1 parent 7264500 commit 1d30cc3

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

‎src/content/workers-ai-models/deepseek-v4-flash-0731.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"property_id": "context_window",
10-
"value": "1048576"
10+
"value": "1310720"
1111
},
1212
{
1313
"property_id": "function_calling",

‎src/content/workers-ai-models/deepseek-v4-pro-0813.json‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"property_id": "reasoning",
1818
"value": "true"
1919
},
20-
{
21-
"property_id": "vision",
22-
"value": "false"
23-
},
2420
{
2521
"property_id": "price",
2622
"value": [

‎src/util/models/facets.ts‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ export interface FacetGroup {
3131
* array index) in both directions; the rest sort by `created_at`. No-op if none
3232
* are present.
3333
*/
34-
export const pinnedModelNames = [
35-
"@cf/moonshotai/kimi-k2.7-code",
36-
"@cf/zai-org/glm-4.7-flash",
37-
"@cf/openai/gpt-oss-120b",
38-
"@cf/meta/llama-4-scout-17b-16e-instruct",
39-
];
34+
export const pinnedModelNames: string[] = [];
4035

4136
const providerSlug = (model: ModelCardData): string =>
4237
model.hosting === "proxied" ? "third-party" : "cloudflare-hosted";

0 commit comments

Comments
 (0)