/
/
/
1{
2 "config_entries": {
3 "service": {
4 "label": "Service",
5 "options": {
6 "openai": "OpenAI",
7 "groq": "Groq",
8 "openrouter": "OpenRouter",
9 "together": "Together AI",
10 "ollama": "Ollama",
11 "lmstudio": "LM Studio",
12 "custom": "Something else"
13 }
14 },
15 "base_url": {
16 "label": "API base URL",
17 "description": "Address of the API, including the version path. Adjust this if the service does not run where it normally would, for example on another machine than Music Assistant."
18 },
19 "api_key": {
20 "label": "API key",
21 "description": "Leave empty for a local server that does not ask for a key. When changing these settings later, leave it empty to keep the key you already saved."
22 },
23 "clear_api_key": {
24 "label": "Remove the saved API key",
25 "description": "Tick this when moving to a service that does not use a key."
26 },
27 "models": {
28 "label": "Models",
29 "description": "Pick the models you want to use. Each one becomes a separate choice for the AI features, so you can use a fast model for simple tasks and a smarter one where it matters."
30 }
31 },
32 "setup_flow": {
33 "service": {
34 "title": "Choose a service",
35 "description": "Anything that speaks the OpenAI API works here. Pick one of the services below to fill in its address for you, or choose \"Something else\" to enter your own."
36 },
37 "connection": {
38 "title": "Connection details",
39 "description": "Once connected, choose the models you want to use in the provider settings."
40 }
41 },
42 "errors": {
43 "invalid_api_key": "The service did not accept this API key. Check the key and try again.",
44 "cannot_connect": "Could not reach the service. Check the base URL and make sure the service is running."
45 },
46 "manifest": {
47 "description": "Use any service that speaks the OpenAI API for Music Assistant's AI features, including OpenAI, Groq, OpenRouter, Together and local servers such as Ollama or LM Studio."
48 }
49}
50