{
"customModels": [
{
"model": "zai-org/GLM-4.6",
"displayName": "GLM-4.6 [DeepInfra]",
"baseUrl": "https://api.deepinfra.com/v1/openai",
"apiKey": "YOUR_DEEPINFRA_TOKEN",
"provider": "generic-chat-completion-api",
"maxOutputTokens": 16384
},
{
"model": "deepseek-ai/DeepSeek-V3.1-Terminus",
"displayName": "DeepSeek V3.1 Terminus [DeepInfra]",
"baseUrl": "https://api.deepinfra.com/v1/openai",
"apiKey": "YOUR_DEEPINFRA_TOKEN",
"provider": "generic-chat-completion-api",
"maxOutputTokens": 16384
},
{
"model": "moonshotai/Kimi-K2-Instruct-0905",
"displayName": "Kimi K2 Instruct [DeepInfra]",
"baseUrl": "https://api.deepinfra.com/v1/openai",
"apiKey": "YOUR_DEEPINFRA_TOKEN",
"provider": "generic-chat-completion-api",
"maxOutputTokens": 32768
},
{
"model": "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",
"displayName": "Qwen3 Coder 480B [DeepInfra]",
"baseUrl": "https://api.deepinfra.com/v1/openai",
"apiKey": "YOUR_DEEPINFRA_TOKEN",
"provider": "generic-chat-completion-api",
"maxOutputTokens": 32768
}
]
}