Files
ragflow/conf/models/ppio.json
jay77721 47ecc2a231 feat: populate content_length and max_output from official docs (#17836)
## Summary

- Verify and populate `content_length` (context window) and `max_output`
(max generation tokens) for all **478 chat/vision models** across **47
provider configs**
- Data sourced from **official API documentation** via 12 parallel
agents + targeted web verification
- Update Go test assertions to match verified values

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:22:57 +08:00

272 lines
5.1 KiB
JSON

{
"name": "PPIO",
"url": {
"default": "https://api.ppio.com/openai/v1",
"us": "https://api.ppinfra.com/v3/openai"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"rerank": "rerank"
},
"class": "ppio",
"models": [
{
"name": "deepseek/deepseek-v4-flash",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-v4-pro",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1/community",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-v3/community",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-v3",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1-distill-llama-70b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1-distill-qwen-32b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1-distill-qwen-14b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek/deepseek-r1-distill-llama-8b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen-2.5-72b-instruct",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen-2-vl-72b-instruct",
"content_length": 32768,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "meta-llama/llama-3.2-3b-instruct",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen2.5-32b-instruct",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "baichuan/baichuan2-13b-chat",
"content_length": 196608,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "meta-llama/llama-3.1-70b-instruct",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "meta-llama/llama-3.1-8b-instruct",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "01-ai/yi-1.5-34b-chat",
"content_length": 16384,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "01-ai/yi-1.5-9b-chat",
"content_length": 16384,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "thudm/glm-4-9b-chat",
"content_length": 128000,
"max_output": 16384,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen-2-7b-instruct",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen3-embedding-8b",
"model_types": [
"embedding"
]
},
{
"name": "baai/bge-m3",
"model_types": [
"embedding"
]
},
{
"name": "qwen/qwen3-embedding-0.6b",
"model_types": [
"embedding"
]
},
{
"name": "baai/bge-reranker-v2-m3",
"model_types": [
"rerank"
]
}
]
}