Skip to content
Closed
Show file tree
Hide file tree
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: 15 additions & 0 deletions packages/models/src/models/alibaba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -219,6 +220,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -243,6 +245,7 @@ export const alibabaModels = [
vision: false,
tools: true,
stability: "unstable",
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -265,6 +268,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -287,6 +291,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -309,6 +314,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -331,6 +337,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -353,6 +360,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -375,6 +383,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -397,6 +406,7 @@ export const alibabaModels = [
streaming: true,
vision: true,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -419,6 +429,7 @@ export const alibabaModels = [
streaming: true,
vision: true,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -441,6 +452,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -463,6 +475,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -485,6 +498,7 @@ export const alibabaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -508,6 +522,7 @@ export const alibabaModels = [
vision: false,
tools: true,
reasoning: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down
2 changes: 2 additions & 0 deletions packages/models/src/models/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const deepseekModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: false,
Expand Down Expand Up @@ -115,6 +116,7 @@ export const deepseekModels = [
vision: false,
tools: false,
stability: "unstable" as const,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: false,
Expand Down
1 change: 1 addition & 0 deletions packages/models/src/models/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ export const googleModels = [
streaming: true,
vision: true,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down
4 changes: 4 additions & 0 deletions packages/models/src/models/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const metaModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
{
providerId: "inference.net",
Expand Down Expand Up @@ -119,6 +120,7 @@ export const metaModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down Expand Up @@ -163,6 +165,7 @@ export const metaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand All @@ -185,6 +188,7 @@ export const metaModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down
1 change: 1 addition & 0 deletions packages/models/src/models/moonshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const moonshotModels = [
streaming: true,
vision: false,
tools: true,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down
1 change: 1 addition & 0 deletions packages/models/src/models/nousresearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const nousresearchModels = [
streaming: true,
vision: false,
tools: false,
deactivatedAt: new Date("2025-11-03"),
},
],
jsonOutput: true,
Expand Down
Loading