{
    "presetVersion": "1.0",
    "providers": {
        "deepseek": {
            "name": "DeepSeek",
            "baseUrl": "https://api.deepseek.com",
            "models": [
                {
                    "id": "deepseek-chat",
                    "name": "DeepSeek Chat",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "deepseek-reasoner",
                    "name": "DeepSeek Reasoner",
                    "types": [
                        "llm"
                    ]
                }
            ]
        },
        "dashscope": {
            "name": "DashScope (Alibaba)",
            "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
            "models": [
                {
                    "id": "qwen-max",
                    "name": "Qwen Max",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "qwen-plus",
                    "name": "Qwen Plus",
                    "types": [
                        "llm"
                    ]
                }
            ]
        },
        "openai": {
            "name": "OpenAI",
            "baseUrl": "https://api.openai.com/v1",
            "models": [
                {
                    "id": "gpt-4o",
                    "name": "GPT-4o",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "gpt-4o-mini",
                    "name": "GPT-4o Mini",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "text-embedding-3-small",
                    "name": "Text Embedding 3 Small",
                    "types": [
                        "embedding"
                    ]
                }
            ]
        },
        "openai-custom": {
            "name": "OpenAI (自定义)",
            "models": [
                {
                    "id": "qwen3.5:4b",
                    "name": "Qwen3.5 4B",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "gpt-4o",
                    "name": "GPT-4o",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "gpt-4o-mini",
                    "name": "GPT-4o Mini",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "gpt-4-turbo",
                    "name": "GPT-4 Turbo",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "gpt-3.5-turbo",
                    "name": "GPT-3.5 Turbo",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "text-embedding-3-small",
                    "name": "Text Embedding 3 Small",
                    "types": [
                        "embedding"
                    ]
                },
                {
                    "id": "text-embedding-ada-002",
                    "name": "Text Embedding Ada 002",
                    "types": [
                        "embedding"
                    ]
                }
            ]
        },
        "nvidia": {
            "name": "NVIDIA",
            "baseUrl": "https://integrate.api.nvidia.com/v1",
            "models": [
                {
                    "id": "moonshotai/kimi-k2.5",
                    "name": "Kimi K2.5",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "nvidia/nemotron-nano-12b-v2",
                    "name": "Nemotron Nano 12B v2",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "nvidia/nemotron-nano-9b-v2",
                    "name": "Nemotron Nano 9B v2",
                    "types": [
                        "llm"
                    ]
                }
            ]
        },
        "kimi": {
            "name": "Kimi (Moonshot)",
            "baseUrl": "https://api.moonshot.cn/v1",
            "models": [
                {
                    "id": "moonshot-v1-8k",
                    "name": "Moonshot 8K",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "moonshot-v1-32k",
                    "name": "Moonshot 32K",
                    "types": [
                        "llm"
                    ]
                },
                {
                    "id": "moonshot-v1-128k",
                    "name": "Moonshot 128K",
                    "types": [
                        "llm"
                    ]
                }
            ]
        }
    }
}