mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 07:10:29 +08:00
Go: introduce content_length and max_output (#17807)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"models": [
|
||||
{
|
||||
"name": "Pro/deepseek-ai/DeepSeek-V4-Pro",
|
||||
"max_tokens": 1048576,
|
||||
"max_output": 1048576,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Pro/deepseek-ai/DeepSeek-V4-Flash",
|
||||
"max_tokens": 1048576,
|
||||
"max_output": 1048576,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
@@ -44,7 +44,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Pro/moonshotai/Kimi-K2.6",
|
||||
"max_tokens": 262144,
|
||||
"max_output": 262144,
|
||||
"model_types": [
|
||||
"chat",
|
||||
"vision"
|
||||
@@ -59,7 +59,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Pro/zai-org/GLM-5.1",
|
||||
"max_tokens": 204800,
|
||||
"max_output": 204800,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
@@ -73,7 +73,7 @@
|
||||
},
|
||||
{
|
||||
"name": "qwen/qwen3-8b",
|
||||
"max_tokens": 32768,
|
||||
"max_output": 32768,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
@@ -83,7 +83,7 @@
|
||||
},
|
||||
{
|
||||
"name": "qwen/qwen3.5-4b",
|
||||
"max_tokens": 262144,
|
||||
"max_output": 262144,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tencent/hunyuan-mt-7b",
|
||||
"max_tokens": 32768,
|
||||
"max_output": 32768,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user