feat: dynamic model discovery from vercel ai gateway (#1353)
This commit is contained in:
parent
2b0b42d144
commit
b1da86062e
74 changed files with 7426 additions and 2277 deletions
19
package.json
19
package.json
|
|
@ -21,7 +21,6 @@
|
|||
"@ai-sdk/gateway": "^2.0.18",
|
||||
"@ai-sdk/provider": "2.0.0",
|
||||
"@ai-sdk/react": "2.0.109",
|
||||
"@ai-sdk/xai": "2.0.39",
|
||||
"@codemirror/lang-javascript": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/state": "^6.5.0",
|
||||
|
|
@ -30,19 +29,30 @@
|
|||
"@icons-pack/react-simple-icons": "^13.7.0",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"@opentelemetry/api-logs": "^0.200.0",
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-hover-card": "^1.1.15",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@radix-ui/react-progress": "^1.1.8",
|
||||
"@radix-ui/react-scroll-area": "^1.2.10",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@radix-ui/react-separator": "^1.1.8",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/blob": "^0.24.1",
|
||||
"@vercel/functions": "^2.0.0",
|
||||
"@vercel/otel": "^1.12.0",
|
||||
"@xyflow/react": "^12.10.0",
|
||||
"ai": "5.0.108",
|
||||
"bcrypt-ts": "^5.0.2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"classnames": "^2.5.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.1",
|
||||
"codemirror": "^6.0.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"diff-match-patch": "^1.0.5",
|
||||
|
|
@ -54,7 +64,8 @@
|
|||
"geist": "^1.3.1",
|
||||
"katex": "^0.16.25",
|
||||
"lucide-react": "^0.446.0",
|
||||
"nanoid": "^5.0.8",
|
||||
"motion": "^12.23.26",
|
||||
"nanoid": "^5.1.3",
|
||||
"next": "16.0.10",
|
||||
"next-auth": "5.0.0-beta.25",
|
||||
"next-themes": "^0.3.0",
|
||||
|
|
@ -78,9 +89,9 @@
|
|||
"redis": "^5.0.0",
|
||||
"resumable-stream": "^2.0.0",
|
||||
"server-only": "^0.0.1",
|
||||
"shiki": "^3.12.2",
|
||||
"shiki": "^3.14.0",
|
||||
"sonner": "^1.5.0",
|
||||
"streamdown": "^1.3.0",
|
||||
"streamdown": "^1.4.0",
|
||||
"swr": "^2.2.5",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue