mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
* feat(macos): load onboarding providers from gateway * test(crestodian): widen setup config mock * fix(crestodian): satisfy onboarding lint gate * chore(macos): refresh onboarding localization inventory * test(plugins): cover guided Copilot secret metadata
207 lines
5.1 KiB
JSON
207 lines
5.1 KiB
JSON
{
|
|
"id": "groq",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["groq"],
|
|
"providerEndpoints": [
|
|
{
|
|
"endpointClass": "groq-native",
|
|
"hosts": ["api.groq.com"]
|
|
}
|
|
],
|
|
"providerRequest": {
|
|
"providers": {
|
|
"groq": {
|
|
"family": "groq"
|
|
}
|
|
}
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "groq",
|
|
"authMethods": ["api-key"],
|
|
"envVars": ["GROQ_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "groq",
|
|
"method": "api-key",
|
|
"choiceId": "groq-api-key",
|
|
"appGuidedSecret": true,
|
|
"choiceLabel": "Groq API key",
|
|
"choiceHint": "Fast OpenAI-compatible inference",
|
|
"groupId": "groq",
|
|
"groupLabel": "Groq",
|
|
"optionKey": "groqApiKey",
|
|
"cliFlag": "--groq-api-key",
|
|
"cliOption": "--groq-api-key <key>",
|
|
"cliDescription": "Groq API key"
|
|
}
|
|
],
|
|
"modelCatalog": {
|
|
"providers": {
|
|
"groq": {
|
|
"baseUrl": "https://api.groq.com/openai/v1",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "groq/compound",
|
|
"name": "Compound",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "groq/compound-mini",
|
|
"name": "Compound Mini",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "llama-3.1-8b-instant",
|
|
"name": "Llama 3.1 8B Instant",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 131072,
|
|
"cost": {
|
|
"input": 0.05,
|
|
"output": 0.08,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "llama-3.3-70b-versatile",
|
|
"name": "Llama 3.3 70B Versatile",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 32768,
|
|
"cost": {
|
|
"input": 0.59,
|
|
"output": 0.79,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
"name": "Llama 4 Scout 17B",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"mediaInput": {
|
|
"image": { "maxPixels": 33177600, "preferredSidePx": 2048, "tokenMode": "provider" }
|
|
},
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0.11,
|
|
"output": 0.34,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "openai/gpt-oss-120b",
|
|
"name": "GPT OSS 120B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 65536,
|
|
"cost": {
|
|
"input": 0.15,
|
|
"output": 0.6,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "openai/gpt-oss-20b",
|
|
"name": "GPT OSS 20B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 65536,
|
|
"cost": {
|
|
"input": 0.075,
|
|
"output": 0.3,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "openai/gpt-oss-safeguard-20b",
|
|
"name": "Safety GPT OSS 20B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 65536,
|
|
"cost": {
|
|
"input": 0.075,
|
|
"output": 0.3,
|
|
"cacheRead": 0.037,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "qwen/qwen3-32b",
|
|
"name": "Qwen3 32B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 40960,
|
|
"cost": {
|
|
"input": 0.29,
|
|
"output": 0.59,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"discovery": {
|
|
"groq": "static"
|
|
}
|
|
},
|
|
"contracts": {
|
|
"mediaUnderstandingProviders": ["groq"]
|
|
},
|
|
"mediaUnderstandingProviderMetadata": {
|
|
"groq": {
|
|
"capabilities": ["audio"],
|
|
"defaultModels": {
|
|
"audio": "whisper-large-v3-turbo"
|
|
},
|
|
"autoPriority": {
|
|
"audio": 20
|
|
}
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|