91 lines
1.9 KiB
JSON
91 lines
1.9 KiB
JSON
{
|
||
"id": "bifrost-v1-env-huggingface",
|
||
"name": "Bifrost V1 – huggingface",
|
||
"values": [
|
||
{
|
||
"key": "base_url",
|
||
"value": "http://localhost:8080",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "provider",
|
||
"value": "huggingface",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "model",
|
||
"value": "groq/meta-llama/Llama-3.3-70B-Instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "model_invoke",
|
||
"value": "groq/meta-llama/Llama-3.3-70B-Instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "embedding_model",
|
||
"value": "sambanova/intfloat/e5-mistral-7b-instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "speech_model",
|
||
"value": "fal-ai/hexgrad/Kokoro-82M",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "transcription_model",
|
||
"value": "fal-ai/openai/whisper-large-v3",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "image_model",
|
||
"value": "fal-ai/fal-ai/flux/dev",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "batch_id",
|
||
"value": "batch_123",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "file_id",
|
||
"value": "file_123",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "container_id",
|
||
"value": "container_123",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "chat_model",
|
||
"value": "groq/meta-llama/Llama-3.3-70B-Instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "text_completion_model",
|
||
"value": "groq/meta-llama/Llama-3.3-70B-Instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
},
|
||
{
|
||
"key": "responses_model",
|
||
"value": "groq/meta-llama/Llama-3.3-70B-Instruct",
|
||
"type": "default",
|
||
"enabled": true
|
||
}
|
||
]
|
||
}
|