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

236 lines
4.2 KiB
JSON

{
"name": "Astraflow",
"url": {
"default": "https://api.modelverse.cn/v1",
"us-ca": "https://api-us-ca.umodelverse.ai/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"rerank": "rerank",
"tts": "audio/speech"
},
"class": "astraflow",
"models": [
{
"name": "text-embedding-3-large",
"max_tokens": 16384,
"model_types": [
"embedding"
]
},
{
"name": "bge-reranker-v2-m3",
"max_tokens": 8192,
"model_types": [
"rerank"
]
},
{
"name": "IndexTeam/IndexTTS-2",
"model_types": [
"tts"
]
},
{
"name": "claude-opus-4-7",
"content_length": 1000000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "claude-opus-4-6",
"content_length": 1000000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "claude-sonnet-4-5-20250929",
"content_length": 200000,
"max_output": 64000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "claude-haiku-4-5-20251001",
"content_length": 200000,
"max_output": 64000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4",
"content_length": 1050000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4-mini",
"content_length": 400000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4-nano",
"content_length": 400000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gpt-4o-mini",
"content_length": 128000,
"max_output": 16384,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Qwen/Qwen3-Max",
"content_length": 262144,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Qwen/Qwen3-Coder",
"content_length": 262144,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Qwen/Qwen3-32B",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Qwen/Qwen3-VL-235B-A22B-Instruct",
"content_length": 262144,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "kimi-k2.6",
"content_length": 262144,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "glm-5.1",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "MiniMax-M2.7",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "MiniMax-M2",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gemini-2.5-pro",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gemini-2.5-flash",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
}
]
}