Files
ragflow/conf/models/jiekouai.json
Jin Hai 405275935f Go: fix unused check (#17922)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-08-06 14:45:10 +08:00

136 lines
2.6 KiB
JSON

{
"name": "Jiekou.AI",
"url": {
"default": "https://api.jiekou.ai"
},
"url_suffix": {
"chat": "openai/v1/chat/completions",
"embedding": "openai/v1/embeddings",
"rerank": "openai/v1/rerank",
"models": "openai/v1/models"
},
"class": "jiekouai",
"models": [
{
"name": "deepseek-v4-flash",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "deepseek-v4-pro",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "zai-org/glm-4.5",
"content_length": 128000,
"max_output": 96000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "zai-org/glm-4.5v",
"content_length": 65536,
"max_output": 16384,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "zai-org/glm-4.7",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "zai-org/glm-4.7-flash",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "zai-org/glm-5",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "baai/bge-reranker-v2-m3",
"max_tokens": 8192,
"model_types": [
"rerank"
]
},
{
"name": "text-embedding-3-large",
"max_tokens": 8192,
"model_types": [
"embedding"
],
"max_batch_size": 2048
}
]
}