diff --git a/src/lib/llm.ts b/src/lib/llm.ts index da0296d7..1a1ff9cf 100644 --- a/src/lib/llm.ts +++ b/src/lib/llm.ts @@ -73,6 +73,17 @@ export const INIT_PROVODERS: Provider[] = [ is_valid: false, model_type: '', }, + { + id: 'tokenmix', + name: 'TokenMix', + apiKey: '', + apiHost: 'https://api.tokenmix.ai/v1', + description: 'TokenMix — 171 AI models from 14 providers via a single OpenAI-compatible API.', + is_valid: false, + model_type: '', + modelsEndpoint: '/models', + websiteUrl: 'https://tokenmix.ai', + }, { id: 'tongyi-qianwen', name: 'Qwen',