-
-
Save gylthuin/a5c21523bfd6f35c7a3441759b9b5952 to your computer and use it in GitHub Desktop.
My models.json for pi (2026/04/28)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "providers": { | |
| "novita": { | |
| "baseUrl": "https://api.novita.ai/openai", | |
| "api": "openai-completions", | |
| "apiKey": "NOVITA_API_KEY", | |
| "authHeader": true, | |
| "compat": { | |
| "maxTokensField": "max_tokens", | |
| "supportsDeveloperRole": false, | |
| "supportsReasoningEffort": false | |
| }, | |
| "models": [ | |
| { | |
| "id": "Sao10K/L3-8B-Stheno-v3.2", | |
| "name": "L3 8B Stheno V3.2", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 32000, | |
| "cost": { | |
| "input": 500, | |
| "output": 500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baichuan/baichuan-m2-32b", | |
| "name": "BaiChuan M2 32B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 700, | |
| "output": 700, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-21B-a3b", | |
| "name": "ERNIE 4.5 21B A3B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 120000, | |
| "maxTokens": 8000, | |
| "cost": { | |
| "input": 700, | |
| "output": 2800, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-21B-a3b-thinking", | |
| "name": "ERNIE-4.5-21B-A3B-Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 700, | |
| "output": 2800, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-300b-a47b-paddle", | |
| "name": "ERNIE 4.5 300B A47B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 123000, | |
| "maxTokens": 12000, | |
| "cost": { | |
| "input": 2800, | |
| "output": 11000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-vl-28b-a3b", | |
| "name": "ERNIE 4.5 VL 28B A3B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 30000, | |
| "maxTokens": 8000, | |
| "cost": { | |
| "input": 1400, | |
| "output": 5600, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-vl-28b-a3b-thinking", | |
| "name": "ERNIE-4.5-VL-28B-A3B-Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 3900, | |
| "output": 3900, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "baidu/ernie-4.5-vl-424b-a47b", | |
| "name": "ERNIE 4.5 VL 424B A47B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 123000, | |
| "maxTokens": 16000, | |
| "cost": { | |
| "input": 4200, | |
| "output": 12500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-ocr", | |
| "name": "DeepSeek-OCR", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 300, | |
| "output": 300, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-ocr-2", | |
| "name": "DeepSeek-OCR 2", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 300, | |
| "output": 300, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-prover-v2-671b", | |
| "name": "Deepseek Prover V2 671B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 160000, | |
| "maxTokens": 160000, | |
| "cost": { | |
| "input": 7000, | |
| "output": 25000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-0528", | |
| "name": "DeepSeek R1 0528", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 163840, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 7000, | |
| "output": 25000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-0528-qwen3-8b", | |
| "name": "DeepSeek R1 0528 Qwen3 8B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 128000, | |
| "maxTokens": 32000, | |
| "cost": { | |
| "input": 600, | |
| "output": 900, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-distill-llama-70b", | |
| "name": "DeepSeek R1 Distill LLama 70B", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 8000, | |
| "output": 8000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-distill-qwen-14b", | |
| "name": "DeepSeek R1 Distill Qwen 14B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 32768, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 1500, | |
| "output": 1500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-distill-qwen-32b", | |
| "name": "DeepSeek R1 Distill Qwen 32B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 64000, | |
| "maxTokens": 32000, | |
| "cost": { | |
| "input": 3000, | |
| "output": 3000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-r1-turbo", | |
| "name": "DeepSeek R1 (Turbo)\t", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 64000, | |
| "maxTokens": 16000, | |
| "cost": { | |
| "input": 7000, | |
| "output": 25000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3-0324", | |
| "name": "DeepSeek V3 0324", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 163840, | |
| "maxTokens": 163840, | |
| "cost": { | |
| "input": 2700, | |
| "output": 11200, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3-turbo", | |
| "name": "DeepSeek V3 (Turbo)\t", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 64000, | |
| "maxTokens": 16000, | |
| "cost": { | |
| "input": 4000, | |
| "output": 13000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3.1", | |
| "name": "DeepSeek V3.1", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 2700, | |
| "output": 10000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3.1-terminus", | |
| "name": "Deepseek V3.1 Terminus", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 2700, | |
| "output": 10000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3.2", | |
| "name": "Deepseek V3.2", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 163840, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 2690, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek/deepseek-v3.2-exp", | |
| "name": "Deepseek V3.2 Exp", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 163840, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 2700, | |
| "output": 4100, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "google/gemma-3-12b-it", | |
| "name": "Gemma3 12B", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 500, | |
| "output": 1000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "google/gemma-3-27b-it", | |
| "name": "Gemma 3 27B", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 98304, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 1190, | |
| "output": 2000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "google/gemma-4-26b-a4b-it", | |
| "name": "Gemma 4 26B A4B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 1300, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "google/gemma-4-31b-it", | |
| "name": "Gemma 4 31B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 1400, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "gryphe/mythomax-l2-13b", | |
| "name": "Mythomax L2 13B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 4096, | |
| "maxTokens": 3200, | |
| "cost": { | |
| "input": 900, | |
| "output": 900, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "kwaipilot/kat-coder-pro", | |
| "name": "Kat Coder Pro", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 256000, | |
| "maxTokens": 128000, | |
| "cost": { | |
| "input": 3000, | |
| "output": 12000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-3-70b-instruct", | |
| "name": "Llama3 70B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8000, | |
| "cost": { | |
| "input": 5100, | |
| "output": 7400, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-3-8b-instruct", | |
| "name": "Llama 3 8B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 400, | |
| "output": 400, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-3.1-8b-instruct", | |
| "name": "Llama 3.1 8B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 16384, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 200, | |
| "output": 500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-3.2-3b-instruct", | |
| "name": "Llama 3.2 3B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 32768, | |
| "maxTokens": 32000, | |
| "cost": { | |
| "input": 300, | |
| "output": 500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-3.3-70b-instruct", | |
| "name": "Llama 3.3 70B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 120000, | |
| "cost": { | |
| "input": 1350, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-4-maverick-17b-128e-instruct-fp8", | |
| "name": "Llama 4 Maverick Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 1048576, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 2700, | |
| "output": 8500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "meta-llama/llama-4-scout-17b-16e-instruct", | |
| "name": "Llama 4 Scout Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 1800, | |
| "output": 5900, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "microsoft/wizardlm-2-8x22b", | |
| "name": "Wizardlm 2 8x22B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 65535, | |
| "maxTokens": 8000, | |
| "cost": { | |
| "input": 6200, | |
| "output": 6200, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax/minimax-m2", | |
| "name": "MiniMax-M2", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 3000, | |
| "output": 12000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax/minimax-m2.1", | |
| "name": "Minimax M2.1", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 3000, | |
| "output": 12000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax/minimax-m2.5", | |
| "name": "MiniMax M2.5", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131100, | |
| "cost": { | |
| "input": 3000, | |
| "output": 12000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax/minimax-m2.5-highspeed", | |
| "name": "MiniMax M2.5-highspeed", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131100, | |
| "cost": { | |
| "input": 6000, | |
| "output": 24000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax/minimax-m2.7", | |
| "name": "MiniMax M2.7", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 3000, | |
| "output": 12000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimaxai/minimax-m1-80k", | |
| "name": "MiniMax M1", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 1000000, | |
| "maxTokens": 40000, | |
| "cost": { | |
| "input": 5500, | |
| "output": 22000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "mistralai/mistral-nemo", | |
| "name": "Mistral Nemo", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 60288, | |
| "maxTokens": 16000, | |
| "cost": { | |
| "input": 400, | |
| "output": 1700, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "moonshotai/kimi-k2-0905", | |
| "name": "Kimi K2 0905", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 6000, | |
| "output": 25000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "moonshotai/kimi-k2-instruct", | |
| "name": "Kimi K2 Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 5700, | |
| "output": 23000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "moonshotai/kimi-k2-thinking", | |
| "name": "Kimi K2 Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 6000, | |
| "output": 25000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "moonshotai/kimi-k2.5", | |
| "name": "Kimi K2.5", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 6000, | |
| "output": 30000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "moonshotai/kimi-k2.6", | |
| "name": "Kimi K2.6", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 9500, | |
| "output": 40000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "nousresearch/hermes-2-pro-llama-3-8b", | |
| "name": "Hermes 2 Pro Llama 3 8B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 1400, | |
| "output": 1400, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "openai/gpt-oss-120b", | |
| "name": "OpenAI GPT OSS 120B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 500, | |
| "output": 2500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "openai/gpt-oss-20b", | |
| "name": "OpenAI: GPT OSS 20B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 400, | |
| "output": 1500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "paddlepaddle/paddleocr-vl", | |
| "name": "PaddleOCR-VL", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 16384, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 200, | |
| "output": 200, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen-2.5-72b-instruct", | |
| "name": "Qwen 2.5 72B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 32000, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 3800, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen-mt-plus", | |
| "name": "Qwen MT Plus", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 16384, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 2500, | |
| "output": 7500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen2.5-7b-instruct", | |
| "name": "Qwen2.5 7B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 32000, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 700, | |
| "output": 700, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen2.5-vl-72b-instruct", | |
| "name": "Qwen2.5 VL 72B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 32768, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 8000, | |
| "output": 8000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-235b-a22b-fp8", | |
| "name": "Qwen3 235B A22B", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 40960, | |
| "maxTokens": 20000, | |
| "cost": { | |
| "input": 2000, | |
| "output": 8000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-235b-a22b-instruct-2507", | |
| "name": "Qwen3 235B A22B Instruct 2507", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 900, | |
| "output": 5800, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-235b-a22b-thinking-2507", | |
| "name": "Qwen3 235B A22b Thinking 2507", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 3000, | |
| "output": 30000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-30b-a3b-fp8", | |
| "name": "Qwen3 30B A3B", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 40960, | |
| "maxTokens": 20000, | |
| "cost": { | |
| "input": 900, | |
| "output": 4500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-32b-fp8", | |
| "name": "Qwen3 32B", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 40960, | |
| "maxTokens": 20000, | |
| "cost": { | |
| "input": 1000, | |
| "output": 4500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-4b-fp8", | |
| "name": "Qwen3 4B", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 128000, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 300, | |
| "output": 300, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-8b-fp8", | |
| "name": "Qwen3 8B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 128000, | |
| "maxTokens": 20000, | |
| "cost": { | |
| "input": 350, | |
| "output": 1380, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-coder-30b-a3b-instruct", | |
| "name": "Qwen3 Coder 30b A3B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 160000, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 700, | |
| "output": 2700, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-coder-480b-a35b-instruct", | |
| "name": "Qwen3 Coder 480B A35B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 3000, | |
| "output": 13000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-coder-next", | |
| "name": "Qwen3 Coder Next", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 2000, | |
| "output": 15000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-max", | |
| "name": "Qwen3 Max", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 21100, | |
| "output": 84500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-next-80b-a3b-instruct", | |
| "name": "Qwen3 Next 80B A3B Instruct", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 1500, | |
| "output": 15000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-next-80b-a3b-thinking", | |
| "name": "Qwen3 Next 80B A3B Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 1500, | |
| "output": 15000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-omni-30b-a3b-instruct", | |
| "name": "Qwen3 Omni 30B A3B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 65536, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-omni-30b-a3b-thinking", | |
| "name": "Qwen3 Omni 30B A3B Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 65536, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-vl-235b-a22b-instruct", | |
| "name": "Qwen3 VL 235B A22B Instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 3000, | |
| "output": 15000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-vl-235b-a22b-thinking", | |
| "name": "Qwen3 VL 235B A22B Thinking", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 9800, | |
| "output": 39500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-vl-30b-a3b-instruct", | |
| "name": "qwen/qwen3-vl-30b-a3b-instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 2000, | |
| "output": 7000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-vl-30b-a3b-thinking", | |
| "name": "qwen/qwen3-vl-30b-a3b-thinking", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 2000, | |
| "output": 10000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3-vl-8b-instruct", | |
| "name": "qwen/qwen3-vl-8b-instruct", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 800, | |
| "output": 5000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3.5-122b-a10b", | |
| "name": "Qwen3.5-122B-A10B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 4000, | |
| "output": 32000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3.5-27b", | |
| "name": "Qwen3.5-27B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 3000, | |
| "output": 24000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3.5-35b-a3b", | |
| "name": "Qwen3.5-35B-A3B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 2500, | |
| "output": 20000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen/qwen3.5-397b-a17b", | |
| "name": "Qwen3.5-397B-A17B", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 6000, | |
| "output": 36000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "sao10k/l3-70b-euryale-v2.1", | |
| "name": "L3 70B Euryale V2.1\t", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 14800, | |
| "output": 14800, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "sao10k/l3-8b-lunaris", | |
| "name": "Sao10k L3 8B Lunaris\t", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 500, | |
| "output": 500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "sao10k/l31-70b-euryale-v2.2", | |
| "name": "L31 70B Euryale V2.2", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 8192, | |
| "maxTokens": 8192, | |
| "cost": { | |
| "input": 14800, | |
| "output": 14800, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "xiaomimimo/mimo-v2-flash", | |
| "name": "XiaomiMiMo/MiMo-V2-Flash", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 262144, | |
| "maxTokens": 32000, | |
| "cost": { | |
| "input": 1000, | |
| "output": 3000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/autoglm-phone-9b-multilingual", | |
| "name": "AutoGLM-Phone-9B-Multilingual", | |
| "reasoning": false, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 65536, | |
| "maxTokens": 65536, | |
| "cost": { | |
| "input": 350, | |
| "output": 1380, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.5", | |
| "name": "GLM-4.5", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 98304, | |
| "cost": { | |
| "input": 6000, | |
| "output": 22000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.5-air", | |
| "name": "zai-org/glm-4.5-air", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 98304, | |
| "cost": { | |
| "input": 1300, | |
| "output": 8500, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.5v", | |
| "name": "GLM 4.5V", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 65536, | |
| "maxTokens": 16384, | |
| "cost": { | |
| "input": 6000, | |
| "output": 18000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.6", | |
| "name": "GLM 4.6", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 5500, | |
| "output": 22000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.6v", | |
| "name": "GLM 4.6V", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { | |
| "input": 3000, | |
| "output": 9000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.7", | |
| "name": "GLM-4.7", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 6000, | |
| "output": 22000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-4.7-flash", | |
| "name": "GLM-4.7-Flash", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 200000, | |
| "maxTokens": 128000, | |
| "cost": { | |
| "input": 700, | |
| "output": 4000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-5", | |
| "name": "GLM-5", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 202800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 10000, | |
| "output": 32000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "zai-org/glm-5.1", | |
| "name": "GLM-5.1", | |
| "reasoning": true, | |
| "input": [ | |
| "text" | |
| ], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 14000, | |
| "output": 44000, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment