fastgpt / config.json
vsare's picture
update
50a6499 verified
{
"systemEnv": {
"openapiPrefix": "fastgpt",
"vectorMaxProcess": 10,
"qaMaxProcess": 10,
"pgHNSWEfSearch": 80
},
"llmModels": [
{
"model": "@cf/qwen/qwen1.5-14b-chat-awq",
"name": "Qwen 1.5 14B Chat AWQ",
"avatar": "/imgs/model/qwen.svg",
"maxContext": 8192,
"maxResponse": 2048,
"quoteMaxToken": 8192,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": false,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "deepseek-chat",
"name": "DeepSeek V2",
"avatar": "/imgs/model/deepseek.svg",
"maxContext": 4096,
"maxResponse": 2048,
"quoteMaxToken": 4096,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": false,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "gpt-4o-mini",
"name": "GPT-4O Mini",
"avatar": "/imgs/model/openai.svg",
"maxContext": 128000,
"maxResponse": 4096,
"quoteMaxToken": 128000,
"maxTemperature": 2.0,
"inputPrice": 3,
"outputPrice": 6,
"censor": true,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "chatgpt-4o-latest",
"name": "GPT-4O",
"avatar": "/imgs/model/openai.svg",
"maxContext": 128000,
"maxResponse": 4096,
"quoteMaxToken": 128000,
"maxTemperature": 2.0,
"inputPrice": 10,
"outputPrice": 30,
"censor": true,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "claude-3-haiku-20240307",
"name": "Claude 3 Haiku",
"avatar": "/imgs/model/claude.svg",
"maxContext": 200000,
"maxResponse": 4096,
"quoteMaxToken": 200000,
"maxTemperature": 1.0,
"inputPrice": 0.25,
"outputPrice": 1.25,
"censor": true,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "claude-3-5-sonnet-20240620",
"name": "Claude 3.5 Sonnet",
"avatar": "/imgs/model/claude.svg",
"maxContext": 200000,
"maxResponse": 4096,
"quoteMaxToken": 200000,
"maxTemperature": 1.0,
"inputPrice": 3,
"outputPrice": 15,
"censor": true,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "qwen-turbo",
"name": "Qwen Turbo",
"avatar": "/imgs/model/qwen.svg",
"maxContext": 128000,
"maxResponse": 8192,
"quoteMaxToken": 128000,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "qwen-plus",
"name": "Qwen Plus",
"avatar": "/imgs/model/qwen.svg",
"maxContext": 128000,
"maxResponse": 8192,
"quoteMaxToken": 128000,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "gemini-1.5-flash-latest",
"name": "Gemini 1.5 Flash",
"avatar": "/imgs/model/gemini.svg",
"maxContext": 128000,
"maxResponse": 2048,
"quoteMaxToken": 128000,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "gemini-1.5-pro-latest",
"name": "Gemini 1.5 Pro",
"avatar": "/imgs/model/gemini.svg",
"maxContext": 2000000,
"maxResponse": 2048,
"quoteMaxToken": 2000000,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": true,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "dall-e-3",
"name": "dall-e-3",
"avatar": "/imgs/model/openai.svg",
"maxImageSize": 1024,
"minImageSize": 256,
"styleOptions": ["vivid", "natural"],
"qualityOptions": ["standard", "hd"],
"charsPointsPrice": 0,
"censor": false,
"vision": false,
"datasetProcess": false,
"toolChoice": false,
"functionCall": false,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
}
],
"vectorModels": [
{
"model": "text-embedding-ada-002",
"name": "Embedding-2",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 700,
"maxToken": 3000,
"weight": 100
},
{
"model": "text-embedding-3-large",
"name": "text-embedding-3-large",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 512,
"maxToken": 3000,
"weight": 100,
"defaultConfig": {
"dimensions": 1024
}
},
{
"model": "text-embedding-3-small",
"name": "text-embedding-3-small",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 512,
"maxToken": 3000,
"weight": 100
}
],
"reRankModels": [],
"audioSpeechModels": [
{
"model": "tts-1",
"name": "OpenAI TTS1",
"charsPointsPrice": 0,
"voices": [
{
"label": "Alloy",
"value": "alloy",
"bufferId": "openai-Alloy"
},
{
"label": "Echo",
"value": "echo",
"bufferId": "openai-Echo"
},
{
"label": "Fable",
"value": "fable",
"bufferId": "openai-Fable"
},
{
"label": "Onyx",
"value": "onyx",
"bufferId": "openai-Onyx"
},
{
"label": "Nova",
"value": "nova",
"bufferId": "openai-Nova"
},
{
"label": "Shimmer",
"value": "shimmer",
"bufferId": "openai-Shimmer"
}
]
}
],
"whisperModel": {
"model": "whisper-1",
"name": "Whisper1",
"charsPointsPrice": 0
}
}