29 lines
524 B
JSON
29 lines
524 B
JSON
{
|
|
"sources": [
|
|
{
|
|
"url": "https://groq.com"
|
|
}
|
|
],
|
|
"id": "llama2-70b-4096",
|
|
"object": "model",
|
|
"name": "Groq Llama 2 70b",
|
|
"version": "1.0",
|
|
"description": "Groq Llama 2 70b with supercharged speed!",
|
|
"format": "api",
|
|
"settings": {
|
|
"text_model": false
|
|
},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7,
|
|
"top_p": 1,
|
|
"stop": null,
|
|
"stream": true
|
|
},
|
|
"metadata": {
|
|
"author": "Meta",
|
|
"tags": ["General", "Big Context Length"]
|
|
},
|
|
"engine": "groq"
|
|
}
|