项目文件夹

文件
2026-07-13 13:22:34 +08:00

70 行
1.7 KiB
JSON

{
"schema_version": "1.0",
"models": {
"Llama-3.3-70B-Instruct": {
"mode": "chat",
"context_window": {
"max_input": 128000,
"max_output": 4028,
"max_tokens": 4028
},
"capabilities": {
"function_calling": true,
"vision": false,
"reasoning": false,
"prompt_caching": false,
"response_schema": false
},
"last_updated_at": "2026-04-24"
},
"Llama-3.3-8B-Instruct": {
"mode": "chat",
"context_window": {
"max_input": 128000,
"max_output": 4028,
"max_tokens": 4028
},
"capabilities": {
"function_calling": true,
"vision": false,
"reasoning": false,
"prompt_caching": false,
"response_schema": false
},
"last_updated_at": "2026-04-24"
},
"Llama-4-Maverick-17B-128E-Instruct-FP8": {
"mode": "chat",
"context_window": {
"max_input": 1000000,
"max_output": 4028,
"max_tokens": 4028
},
"capabilities": {
"function_calling": true,
"vision": false,
"reasoning": false,
"prompt_caching": false,
"response_schema": false
},
"last_updated_at": "2026-04-24"
},
"Llama-4-Scout-17B-16E-Instruct-FP8": {
"mode": "chat",
"context_window": {
"max_input": 10000000,
"max_output": 4028,
"max_tokens": 4028
},
"capabilities": {
"function_calling": true,
"vision": false,
"reasoning": false,
"prompt_caching": false,
"response_schema": false
},
"last_updated_at": "2026-04-24"
}
}
}