Created
May 4, 2026 14:59
-
-
Save grikomsn/b1c99b29a939a81720ecab134a1eca5c to your computer and use it in GitHub Desktop.
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": { | |
| "crof": { | |
| "baseUrl": "https://crof.ai/v1", | |
| "api": "openai-completions", | |
| "apiKey": "nahcrof_xAceBzCvgMjoEiaifkNm", | |
| "authHeader": true, | |
| "compat": { | |
| "supportsDeveloperRole": false, | |
| "supportsReasoningEffort": false, | |
| "maxTokensField": "max_tokens" | |
| }, | |
| "models": [ | |
| { | |
| "id": "deepseek-v4-pro", | |
| "name": "DeepSeek: DeepSeek V4 Pro", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 1000000, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 0.4, | |
| "output": 0.85, | |
| "cacheRead": 0.003, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek-v4-pro-precision", | |
| "name": "DeepSeek: DeepSeek V4 Pro (Precision)", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 1000000, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 1.25, | |
| "output": 2.5, | |
| "cacheRead": 0.25, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek-v4-flash", | |
| "name": "DeepSeek: DeepSeek V4 Flash", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 1000000, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 0.12, | |
| "output": 0.21, | |
| "cacheRead": 0.02, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "deepseek-v3.2", | |
| "name": "DeepSeek: DeepSeek V3.2", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 163840, | |
| "maxTokens": 163840, | |
| "cost": { | |
| "input": 0.28, | |
| "output": 0.38, | |
| "cacheRead": 0.06, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "glm-5.1", | |
| "name": "Z.ai: GLM 5.1", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 202752, | |
| "maxTokens": 202752, | |
| "cost": { | |
| "input": 0.45, | |
| "output": 2.1, | |
| "cacheRead": 0.09, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "glm-5.1-precision", | |
| "name": "Z.ai: GLM 5.1 (Precision)", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 202752, | |
| "maxTokens": 202752, | |
| "cost": { | |
| "input": 0.75, | |
| "output": 2.9, | |
| "cacheRead": 0.15, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "greg", | |
| "name": "Experiment!: Greg", | |
| "reasoning": false, | |
| "input": ["text"], | |
| "contextWindow": 200000, | |
| "maxTokens": 200000, | |
| "cost": { | |
| "input": 0.3, | |
| "output": 0.3, | |
| "cacheRead": 0.06, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "kimi-k2.6", | |
| "name": "MoonshotAI: Kimi K2.6", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.5, | |
| "output": 1.99, | |
| "cacheRead": 0.1, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "kimi-k2.6-precision", | |
| "name": "MoonshotAI: Kimi K2.6 (Precision)", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.55, | |
| "output": 2.7, | |
| "cacheRead": 0.11, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "kimi-k2.5", | |
| "name": "MoonshotAI: Kimi K2.5", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.35, | |
| "output": 1.7, | |
| "cacheRead": 0.07, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "kimi-k2.5-lightning", | |
| "name": "MoonshotAI: Kimi K2.5 (Lightning)", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 131072, | |
| "maxTokens": 32768, | |
| "cost": { "input": 1, "output": 3, "cacheRead": 0.2, "cacheWrite": 0 } | |
| }, | |
| { | |
| "id": "glm-5", | |
| "name": "Z.ai: GLM 5", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 202752, | |
| "maxTokens": 202752, | |
| "cost": { | |
| "input": 0.48, | |
| "output": 1.9, | |
| "cacheRead": 0.1, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "glm-4.7", | |
| "name": "Z.AI: GLM 4.7", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 202752, | |
| "maxTokens": 202752, | |
| "cost": { | |
| "input": 0.25, | |
| "output": 1.1, | |
| "cacheRead": 0.05, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "glm-4.7-flash", | |
| "name": "Z.AI: GLM 4.7 Flash", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 202752, | |
| "maxTokens": 131072, | |
| "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 } | |
| }, | |
| { | |
| "id": "gemma-4-31b-it", | |
| "name": "Google: Gemma 4 31B", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.1, | |
| "output": 0.3, | |
| "cacheRead": 0.02, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "minimax-m2.5", | |
| "name": "MiniMax: MiniMax M2.5", | |
| "reasoning": false, | |
| "input": ["text"], | |
| "contextWindow": 204800, | |
| "maxTokens": 131072, | |
| "cost": { | |
| "input": 0.11, | |
| "output": 0.95, | |
| "cacheRead": 0.02, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen3.6-27b", | |
| "name": "Qwen: Qwen3.6 27B", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.2, | |
| "output": 1.5, | |
| "cacheRead": 0.04, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen3.5-397b-a17b", | |
| "name": "Qwen: Qwen3.5 397B A17B", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.35, | |
| "output": 1.75, | |
| "cacheRead": 0.07, | |
| "cacheWrite": 0 | |
| } | |
| }, | |
| { | |
| "id": "qwen3.5-9b", | |
| "name": "Qwen: Qwen3.5 9B", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 } | |
| }, | |
| { | |
| "id": "qwen3.5-9b-chat", | |
| "name": "Qwen: Qwen3.5 9B (Chat)", | |
| "reasoning": true, | |
| "input": ["text", "image"], | |
| "contextWindow": 262144, | |
| "maxTokens": 262144, | |
| "cost": { | |
| "input": 0.04, | |
| "output": 0.15, | |
| "cacheRead": 0.008, | |
| "cacheWrite": 0 | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment