{
  "id": "meta",
  "activation": {
    "onStartup": false
  },
  "enabledByDefault": true,
  "providers": [
    "meta"
  ],
  "providerEndpoints": [
    {
      "endpointClass": "meta-native",
      "hosts": [
        "api.meta.ai"
      ]
    }
  ],
  "providerRequest": {
    "providers": {
      "meta": {
        "family": "meta"
      }
    }
  },
  "modelCatalog": {
    "providers": {
      "meta": {
        "baseUrl": "https://api.meta.ai/v1",
        "api": "openai-responses",
        "models": [
          {
            "id": "muse-spark-1.1",
            "name": "Muse Spark 1.1",
            "reasoning": true,
            "input": [
              "text",
              "image"
            ],
            "contextWindow": 1048576,
            "maxTokens": 131072,
            "thinkingLevelMap": {
              "off": "minimal",
              "minimal": "minimal",
              "low": "low",
              "medium": "medium",
              "high": "high",
              "xhigh": "xhigh"
            },
            "compat": {
              "supportsTools": true,
              "supportsReasoningEffort": true,
              "supportedReasoningEfforts": [
                "minimal",
                "low",
                "medium",
                "high",
                "xhigh"
              ]
            },
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            }
          }
        ]
      }
    },
    "discovery": {
      "meta": "static"
    }
  },
  "setup": {
    "providers": [
      {
        "id": "meta",
        "authMethods": [
          "api-key"
        ],
        "envVars": [
          "MODEL_API_KEY"
        ]
      }
    ]
  },
  "providerAuthChoices": [
    {
      "provider": "meta",
      "method": "api-key",
      "choiceId": "meta-api-key",
      "appGuidedSecret": true,
      "choiceLabel": "Meta API key",
      "choiceHint": "Meta (Responses API)",
      "groupId": "meta",
      "groupLabel": "Meta",
      "groupHint": "Meta (Responses API)",
      "onboardingFeatured": true,
      "optionKey": "metaApiKey",
      "cliFlag": "--meta-api-key",
      "cliOption": "--meta-api-key <key>",
      "cliDescription": "Meta API key"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
