feat: add huggingface provider and new model logos

- Add HuggingFace as AI provider with model fetching
- Add Poolside, Tencent, and HuggingFace logo components
- Update model mappings for new providers
- Add @ai-sdk/huggingface dependency
- Bump longcat-ai-sdk-provider to 0.0.5
This commit is contained in:
Zoe
2026-05-11 17:43:02 -05:00
parent a0f2e89154
commit a1aeed51e2
8 changed files with 197 additions and 9 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
"@ai-sdk/cerebras": "^2.0.45",
"@ai-sdk/cohere": "^3.0.30",
"@ai-sdk/google": "^3.0.61",
"@ai-sdk/huggingface": "^1.0.43",
"@ai-sdk/mistral": "^3.0.30",
"@ai-sdk/openai": "^3.0.52",
"@ai-sdk/openai-compatible": "^2.0.41",
@@ -35,7 +36,7 @@
"comlink": "^4.4.2",
"drizzle-orm": "^1.0.0-beta.21",
"glob": "^13.0.6",
"longcat-ai-sdk-provider": "^0.0.4",
"longcat-ai-sdk-provider": "^0.0.5",
"nanoid": "^5.1.7",
"nuxt": "^4.4.2",
"pg": "^8.20.0",