{
  "id": "deepgram",
  "activation": {
    "onStartup": false
  },
  "enabledByDefault": true,
  "providerAuthEnvVars": {
    "deepgram": [
      "DEEPGRAM_API_KEY"
    ]
  },
  "contracts": {
    "mediaUnderstandingProviders": [
      "deepgram"
    ],
    "realtimeTranscriptionProviders": [
      "deepgram"
    ]
  },
  "mediaUnderstandingProviderMetadata": {
    "deepgram": {
      "capabilities": [
        "audio"
      ],
      "defaultModels": {
        "audio": "nova-3"
      },
      "autoPriority": {
        "audio": 30
      }
    }
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
