mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-30 15:59:09 +08:00
* feat: add Cherry Cloud provider with associated assets and localization support * feat: add Cherry Cloud provider support with OAuth integration and IPC handling * fix: add success message for Cherry Cloud API key update * feat: enhance provider navigation with dynamic ID in URL and update selected provider state * feat: implement Cherry Cloud server synchronization with token management and error handling * feat: add CherryCloud provider configuration and token management * feat: integrate TokenFlux provider support and update related configurations fix: update redux-persist version to 104 refactor: remove redundant tokenflux provider model assignment in migration fix: update migration to add TokenFlux provider instead of CherryCloud * feat: enhance TokenFlux server synchronization with API key authentication support * feat: update TokenFlux provider assets and add new models * feat: update migration logic for version 106 to add TokenFlux provider * feat: disable TokenFlux provider by default in INITIAL_PROVIDERS * feat: add TokenFlux billing URLs to providerCharge and providerBills functions
617 lines
20 KiB
TypeScript
617 lines
20 KiB
TypeScript
import ZhinaoProviderLogo from '@renderer/assets/images/models/360.png'
|
|
import HunyuanProviderLogo from '@renderer/assets/images/models/hunyuan.png'
|
|
import AzureProviderLogo from '@renderer/assets/images/models/microsoft.png'
|
|
import AiHubMixProviderLogo from '@renderer/assets/images/providers/aihubmix.webp'
|
|
import AlayaNewProviderLogo from '@renderer/assets/images/providers/alayanew.webp'
|
|
import AnthropicProviderLogo from '@renderer/assets/images/providers/anthropic.png'
|
|
import BaichuanProviderLogo from '@renderer/assets/images/providers/baichuan.png'
|
|
import BaiduCloudProviderLogo from '@renderer/assets/images/providers/baidu-cloud.svg'
|
|
import BailianProviderLogo from '@renderer/assets/images/providers/bailian.png'
|
|
import BurnCloudProviderLogo from '@renderer/assets/images/providers/burncloud.png'
|
|
import DeepSeekProviderLogo from '@renderer/assets/images/providers/deepseek.png'
|
|
import DmxapiProviderLogo from '@renderer/assets/images/providers/DMXAPI.png'
|
|
import FireworksProviderLogo from '@renderer/assets/images/providers/fireworks.png'
|
|
import GiteeAIProviderLogo from '@renderer/assets/images/providers/gitee-ai.png'
|
|
import GithubProviderLogo from '@renderer/assets/images/providers/github.png'
|
|
import GoogleProviderLogo from '@renderer/assets/images/providers/google.png'
|
|
import GPUStackProviderLogo from '@renderer/assets/images/providers/gpustack.svg'
|
|
import GrokProviderLogo from '@renderer/assets/images/providers/grok.png'
|
|
import GroqProviderLogo from '@renderer/assets/images/providers/groq.png'
|
|
import HyperbolicProviderLogo from '@renderer/assets/images/providers/hyperbolic.png'
|
|
import InfiniProviderLogo from '@renderer/assets/images/providers/infini.png'
|
|
import JinaProviderLogo from '@renderer/assets/images/providers/jina.png'
|
|
import LMStudioProviderLogo from '@renderer/assets/images/providers/lmstudio.png'
|
|
import MinimaxProviderLogo from '@renderer/assets/images/providers/minimax.png'
|
|
import MistralProviderLogo from '@renderer/assets/images/providers/mistral.png'
|
|
import ModelScopeProviderLogo from '@renderer/assets/images/providers/modelscope.png'
|
|
import MoonshotProviderLogo from '@renderer/assets/images/providers/moonshot.png'
|
|
import NvidiaProviderLogo from '@renderer/assets/images/providers/nvidia.png'
|
|
import O3ProviderLogo from '@renderer/assets/images/providers/o3.png'
|
|
import OcoolAiProviderLogo from '@renderer/assets/images/providers/ocoolai.png'
|
|
import OllamaProviderLogo from '@renderer/assets/images/providers/ollama.png'
|
|
import OpenAiProviderLogo from '@renderer/assets/images/providers/openai.png'
|
|
import OpenRouterProviderLogo from '@renderer/assets/images/providers/openrouter.png'
|
|
import PerplexityProviderLogo from '@renderer/assets/images/providers/perplexity.png'
|
|
import PPIOProviderLogo from '@renderer/assets/images/providers/ppio.png'
|
|
import QiniuProviderLogo from '@renderer/assets/images/providers/qiniu.webp'
|
|
import SiliconFlowProviderLogo from '@renderer/assets/images/providers/silicon.png'
|
|
import StepProviderLogo from '@renderer/assets/images/providers/step.png'
|
|
import TencentCloudProviderLogo from '@renderer/assets/images/providers/tencent-cloud-ti.png'
|
|
import TogetherProviderLogo from '@renderer/assets/images/providers/together.png'
|
|
import TokenFluxProviderLogo from '@renderer/assets/images/providers/tokenflux.png'
|
|
import BytedanceProviderLogo from '@renderer/assets/images/providers/volcengine.png'
|
|
import VoyageAIProviderLogo from '@renderer/assets/images/providers/voyageai.png'
|
|
import XirangProviderLogo from '@renderer/assets/images/providers/xirang.png'
|
|
import ZeroOneProviderLogo from '@renderer/assets/images/providers/zero-one.png'
|
|
import ZhipuProviderLogo from '@renderer/assets/images/providers/zhipu.png'
|
|
|
|
import { TOKENFLUX_HOST } from './constant'
|
|
|
|
const PROVIDER_LOGO_MAP = {
|
|
openai: OpenAiProviderLogo,
|
|
silicon: SiliconFlowProviderLogo,
|
|
deepseek: DeepSeekProviderLogo,
|
|
'gitee-ai': GiteeAIProviderLogo,
|
|
yi: ZeroOneProviderLogo,
|
|
groq: GroqProviderLogo,
|
|
zhipu: ZhipuProviderLogo,
|
|
ollama: OllamaProviderLogo,
|
|
lmstudio: LMStudioProviderLogo,
|
|
moonshot: MoonshotProviderLogo,
|
|
openrouter: OpenRouterProviderLogo,
|
|
baichuan: BaichuanProviderLogo,
|
|
dashscope: BailianProviderLogo,
|
|
modelscope: ModelScopeProviderLogo,
|
|
xirang: XirangProviderLogo,
|
|
anthropic: AnthropicProviderLogo,
|
|
aihubmix: AiHubMixProviderLogo,
|
|
burncloud: BurnCloudProviderLogo,
|
|
gemini: GoogleProviderLogo,
|
|
stepfun: StepProviderLogo,
|
|
doubao: BytedanceProviderLogo,
|
|
minimax: MinimaxProviderLogo,
|
|
github: GithubProviderLogo,
|
|
copilot: GithubProviderLogo,
|
|
ocoolai: OcoolAiProviderLogo,
|
|
together: TogetherProviderLogo,
|
|
fireworks: FireworksProviderLogo,
|
|
zhinao: ZhinaoProviderLogo,
|
|
nvidia: NvidiaProviderLogo,
|
|
'azure-openai': AzureProviderLogo,
|
|
hunyuan: HunyuanProviderLogo,
|
|
grok: GrokProviderLogo,
|
|
hyperbolic: HyperbolicProviderLogo,
|
|
mistral: MistralProviderLogo,
|
|
jina: JinaProviderLogo,
|
|
ppio: PPIOProviderLogo,
|
|
'baidu-cloud': BaiduCloudProviderLogo,
|
|
dmxapi: DmxapiProviderLogo,
|
|
perplexity: PerplexityProviderLogo,
|
|
infini: InfiniProviderLogo,
|
|
o3: O3ProviderLogo,
|
|
'tencent-cloud-ti': TencentCloudProviderLogo,
|
|
gpustack: GPUStackProviderLogo,
|
|
alayanew: AlayaNewProviderLogo,
|
|
voyageai: VoyageAIProviderLogo,
|
|
qiniu: QiniuProviderLogo,
|
|
tokenflux: TokenFluxProviderLogo
|
|
} as const
|
|
|
|
export function getProviderLogo(providerId: string) {
|
|
return PROVIDER_LOGO_MAP[providerId as keyof typeof PROVIDER_LOGO_MAP]
|
|
}
|
|
|
|
// export const SUPPORTED_REANK_PROVIDERS = ['silicon', 'jina', 'voyageai', 'dashscope', 'aihubmix']
|
|
export const NOT_SUPPORTED_REANK_PROVIDERS = ['ollama']
|
|
|
|
export const PROVIDER_CONFIG = {
|
|
openai: {
|
|
api: {
|
|
url: 'https://api.openai.com'
|
|
},
|
|
websites: {
|
|
official: 'https://openai.com/',
|
|
apiKey: 'https://platform.openai.com/api-keys',
|
|
docs: 'https://platform.openai.com/docs',
|
|
models: 'https://platform.openai.com/docs/models'
|
|
}
|
|
},
|
|
o3: {
|
|
api: {
|
|
url: 'https://api.o3.fan'
|
|
},
|
|
websites: {
|
|
official: 'https://o3.fan',
|
|
apiKey: 'https://o3.fan/token',
|
|
docs: 'https://docs.o3.fan',
|
|
models: 'https://docs.o3.fan/models'
|
|
}
|
|
},
|
|
burncloud: {
|
|
api: {
|
|
url: 'https://ai.burncloud.com'
|
|
},
|
|
websites: {
|
|
official: 'https://ai.burncloud.com/',
|
|
apiKey: 'https://ai.burncloud.com/token',
|
|
docs: 'https://ai.burncloud.com/docs',
|
|
models: 'https://ai.burncloud.com/pricing'
|
|
}
|
|
},
|
|
ppio: {
|
|
api: {
|
|
url: 'https://api.ppinfra.com/v3/openai'
|
|
},
|
|
websites: {
|
|
official: 'https://ppinfra.com/user/register?invited_by=JYT9GD&utm_source=github_cherry-studio',
|
|
apiKey: 'https://ppinfra.com/user/register?invited_by=JYT9GD&utm_source=github_cherry-studio',
|
|
docs: 'https://docs.cherry-ai.com/pre-basic/providers/ppio?invited_by=JYT9GD&utm_source=github_cherry-studio',
|
|
models:
|
|
'https://ppinfra.com/model-api/product/llm-api?utm_source=github_cherry-studio&utm_medium=github_readme&utm_campaign=link'
|
|
}
|
|
},
|
|
gemini: {
|
|
api: {
|
|
url: 'https://generativelanguage.googleapis.com'
|
|
},
|
|
websites: {
|
|
official: 'https://gemini.google.com/',
|
|
apiKey: 'https://aistudio.google.com/app/apikey',
|
|
docs: 'https://ai.google.dev/gemini-api/docs',
|
|
models: 'https://ai.google.dev/gemini-api/docs/models/gemini'
|
|
}
|
|
},
|
|
silicon: {
|
|
api: {
|
|
url: 'https://api.siliconflow.cn'
|
|
},
|
|
websites: {
|
|
official: 'https://www.siliconflow.cn',
|
|
apiKey: 'https://cloud.siliconflow.cn/i/d1nTBKXU',
|
|
docs: 'https://docs.siliconflow.cn/',
|
|
models: 'https://docs.siliconflow.cn/docs/model-names'
|
|
}
|
|
},
|
|
'gitee-ai': {
|
|
api: {
|
|
url: 'https://ai.gitee.com'
|
|
},
|
|
websites: {
|
|
official: 'https://ai.gitee.com/',
|
|
apiKey: 'https://ai.gitee.com/dashboard/settings/tokens',
|
|
docs: 'https://ai.gitee.com/docs/openapi/v1#tag/%E6%96%87%E6%9C%AC%E7%94%9F%E6%88%90/POST/chat/completions',
|
|
models: 'https://ai.gitee.com/serverless-api'
|
|
}
|
|
},
|
|
deepseek: {
|
|
api: {
|
|
url: 'https://api.deepseek.com'
|
|
},
|
|
websites: {
|
|
official: 'https://deepseek.com/',
|
|
apiKey: 'https://platform.deepseek.com/api_keys',
|
|
docs: 'https://platform.deepseek.com/api-docs/',
|
|
models: 'https://platform.deepseek.com/api-docs/'
|
|
}
|
|
},
|
|
ocoolai: {
|
|
api: {
|
|
url: 'https://api.ocoolai.com'
|
|
},
|
|
websites: {
|
|
official: 'https://one.ocoolai.com/',
|
|
apiKey: 'https://one.ocoolai.com/token',
|
|
docs: 'https://docs.ocoolai.com/',
|
|
models: 'https://api.ocoolai.com/info/models/'
|
|
}
|
|
},
|
|
together: {
|
|
api: {
|
|
url: 'https://api.together.xyz'
|
|
},
|
|
websites: {
|
|
official: 'https://www.together.ai/',
|
|
apiKey: 'https://api.together.ai/settings/api-keys',
|
|
docs: 'https://docs.together.ai/docs/introduction',
|
|
models: 'https://docs.together.ai/docs/chat-models'
|
|
}
|
|
},
|
|
dmxapi: {
|
|
api: {
|
|
url: 'https://www.dmxapi.cn'
|
|
},
|
|
websites: {
|
|
official: 'https://www.dmxapi.cn/register?aff=bwwY',
|
|
apiKey: 'https://www.dmxapi.cn/register?aff=bwwY',
|
|
docs: 'https://dmxapi.cn/models.html#code-block',
|
|
models: 'https://www.dmxapi.cn/pricing'
|
|
}
|
|
},
|
|
perplexity: {
|
|
api: {
|
|
url: 'https://api.perplexity.ai/'
|
|
},
|
|
websites: {
|
|
official: 'https://perplexity.ai/',
|
|
apiKey: 'https://www.perplexity.ai/settings/api',
|
|
docs: 'https://docs.perplexity.ai/home',
|
|
models: 'https://docs.perplexity.ai/guides/model-cards'
|
|
}
|
|
},
|
|
infini: {
|
|
api: {
|
|
url: 'https://cloud.infini-ai.com/maas'
|
|
},
|
|
websites: {
|
|
official: 'https://cloud.infini-ai.com/',
|
|
apiKey: 'https://cloud.infini-ai.com/iam/secret/key',
|
|
docs: 'https://docs.infini-ai.com/gen-studio/api/maas.html#/operations/chatCompletions',
|
|
models: 'https://cloud.infini-ai.com/genstudio/model'
|
|
}
|
|
},
|
|
github: {
|
|
api: {
|
|
url: 'https://models.inference.ai.azure.com/'
|
|
},
|
|
websites: {
|
|
official: 'https://github.com/marketplace/models',
|
|
apiKey: 'https://github.com/settings/tokens',
|
|
docs: 'https://docs.github.com/en/github-models',
|
|
models: 'https://github.com/marketplace/models'
|
|
}
|
|
},
|
|
copilot: {
|
|
api: {
|
|
url: 'https://api.githubcopilot.com/'
|
|
}
|
|
},
|
|
yi: {
|
|
api: {
|
|
url: 'https://api.lingyiwanwu.com'
|
|
},
|
|
websites: {
|
|
official: 'https://platform.lingyiwanwu.com/',
|
|
apiKey: 'https://platform.lingyiwanwu.com/apikeys',
|
|
docs: 'https://platform.lingyiwanwu.com/docs',
|
|
models: 'https://platform.lingyiwanwu.com/docs#%E6%A8%A1%E5%9E%8B'
|
|
}
|
|
},
|
|
zhipu: {
|
|
api: {
|
|
url: 'https://open.bigmodel.cn/api/paas/v4/'
|
|
},
|
|
websites: {
|
|
official: 'https://open.bigmodel.cn/',
|
|
apiKey: 'https://open.bigmodel.cn/usercenter/apikeys',
|
|
docs: 'https://open.bigmodel.cn/dev/howuse/introduction',
|
|
models: 'https://open.bigmodel.cn/modelcenter/square'
|
|
}
|
|
},
|
|
moonshot: {
|
|
api: {
|
|
url: 'https://api.moonshot.cn'
|
|
},
|
|
websites: {
|
|
official: 'https://moonshot.ai/',
|
|
apiKey: 'https://platform.moonshot.cn/console/api-keys',
|
|
docs: 'https://platform.moonshot.cn/docs/',
|
|
models: 'https://platform.moonshot.cn/docs/intro#%E6%A8%A1%E5%9E%8B%E5%88%97%E8%A1%A8'
|
|
}
|
|
},
|
|
baichuan: {
|
|
api: {
|
|
url: 'https://api.baichuan-ai.com'
|
|
},
|
|
websites: {
|
|
official: 'https://www.baichuan-ai.com/',
|
|
apiKey: 'https://platform.baichuan-ai.com/console/apikey',
|
|
docs: 'https://platform.baichuan-ai.com/docs',
|
|
models: 'https://platform.baichuan-ai.com/price'
|
|
}
|
|
},
|
|
modelscope: {
|
|
api: {
|
|
url: 'https://api-inference.modelscope.cn/v1/'
|
|
},
|
|
websites: {
|
|
official: 'https://modelscope.cn',
|
|
apiKey: 'https://modelscope.cn/my/myaccesstoken',
|
|
docs: 'https://modelscope.cn/docs/model-service/API-Inference/intro',
|
|
models: 'https://modelscope.cn/models'
|
|
}
|
|
},
|
|
xirang: {
|
|
api: {
|
|
url: 'https://wishub-x1.ctyun.cn'
|
|
},
|
|
websites: {
|
|
official: 'https://www.ctyun.cn',
|
|
apiKey: 'https://huiju.ctyun.cn/service/serviceGroup',
|
|
docs: 'https://www.ctyun.cn/products/ctxirang',
|
|
models: 'https://huiju.ctyun.cn/modelSquare/'
|
|
}
|
|
},
|
|
dashscope: {
|
|
api: {
|
|
url: 'https://dashscope.aliyuncs.com/compatible-mode/v1/'
|
|
},
|
|
websites: {
|
|
official: 'https://www.aliyun.com/product/bailian',
|
|
apiKey: 'https://bailian.console.aliyun.com/?tab=model#/api-key',
|
|
docs: 'https://help.aliyun.com/zh/model-studio/getting-started/',
|
|
models: 'https://bailian.console.aliyun.com/?tab=model#/model-market'
|
|
}
|
|
},
|
|
stepfun: {
|
|
api: {
|
|
url: 'https://api.stepfun.com'
|
|
},
|
|
websites: {
|
|
official: 'https://platform.stepfun.com/',
|
|
apiKey: 'https://platform.stepfun.com/interface-key',
|
|
docs: 'https://platform.stepfun.com/docs/overview/concept',
|
|
models: 'https://platform.stepfun.com/docs/llm/text'
|
|
}
|
|
},
|
|
doubao: {
|
|
api: {
|
|
url: 'https://ark.cn-beijing.volces.com/api/v3/'
|
|
},
|
|
websites: {
|
|
official: 'https://console.volcengine.com/ark/',
|
|
apiKey: 'https://www.volcengine.com/experience/ark?utm_term=202502dsinvite&ac=DSASUQY5&rc=DB4II4FC',
|
|
docs: 'https://www.volcengine.com/docs/82379/1182403',
|
|
models: 'https://console.volcengine.com/ark/region:ark+cn-beijing/endpoint'
|
|
}
|
|
},
|
|
minimax: {
|
|
api: {
|
|
url: 'https://api.minimax.chat/v1/'
|
|
},
|
|
websites: {
|
|
official: 'https://platform.minimaxi.com/',
|
|
apiKey: 'https://platform.minimaxi.com/user-center/basic-information/interface-key',
|
|
docs: 'https://platform.minimaxi.com/document/Announcement',
|
|
models: 'https://platform.minimaxi.com/document/Models'
|
|
}
|
|
},
|
|
alayanew: {
|
|
api: {
|
|
url: 'https://deepseek.alayanew.com'
|
|
},
|
|
websites: {
|
|
official: 'https://www.alayanew.com/backend/register?id=cherrystudio',
|
|
apiKey: ' https://www.alayanew.com/backend/register?id=cherrystudio',
|
|
docs: 'https://docs.alayanew.com/docs/modelService/interview?utm_source=cherrystudio',
|
|
models: 'https://www.alayanew.com/product/deepseek?id=cherrystudio'
|
|
}
|
|
},
|
|
openrouter: {
|
|
api: {
|
|
url: 'https://openrouter.ai/api/v1/'
|
|
},
|
|
websites: {
|
|
official: 'https://openrouter.ai/',
|
|
apiKey: 'https://openrouter.ai/settings/keys',
|
|
docs: 'https://openrouter.ai/docs/quick-start',
|
|
models: 'https://openrouter.ai/docs/models'
|
|
}
|
|
},
|
|
groq: {
|
|
api: {
|
|
url: 'https://api.groq.com/openai'
|
|
},
|
|
websites: {
|
|
official: 'https://groq.com/',
|
|
apiKey: 'https://console.groq.com/keys',
|
|
docs: 'https://console.groq.com/docs/quickstart',
|
|
models: 'https://console.groq.com/docs/models'
|
|
}
|
|
},
|
|
ollama: {
|
|
api: {
|
|
url: 'http://localhost:11434'
|
|
},
|
|
websites: {
|
|
official: 'https://ollama.com/',
|
|
docs: 'https://github.com/ollama/ollama/tree/main/docs',
|
|
models: 'https://ollama.com/library'
|
|
}
|
|
},
|
|
lmstudio: {
|
|
api: {
|
|
url: 'http://localhost:1234'
|
|
},
|
|
websites: {
|
|
official: 'https://lmstudio.ai/',
|
|
docs: 'https://lmstudio.ai/docs',
|
|
models: 'https://lmstudio.ai/models'
|
|
}
|
|
},
|
|
anthropic: {
|
|
api: {
|
|
url: 'https://api.anthropic.com/'
|
|
},
|
|
websites: {
|
|
official: 'https://anthropic.com/',
|
|
apiKey: 'https://console.anthropic.com/settings/keys',
|
|
docs: 'https://docs.anthropic.com/en/docs',
|
|
models: 'https://docs.anthropic.com/en/docs/about-claude/models'
|
|
}
|
|
},
|
|
grok: {
|
|
api: {
|
|
url: 'https://api.x.ai'
|
|
},
|
|
websites: {
|
|
official: 'https://x.ai/',
|
|
docs: 'https://docs.x.ai/',
|
|
models: 'https://docs.x.ai/docs#getting-started'
|
|
}
|
|
},
|
|
hyperbolic: {
|
|
api: {
|
|
url: 'https://api.hyperbolic.xyz'
|
|
},
|
|
websites: {
|
|
official: 'https://app.hyperbolic.xyz',
|
|
apiKey: 'https://app.hyperbolic.xyz/settings',
|
|
docs: 'https://docs.hyperbolic.xyz',
|
|
models: 'https://app.hyperbolic.xyz/models'
|
|
}
|
|
},
|
|
mistral: {
|
|
api: {
|
|
url: 'https://api.mistral.ai'
|
|
},
|
|
websites: {
|
|
official: 'https://mistral.ai',
|
|
apiKey: 'https://console.mistral.ai/api-keys/',
|
|
docs: 'https://docs.mistral.ai',
|
|
models: 'https://docs.mistral.ai/getting-started/models/models_overview'
|
|
}
|
|
},
|
|
jina: {
|
|
api: {
|
|
url: 'https://api.jina.ai'
|
|
},
|
|
websites: {
|
|
official: 'https://jina.ai',
|
|
apiKey: 'https://jina.ai/',
|
|
docs: 'https://jina.ai',
|
|
models: 'https://jina.ai'
|
|
}
|
|
},
|
|
aihubmix: {
|
|
api: {
|
|
url: 'https://aihubmix.com'
|
|
},
|
|
websites: {
|
|
official: 'https://aihubmix.com?aff=SJyh',
|
|
apiKey: 'https://aihubmix.com?aff=SJyh',
|
|
docs: 'https://doc.aihubmix.com/',
|
|
models: 'https://aihubmix.com/models'
|
|
}
|
|
},
|
|
fireworks: {
|
|
api: {
|
|
url: 'https://api.fireworks.ai/inference'
|
|
},
|
|
websites: {
|
|
official: 'https://fireworks.ai/',
|
|
apiKey: 'https://fireworks.ai/account/api-keys',
|
|
docs: 'https://docs.fireworks.ai/getting-started/introduction',
|
|
models: 'https://fireworks.ai/dashboard/models'
|
|
}
|
|
},
|
|
zhinao: {
|
|
api: {
|
|
url: 'https://api.360.cn'
|
|
},
|
|
websites: {
|
|
official: 'https://ai.360.com/',
|
|
apiKey: 'https://ai.360.com/platform/keys',
|
|
docs: 'https://ai.360.com/platform/docs/overview',
|
|
models: 'https://ai.360.com/platform/limit'
|
|
}
|
|
},
|
|
hunyuan: {
|
|
api: {
|
|
url: 'https://api.hunyuan.cloud.tencent.com'
|
|
},
|
|
websites: {
|
|
official: 'https://cloud.tencent.com/product/hunyuan',
|
|
apiKey: 'https://console.cloud.tencent.com/hunyuan/api-key',
|
|
docs: 'https://cloud.tencent.com/document/product/1729/111007',
|
|
models: 'https://cloud.tencent.com/document/product/1729/104753'
|
|
}
|
|
},
|
|
nvidia: {
|
|
api: {
|
|
url: 'https://integrate.api.nvidia.com'
|
|
},
|
|
websites: {
|
|
official: 'https://build.nvidia.com/explore/discover',
|
|
apiKey: 'https://build.nvidia.com/meta/llama-3_1-405b-instruct',
|
|
docs: 'https://docs.api.nvidia.com/nim/reference/llm-apis',
|
|
models: 'https://build.nvidia.com/nim'
|
|
}
|
|
},
|
|
'azure-openai': {
|
|
api: {
|
|
url: ''
|
|
},
|
|
websites: {
|
|
official: 'https://azure.microsoft.com/en-us/products/ai-services/openai-service',
|
|
apiKey: 'https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/OpenAI',
|
|
docs: 'https://learn.microsoft.com/en-us/azure/ai-services/openai/',
|
|
models: 'https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models'
|
|
}
|
|
},
|
|
'baidu-cloud': {
|
|
api: {
|
|
url: 'https://qianfan.baidubce.com/v2/'
|
|
},
|
|
websites: {
|
|
official: 'https://cloud.baidu.com/',
|
|
apiKey: 'https://console.bce.baidu.com/iam/#/iam/apikey/list',
|
|
docs: 'https://cloud.baidu.com/doc/index.html',
|
|
models: 'https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Fm2vrveyu'
|
|
}
|
|
},
|
|
'tencent-cloud-ti': {
|
|
api: {
|
|
url: 'https://api.lkeap.cloud.tencent.com'
|
|
},
|
|
websites: {
|
|
official: 'https://cloud.tencent.com/product/ti',
|
|
apiKey: 'https://console.cloud.tencent.com/lkeap/api',
|
|
docs: 'https://cloud.tencent.com/document/product/1772',
|
|
models: 'https://console.cloud.tencent.com/tione/v2/aimarket'
|
|
}
|
|
},
|
|
gpustack: {
|
|
api: {
|
|
url: ''
|
|
},
|
|
websites: {
|
|
official: 'https://gpustack.ai/',
|
|
docs: 'https://docs.gpustack.ai/latest/',
|
|
models: 'https://docs.gpustack.ai/latest/overview/#supported-models'
|
|
}
|
|
},
|
|
voyageai: {
|
|
api: {
|
|
url: 'https://api.voyageai.com'
|
|
},
|
|
websites: {
|
|
official: 'https://www.voyageai.com/',
|
|
apiKey: 'https://dashboard.voyageai.com/organization/api-keys',
|
|
docs: 'https://docs.voyageai.com/docs',
|
|
models: 'https://docs.voyageai.com/docs'
|
|
}
|
|
},
|
|
qiniu: {
|
|
api: {
|
|
url: 'https://api.qnaigc.com'
|
|
},
|
|
websites: {
|
|
official: 'https://qiniu.com',
|
|
apiKey: 'https://portal.qiniu.com/ai-inference/api-key?cps_key=1h4vzfbkxobiq',
|
|
docs: 'https://developer.qiniu.com/aitokenapi',
|
|
models: 'https://developer.qiniu.com/aitokenapi/12883/model-list'
|
|
}
|
|
},
|
|
tokenflux: {
|
|
api: {
|
|
url: TOKENFLUX_HOST
|
|
},
|
|
websites: {
|
|
official: TOKENFLUX_HOST,
|
|
apiKey: `${TOKENFLUX_HOST}/dashboard/api-keys`,
|
|
docs: `${TOKENFLUX_HOST}/docs`,
|
|
models: `${TOKENFLUX_HOST}/models`
|
|
}
|
|
}
|
|
}
|