Files
ragflow/conf/models/groq.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

130 lines
2.2 KiB
JSON

{
"name": "Groq",
"url": {
"default": "https://api.groq.com/openai/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"asr": "audio/transcriptions",
"tts": "audio/speech"
},
"class": "groq",
"models": [
{
"name": "llama-3.1-8b-instant",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "llama-3.3-70b-versatile",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "openai/gpt-oss-120b",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "openai/gpt-oss-20b",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "groq/compound",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "groq/compound-mini",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "openai/gpt-oss-20b",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "meta-llama/llama-4-scout-17b-16e-instruct",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen3-32b",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "canopylabs/orpheus-v1-english",
"model_types": [
"tts"
]
},
{
"name": "canopylabs/orpheus-arabic-saudi",
"model_types": [
"tts"
]
},
{
"name": "whisper-large-v3-turbo",
"model_types": [
"asr"
]
},
{
"name": "whisper-large-v3",
"model_types": [
"asr"
]
}
]
}