mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-07-10 01:38:37 +00:00
feat: add TokenMix as a built-in OpenAI-compatible provider
This commit is contained in:
parent
8da53e8644
commit
5acea6f474
1 changed files with 11 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue