{ "id": "groq", "enabledByDefault": true, "providers": ["groq"], "providerEndpoints": [ { "endpointClass": "groq-native", "hosts": ["api.groq.com"] } ], "providerRequest": { "providers": { "groq": { "family": "groq" } } }, "providerAuthEnvVars": { "groq": ["GROQ_API_KEY"] }, "contracts": { "mediaUnderstandingProviders": ["groq"] }, "mediaUnderstandingProviderMetadata": { "groq": { "capabilities": ["audio"], "defaultModels": { "audio": "whisper-large-v3-turbo" }, "autoPriority": { "audio": 20 } } }, "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }