flow2 / moldovan-qwen /data /studio_settings.json
AndrianBalanescu
fix: require auth only when FLOW_API_KEY is explicitly set
434c049
Raw
History Blame Contribute Delete
3.7 kB
{
"hf_token": "",
"openrouter_key": "",
"minimax_key": "",
"elevenlabs_key": "",
"fal_key": "",
"active_models": {
"chat": "Qwen/Qwen2.5-7B-Instruct",
"music": "facebook/musicgen-large",
"tts": "hexgrad/Kokoro-82M",
"video": "Wan-AI/Wan2.1-T2V-14B",
"image": "black-forest-labs/FLUX.1-schnell"
},
"providers_enabled": {
"huggingface": true,
"openrouter": true,
"minimax": false,
"elevenlabs": false,
"local_fallback": true
},
"custom_endpoints": {
"whisper": "http://homelab:8086/v1/transcribe",
"flow_space": "https://abalanescu-flow2.hf.space/v1"
},
"custom_providers": [
{
"name": "Local vLLM",
"base_url": "http://100.70.158.21:8000/v1"
}
],
"model_catalog": {
"audio": [
{
"id": "facebook/musicgen-large",
"label": "MusicGen Large",
"provider": "huggingface",
"capabilities": [
"music"
]
},
{
"id": "facebook/musicgen-medium",
"label": "MusicGen Medium",
"provider": "huggingface",
"capabilities": [
"music"
]
},
{
"id": "facebook/musicgen-small",
"label": "MusicGen Small",
"provider": "huggingface",
"capabilities": [
"music"
]
},
{
"id": "stabilityai/stable-audio-open-1.0",
"label": "Stable Audio Open",
"provider": "huggingface",
"capabilities": [
"music",
"sfx"
]
},
{
"id": "m-a-p/MERT-v1-330M",
"label": "MERT Audio Encoder",
"provider": "huggingface",
"capabilities": [
"audio-analysis"
]
},
{
"id": "hexgrad/Kokoro-82M",
"label": "Kokoro TTS",
"provider": "huggingface",
"capabilities": [
"tts"
]
},
{
"id": "facebook/mms-tts-ron",
"label": "MMS Romanian TTS",
"provider": "huggingface",
"capabilities": [
"tts"
]
}
],
"video": [
{
"id": "Wan-AI/Wan2.1-T2V-14B",
"label": "Wan 2.1 Text to Video",
"provider": "huggingface",
"capabilities": [
"video"
]
},
{
"id": "Wan-AI/Wan2.1-T2V-1.3B",
"label": "Wan 2.1 Fast Video",
"provider": "huggingface",
"capabilities": [
"video"
]
},
{
"id": "THUDM/CogVideoX-5b",
"label": "CogVideoX 5B",
"provider": "huggingface",
"capabilities": [
"video"
]
},
{
"id": "Lightricks/LTX-Video",
"label": "LTX Video",
"provider": "huggingface",
"capabilities": [
"video"
]
},
{
"id": "black-forest-labs/FLUX.1-dev",
"label": "FLUX.1 Dev",
"provider": "huggingface",
"capabilities": [
"image",
"keyframes"
]
},
{
"id": "black-forest-labs/FLUX.1-schnell",
"label": "FLUX.1 Schnell",
"provider": "huggingface",
"capabilities": [
"image",
"keyframes"
]
}
],
"text": [
{
"id": "Qwen/Qwen2.5-72B-Instruct",
"label": "Qwen 2.5 72B",
"provider": "huggingface",
"capabilities": [
"chat",
"lyrics",
"scripts"
]
},
{
"id": "Qwen/Qwen3-32B",
"label": "Qwen3 32B",
"provider": "huggingface",
"capabilities": [
"chat",
"lyrics",
"scripts"
]
}
]
}
}