|
{ |
|
"systemEnv": { |
|
"openapiPrefix": "fastgpt", |
|
"vectorMaxProcess": 10, |
|
"qaMaxProcess": 10, |
|
"pgHNSWEfSearch": 80 |
|
}, |
|
"llmModels": [ |
|
{ |
|
"model": "Vendor-A/Qwen/Qwen2.5-72B-Instruct", |
|
"name": "Qwen2.5-72B-Instruct", |
|
"provider": "Qwen", |
|
"maxContext": 32000, |
|
"maxResponse": 4096, |
|
"quoteMaxToken": 8192, |
|
"maxTemperature": 1.0, |
|
"inputPrice": 0, |
|
"outputPrice": 0, |
|
"censor": false, |
|
"vision": false, |
|
"datasetProcess": true, |
|
"usedInClassify": true, |
|
"usedInExtractFields": true, |
|
"usedInToolCall": true, |
|
"usedInQueryExtension": true, |
|
"toolChoice": true, |
|
"functionCall": true, |
|
"customCQPrompt": "", |
|
"customExtractPrompt": "", |
|
"defaultSystemChatPrompt": "", |
|
"defaultConfig": {} |
|
}, |
|
{ |
|
"model": "deepseek-ai/DeepSeek-V2.5", |
|
"name": "DeepSeek V2.5", |
|
"provider": "DeepSeek", |
|
"maxContext": 32000, |
|
"maxResponse": 4096, |
|
"quoteMaxToken": 4096, |
|
"maxTemperature": 1.0, |
|
"inputPrice": 0, |
|
"outputPrice": 0, |
|
"censor": false, |
|
"vision": false, |
|
"datasetProcess": true, |
|
"usedInClassify": true, |
|
"usedInExtractFields": true, |
|
"usedInToolCall": true, |
|
"usedInQueryExtension": true, |
|
"toolChoice": true, |
|
"functionCall": true, |
|
"customCQPrompt": "", |
|
"customExtractPrompt": "", |
|
"defaultSystemChatPrompt": "", |
|
"defaultConfig": {} |
|
}, |
|
{ |
|
"model": "Qwen/Qwen2.5-72B-Instruct-128K", |
|
"name": "Qwen2.5-72B-Instruct-128K", |
|
"provider": "Qwen", |
|
"maxContext": 128000, |
|
"maxResponse": 8192, |
|
"quoteMaxToken": 128000, |
|
"maxTemperature": 1.0, |
|
"inputPrice": 0, |
|
"outputPrice": 0, |
|
"censor": false, |
|
"vision": true, |
|
"datasetProcess": true, |
|
"usedInClassify": true, |
|
"usedInExtractFields": true, |
|
"usedInToolCall": true, |
|
"usedInQueryExtension": true, |
|
"toolChoice": true, |
|
"functionCall": true, |
|
"customCQPrompt": "", |
|
"customExtractPrompt": "", |
|
"defaultSystemChatPrompt": "", |
|
"defaultConfig": {} |
|
}, |
|
{ |
|
"model": "Qwen/Qwen2.5-32B-Instruct", |
|
"name": "Qwen2.5-32B-Instruct", |
|
"provider": "Qwen", |
|
"maxContext": 32000, |
|
"maxResponse": 4096, |
|
"quoteMaxToken": 32000, |
|
"maxTemperature": 1.0, |
|
"inputPrice": 0, |
|
"outputPrice": 0, |
|
"censor": false, |
|
"vision": false, |
|
"datasetProcess": true, |
|
"usedInClassify": true, |
|
"usedInExtractFields": true, |
|
"usedInToolCall": true, |
|
"usedInQueryExtension": true, |
|
"toolChoice": true, |
|
"functionCall": true, |
|
"customCQPrompt": "", |
|
"customExtractPrompt": "", |
|
"defaultSystemChatPrompt": "", |
|
"defaultConfig": {} |
|
}, |
|
{ |
|
"model": "deepseek-ai/deepseek-vl2", |
|
"name": "deepseek-vl2", |
|
"provider": "DeepSeek", |
|
"maxContext": 4096, |
|
"maxResponse": 2048, |
|
"quoteMaxToken": 4096, |
|
"maxTemperature": 1.0, |
|
"inputPrice": 0, |
|
"outputPrice": 0, |
|
"censor": false, |
|
"vision": true, |
|
"datasetProcess": true, |
|
"usedInClassify": true, |
|
"usedInExtractFields": true, |
|
"usedInToolCall": true, |
|
"usedInQueryExtension": true, |
|
"toolChoice": false, |
|
"functionCall": false, |
|
"customCQPrompt": "", |
|
"customExtractPrompt": "", |
|
"defaultSystemChatPrompt": "", |
|
"defaultConfig": {} |
|
} |
|
], |
|
"vectorModels": [ |
|
{ |
|
"model": "BAAI/bge-m3", |
|
"name": "bge-m3", |
|
"avatar": "/imgs/model/openai.svg", |
|
"charsPointsPrice": 0, |
|
"defaultToken": 4096, |
|
"maxToken": 8192, |
|
"weight": 100, |
|
"defaultConfig": { |
|
"dimensions": 1024 |
|
} |
|
}, |
|
{ |
|
"model": "BAAI/bge-large-zh-v1.5", |
|
"name": "bge-large-zh-v1.5", |
|
"avatar": "/imgs/model/openai.svg", |
|
"charsPointsPrice": 0, |
|
"defaultToken": 512, |
|
"maxToken": 512, |
|
"weight": 100, |
|
"defaultConfig": { |
|
"dimensions": 1024 |
|
} |
|
}, |
|
{ |
|
"model": "netease-youdao/bce-embedding-base_v1", |
|
"name": "bce-embedding-base_v1", |
|
"avatar": "/imgs/model/openai.svg", |
|
"charsPointsPrice": 0, |
|
"defaultToken": 512, |
|
"maxToken": 512, |
|
"weight": 100, |
|
"defaultConfig": { |
|
"dimensions": 768 |
|
} |
|
} |
|
], |
|
"reRankModels": [{ |
|
"model": "BAAI/bge-reranker-v2-m3", |
|
"name": "BAAI/bge-reranker-v2-m3", |
|
"requestUrl": "https://api.siliconflow.cn/v1/rerank", |
|
"requestAuth": "sk-yqiafonlffzbtihnqycptjfuijxshqgwhapelfyxadgqnoou" |
|
}], |
|
"audioSpeechModels": [ |
|
{ |
|
"model": "FunAudioLLM/CosyVoice2-0.5B", |
|
"name": "CosyVoice2-0.5B", |
|
"charsPointsPrice": 0, |
|
"voices": [ |
|
{ |
|
"label": "anna", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:anna", |
|
"bufferId": "openai-Alloy" |
|
}, |
|
{ |
|
"label": "bella", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:bella", |
|
"bufferId": "openai-Echo" |
|
}, |
|
{ |
|
"label": "benjamin", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:benjamin", |
|
"bufferId": "openai-Fable" |
|
}, |
|
{ |
|
"label": "charles", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:charles", |
|
"bufferId": "openai-Onyx" |
|
}, |
|
{ |
|
"label": "claire", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:claire", |
|
"bufferId": "openai-Nova" |
|
}, |
|
{ |
|
"label": "david", |
|
"value": "FunAudioLLM/CosyVoice2-0.5B:david", |
|
"bufferId": "openai-Shimmer" |
|
} |
|
] |
|
} |
|
], |
|
"whisperModel": { |
|
"model": "FunAudioLLM/SenseVoiceSmall", |
|
"name": "FunAudioLLM/SenseVoiceSmall", |
|
"charsPointsPrice": 0 |
|
} |
|
} |