Files
ragflow/conf/models/tokenpony.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

190 lines
3.4 KiB
JSON

{
"name": "TokenPony",
"url": {
"default": "https://api.tokenpony.cn/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models"
},
"class": "tokenpony",
"models": [
{
"name": "qwen3-8b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-v3-0324",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-32b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "kimi-k2-instruct-0905",
"content_length": 262144,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-r1-0528",
"content_length": 131072,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-coder-480b",
"content_length": 262144,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "hunyuan-a13b-instruct",
"content_length": 262144,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-next-80b-a3b-instruct",
"content_length": 262144,
"max_output": 16384,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-v3.2-exp",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-v3.1-terminus",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-vl-235b-a22b-instruct",
"content_length": 262144,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-vl-30b-a3b-instruct",
"content_length": 262144,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-ocr",
"content_length": 8000,
"max_output": 8000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-235b-a22b-instruct-2507",
"content_length": 262144,
"max_output": 16384,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "glm-4.6",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "minimax-m2",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
}
]
}