You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds AnyAPI (https://anyapi.ai) as a new AI provider option.
AnyAPI is a unified AI platform that provides access to hundreds of
AI models from OpenAI, Anthropic, Google, Meta, DeepSeek and more
through a single OpenAI-compatible API endpoint.
Changes:
- app/constant.ts: add ANYAPI_BASE_URL, ApiPath, ServiceProvider,
ModelProvider, AnyAPI config, model list and DEFAULT_MODELS entry
- app/api/anyapi.ts: new API proxy handler
- app/client/platforms/anyapi.ts: new client platform class
- app/api/[provider]/route.ts: register anyapiHandler
- app/api/auth.ts: add AnyAPI auth case
- app/client/api.ts: add AnyAPI to ClientApi, getHeaders, getClientApi
- app/components/settings.tsx: add AnyAPI config component in UI
- app/config/server.ts: add ANYAPI_URL/ANYAPI_API_KEY env vars
- app/store/access.ts: add anyapiUrl/anyapiApiKey store state
- app/locales/en.ts, app/locales/cn.ts: add AnyAPI translations
- README.md, README_CN.md: add env var documentation
0 commit comments