{
  "providers": {
    "deepseek": {
      "models": [
        {
          "id": "deepseek-v4-flash",
          "name": "DeepSeek V4 Flash (Responses API)",
          "api": "openai-responses",
          "baseUrl": "https://api.deepseek.com",
          "reasoning": true,
          "thinkingLevelMap": {
            "off": null,
            "minimal": null,
            "low": "low",
            "medium": null,
            "high": "high",
            "xhigh": null,
            "max": "max"
          },
          "input": ["text"],
          "cost": {
            "input": 0.14,
            "output": 0.28,
            "cacheRead": 0.0028,
            "cacheWrite": 0
          },
          "contextWindow": 1000000,
          "maxTokens": 384000,
          "compat": {
            "supportsDeveloperRole": true,
            "sessionAffinityFormat": "openai-nosession",
            "supportsLongCacheRetention": false,
            "supportsStrictMode": false,
            "supportsOpenAIGrammarTools": false,
            "supportsToolSearch": false
          }
        }
      ]
    },
    "team-gateway": {
      "baseUrl": "https://gateway.example.com/v1",
      "api": "openai-completions-key-failover",
      "apiKey": "$YIMO_PI_GATEWAY_KEY_1",
      "apiKeys": [
        "$YIMO_PI_GATEWAY_KEY_1",
        "$YIMO_PI_GATEWAY_KEY_2"
      ],
      "failover": {
        "timeoutMs": 120000,
        "maxAttempts": 2
      },
      "models": [
        {
          "id": "your-model-id",
          "name": "Team Gateway Model",
          "reasoning": true,
          "input": ["text", "image"],
          "contextWindow": 128000,
          "maxTokens": 16384,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ]
    }
  }
}
