{
  "providers": {
    "tokenin": {
      "api": "openai-completions",
      "baseUrl": "https://lite.andlet.me/v1",
      "authHeader": true,
      "compat": {
        "supportsDeveloperRole": false,
        "supportsUsageInStreaming": true,
        "maxTokensField": "max_tokens"
      },
      "models": [
        {
          "id": "deepseek-v4-flash",
          "name": "DeepSeek V4 Flash",
          "reasoning": true,
          "input": ["text"],
          "contextWindow": 1000000,
          "cost": {
            "input": 0.14,
            "output": 0.28,
            "cacheRead": 0.0028,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "requiresReasoningContentOnAssistantMessages": true,
            "thinkingFormat": "deepseek"
          }
        },
        {
          "id": "kimi-k2.7-code",
          "name": "Kimi K2.7 Code",
          "reasoning": true,
          "input": ["text", "image"],
          "contextWindow": 262128,
          "cost": {
            "input": 0.95,
            "output": 4,
            "cacheRead": 0.2375,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false
          }
        },
        {
          "id": "kimi-k2.6",
          "name": "Kimi K2.6",
          "reasoning": true,
          "input": ["text", "image"],
          "contextWindow": 262128,
          "cost": {
            "input": 0.69,
            "output": 3.22,
            "cacheRead": 0.1725,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false
          }
        },
        {
          "id": "qwen3.5-397b",
          "name": "Qwen3.5 397B",
          "reasoning": true,
          "input": ["text"],
          "contextWindow": 262128,
          "cost": {
            "input": 0.69,
            "output": 4.14,
            "cacheRead": 0.1725,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false
          }
        },
        {
          "id": "qwen3.6-35b",
          "name": "Qwen3.6 35B",
          "reasoning": true,
          "input": ["text", "image"],
          "contextWindow": 131056,
          "cost": {
            "input": 0.29,
            "output": 1.15,
            "cacheRead": 0.0725,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false
          }
        },
        {
          "id": "qwen3.6-35b-fast",
          "name": "Qwen3.6 35B Fast",
          "reasoning": false,
          "input": ["text", "image"],
          "contextWindow": 131056,
          "cost": {
            "input": 0.29,
            "output": 1.15,
            "cacheRead": 0.0725,
            "cacheWrite": 0
          },
          "compat": {
            "supportsReasoningEffort": false
          }
        },
        {
          "id": "glm-5.2",
          "name": "GLM-5.2",
          "reasoning": true,
          "input": ["text"],
          "contextWindow": 1000000,
          "cost": {
            "input": 1.45,
            "output": 4.5,
            "cacheRead": 0.3625,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": true
          }
        },
        {
          "id": "glm-5.2-fast",
          "name": "GLM-5.2 Fast",
          "reasoning": false,
          "input": ["text"],
          "contextWindow": 1000000,
          "cost": {
            "input": 1.45,
            "output": 4.5,
            "cacheRead": 0.3625,
            "cacheWrite": 0
          },
          "compat": {
            "supportsReasoningEffort": true
          }
        }
      ]
    }
  }
}
