Sanitized for public release: - Removed all API keys, tokens, and secrets - Removed personal Discord IDs from hermes-openclaw.json - Updated git URLs to be generic placeholders - All sensitive data uses environment variable interpolation
56 lines
No EOL
1.3 KiB
JSON
56 lines
No EOL
1.3 KiB
JSON
{
|
|
"groq": {
|
|
"baseUrl": "https://api.groq.com/openai/v1",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "llama-3.3-70b-versatile",
|
|
"name": "Llama 3.3 70B Versatile",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 128000,
|
|
"maxTokens": 8192
|
|
},
|
|
{
|
|
"id": "llama-3.1-70b-versatile",
|
|
"name": "Llama 3.1 70B Versatile",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192
|
|
},
|
|
{
|
|
"id": "llama-3.1-8b-instant",
|
|
"name": "Llama 3.1 8B Instant",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192
|
|
},
|
|
{
|
|
"id": "mixtral-8x7b-32768",
|
|
"name": "Mixtral 8x7B",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 4096
|
|
},
|
|
{
|
|
"id": "gemma2-9b-it",
|
|
"name": "Gemma 2 9B",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 8192,
|
|
"maxTokens": 8192
|
|
},
|
|
{
|
|
"id": "deepseek-r1-distill-llama-70b",
|
|
"name": "DeepSeek R1 Distill Llama 70B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
} |