{
  "note": "Best-effort, family-level license data for seller diligence. mtok.market does not gate paid offers by model license in the current launch config; sellers are responsible for the right to share or sell what they list. This is NOT legal advice; verify the specific model and version. See docs/licensing.md.",
  "paidEligibleStatuses": [
    "permissive"
  ],
  "families": [
    {
      "family": "mistral",
      "matches": [
        "mistral",
        "mixtral",
        "ministral",
        "mathstral"
      ],
      "license": "Apache-2.0",
      "status": "permissive",
      "note": "most Mistral base/instruct are Apache-2.0; Codestral and some research weights are NOT — verify the specific model"
    },
    {
      "family": "qwen",
      "matches": [
        "qwen"
      ],
      "license": "Apache-2.0",
      "status": "permissive",
      "note": "most Qwen2.5/Qwen3 sizes are Apache-2.0; a few use the Qwen license — verify"
    },
    {
      "family": "falcon",
      "matches": [
        "falcon"
      ],
      "license": "Apache-2.0",
      "status": "permissive"
    },
    {
      "family": "phi-3",
      "matches": [
        "phi-3",
        "phi3",
        "phi-4",
        "phi4"
      ],
      "license": "MIT",
      "status": "permissive"
    },
    {
      "family": "olmo",
      "matches": [
        "olmo",
        "smollm",
        "tinyllama",
        "mpt-",
        "pythia",
        "gpt-neox",
        "redpajama",
        "openllama",
        "open_llama"
      ],
      "license": "Apache-2.0 / MIT",
      "status": "permissive"
    },
    {
      "family": "yi-",
      "matches": [
        "yi-",
        "yi1",
        "yi-1",
        "yi-2"
      ],
      "license": "Apache-2.0",
      "status": "permissive",
      "note": "Yi was relicensed to Apache-2.0"
    },
    {
      "family": "llama",
      "matches": [
        "llama"
      ],
      "license": "Meta Llama Community License",
      "status": "restricted",
      "note": "source-available, NOT OSI open-source; acceptable-use policy + a >700M-MAU commercial clause"
    },
    {
      "family": "gemma",
      "matches": [
        "gemma"
      ],
      "license": "Gemma Terms of Use",
      "status": "restricted",
      "note": "Google's own terms; not OSI open-source"
    },
    {
      "family": "command-r",
      "matches": [
        "command-r",
        "command-a",
        "c4ai",
        "aya"
      ],
      "license": "CC-BY-NC-4.0",
      "status": "noncommercial",
      "note": "NON-COMMERCIAL license — not resellable"
    },
    {
      "family": "deepseek",
      "matches": [
        "deepseek"
      ],
      "license": "varies (MIT / DeepSeek License)",
      "status": "review",
      "note": "mixed across models — verify the specific one"
    }
  ]
}