{
  "type": "ollama",
  "name": "Ollama",
  "default": "minimax-m3:cloud",
  "setup": "Modeles locaux: ollama pull <id> (gratuit, pas de compte). Modeles :cloud: ollama signin requis (ollama.com) — certains sont GRATUITS avec quota (reset 5h + hebdo, 1 concurrent), d'autres exigent un ABONNEMENT Pro 20$/mois ou Max 100$/mois AVANT usage (403 sinon). Verifie le badge dans le picker. Source : ollama.com/pricing, teste par API le 2026-07-02",
  "models": [
    {
      "id": "glm-5.2:cloud",
      "name": "GLM 5.2 Cloud",
      "tier": "subscription",
      "signin_required": "ollama",
      "location": "cloud",
      "context": null,
      "note": "flagship Z.ai, taches longues/agentiques — ABONNEMENT Pro/Max requis (ollama.com/upgrade), erreur 403 en compte gratuit"
    },
    {
      "id": "minimax-m3:cloud",
      "name": "MiniMax M3 Cloud",
      "tier": "quota",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 1000000,
      "note": "coding/agentique frontier, 1M ctx — quota 5h+hebdo, 1 concurrent"
    },
    {
      "id": "deepseek-v4-pro:cloud",
      "name": "DeepSeek V4 Pro Cloud",
      "tier": "subscription",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 1000000,
      "note": "MoE frontier, 3 modes de reasoning, 1M ctx — ABONNEMENT Pro/Max requis (ollama.com/upgrade), erreur 403 en compte gratuit"
    },
    {
      "id": "deepseek-v4-flash:cloud",
      "name": "DeepSeek V4 Flash Cloud",
      "tier": "subscription",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 1000000,
      "note": "284B/13B actifs, coding/agents rapides, 1M ctx — ABONNEMENT Pro/Max requis (ollama.com/upgrade), erreur 403 en compte gratuit"
    },
    {
      "id": "kimi-k2.7-code:cloud",
      "name": "Kimi K2.7 Code Cloud",
      "tier": "subscription",
      "signin_required": "ollama",
      "location": "cloud",
      "context": null,
      "note": "coding Moonshot avec vision — ABONNEMENT Pro/Max requis (ollama.com/upgrade), erreur 403 en compte gratuit"
    },
    {
      "id": "qwen3-coder:480b-cloud",
      "name": "Qwen3 Coder 480B Cloud",
      "tier": "quota",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 256000,
      "note": "coding specialiste 480B, 256K ctx — quota 5h+hebdo, 1 concurrent"
    },
    {
      "id": "qwen3.5:cloud",
      "name": "Qwen3.5 Cloud",
      "tier": "subscription",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 256000,
      "note": "coding/agent polyvalent, 256K ctx — ABONNEMENT Pro/Max requis (ollama.com/upgrade), erreur 403 en compte gratuit"
    },
    {
      "id": "gpt-oss:120b-cloud",
      "name": "GPT-OSS 120B Cloud",
      "tier": "quota",
      "signin_required": "ollama",
      "location": "cloud",
      "context": 128000,
      "note": "reasoning OpenAI open-weight, tools, 128K ctx — quota 5h+hebdo, 1 concurrent"
    },
    {
      "id": "qwen3-coder:30b",
      "name": "Qwen3 Coder 30B (local)",
      "tier": "free",
      "location": "local",
      "context": 256000,
      "ram_gb": 24,
      "disk_gb": 19,
      "note": "coding MoE 30B-A3B, tools, 256K ctx — RAM mini a contexte modere, OOM possible a 256K"
    },
    {
      "id": "glm-4.7-flash",
      "name": "GLM 4.7 Flash (local)",
      "tier": "free",
      "location": "local",
      "context": 198000,
      "ram_gb": 24,
      "disk_gb": 19,
      "note": "MoE 30B-A3B 'meilleur de sa classe 30B', 198K ctx (q4_K_M) — Ollama >= 0.14.3"
    },
    {
      "id": "gpt-oss:20b",
      "name": "GPT-OSS 20B (local)",
      "tier": "free",
      "location": "local",
      "context": 128000,
      "ram_gb": 18,
      "disk_gb": 14,
      "note": "reasoning + tools (function calling, structured output), 128K ctx"
    },
    {
      "id": "gpt-oss:120b",
      "name": "GPT-OSS 120B (local)",
      "tier": "free",
      "location": "local",
      "context": 128000,
      "ram_gb": 76,
      "disk_gb": 65,
      "note": "reasoning lourd + tools, 128K ctx — ~76GB RAM/VRAM, machines costaudes uniquement"
    },
    {
      "id": "gemma4:26b",
      "name": "Gemma 4 26B (local)",
      "tier": "free",
      "location": "local",
      "context": null,
      "ram_gb": 22,
      "disk_gb": 18,
      "note": "MoE 25.2B/3.8B actifs, tools, multimodal"
    },
    {
      "id": "granite4.1:8b",
      "name": "Granite 4.1 8B (local)",
      "tier": "free",
      "location": "local",
      "context": 128000,
      "ram_gb": 8,
      "disk_gb": 5,
      "note": "leger, tool use, 128K ctx — tourne sur machine modeste"
    },
    {
      "id": "qwen3.5:9b",
      "name": "Qwen3.5 9B (local)",
      "tier": "free",
      "location": "local",
      "context": 256000,
      "ram_gb": 10,
      "disk_gb": 7,
      "note": "256K ctx — bon rapport taille/contexte"
    }
  ]
}
