mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 07:10:43 +00:00
44 lines
790 B
JSON
44 lines
790 B
JSON
{
|
|
"id": "groq",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"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": {}
|
|
}
|
|
}
|