Tlolela ho diteng
AGIRight.org

Ditokomane / Mehlala

Mehlala ya Maano

Mehlala e supileng ya maano a balehang ke mochini a lokiseditsweng ho kopwa le ho kgomaretswa — ho tloha boitsebisong bo tlase ba AICR ho ea karabong ya HTTP 402 ya mofuta wa pay-per-crawl. Sebedisa playground ho etsa ya hao.

v0.2MIT

01 · AICR

Leano la Motheo la AICR

Boitsebiso ba litokelo bo tlase ka ho fetisisa: bo bulehile bakeng sa ho bala le ho akaretsa ka polelo ya mohlodi, tsohle tse tebileng ho feta moo di beetswe thoko.

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "example.org",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "training": { "allowed": false },
    "commercial_use": { "allowed": false },
    "redistribution": { "allowed": false }
  }
}

02 · AICL

Katalogo ya Motheo ya AICL

Mekgahlelo e mmedi ya dilaesense: mokgahlelo wa setjhaba wa mahala le mokgahlelo wa kgwebo o itshetlehileng ho ho ikopanngwa.

/.well-known/aicl.json
{
  "version": "0.1",
  "protocol": "AICL",
  "publisher": "example.org",
  "licenses": [
    {
      "id": "public_read",
      "rights": ["read", "summarize"],
      "price": { "amount": "0", "currency": "USD" },
      "conditions": ["attribution_required"]
    },
    {
      "id": "commercial",
      "rights": ["training", "commercial_use"],
      "requires_contact": true,
      "contact": "licensing@example.org"
    }
  ]
}

03 · AICL

Karabo ya HTTP 402 ya Mofuta wa Pay-per-crawl

Seo seva e ka se kgutlisang ha crawler ya AI e kopa diteng tse nang le laesense ntle le token ya laesense — theko e sebetsang ka mochini ho e-na le tsela e koetsweng.

HTTP/1.1 402 Payment Required
{
  "error": "license_required",
  "message": "This resource requires a license for AI use.",
  "aicl": "https://example.org/.well-known/aicl.json",
  "applicable_licenses": [
    {
      "id": "metered_rag",
      "rights": ["rag"],
      "price": {
        "amount": "0.002",
        "currency": "USD",
        "unit": "per_request"
      }
    }
  ],
  "quote_endpoint": "https://example.org/api/aicl/quote",
  "contact": "licensing@example.org"
}

04 · AICL

Laesense ya Dipatlisiso Feela

Ke mahala bakeng sa tshebediso ya dipatlisiso ka meeli ya poloko; tshebediso efe kapa efe ya kgwebo e hloka hore ho ikopanngwe le rona. E thusa disebaka tsa thuto le didataseta.

/.well-known/aicl.json
{
  "version": "0.1",
  "protocol": "AICL",
  "publisher": "research-lab.example",
  "licenses": [
    {
      "id": "academic_research",
      "rights": ["read", "summarize", "rag", "transform"],
      "price": { "amount": "0", "currency": "USD" },
      "conditions": [
        "attribution_required",
        "research_use_only",
        "retention_days_90",
        "no_commercial_use"
      ]
    },
    {
      "id": "commercial",
      "rights": ["training", "commercial_use"],
      "requires_contact": true,
      "contact": "data-office@research-lab.example"
    }
  ]
}

05 · AICR

Leano la Diteng tse Sa Koetliseng

E bulehile ka ho fetisisa mekgahlelong e batsi — ho bala, ho akaretsa, ho qotsa, RAG — ha e boloka ka ho hlaka koetliso ya mmotlolo le tlhophiso e nepahetseng.

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "creator.example",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "quotation": {
      "allowed": true,
      "max_excerpt_words": 150,
      "attribution_required": true
    },
    "rag_use": {
      "allowed": true,
      "attribution_required": true
    },
    "training": { "allowed": false },
    "commercial_use": {
      "allowed": false,
      "license_required": true,
      "permission_contact": "hello@creator.example"
    }
  }
}

06 · AILP

RAG e Dumeletswe ka Polelo ya Mohlodi (profaele ya AILP)

Profaele ya tumello ya ho ithuta e amohelang phumano le embedding, empa e hloka polelo ya mohlodi mme e hana ho bolokwa ha mantswe ka botlalo.

/ai/rights-spectrum.json
{
  "version": "0.1",
  "protocol": "AILP",
  "publisher": "blog.example",
  "default": {
    "access": "allowed",
    "indexing": "allowed",
    "inference_input": "allowed",
    "embedding": "allowed",
    "training": "license_required",
    "fine_tuning": "license_required",
    "distillation": "denied",
    "verbatim_memory": "denied",
    "attribution": "required",
    "compensation": "contact"
  },
  "contact": "author@blog.example"
}

07 · AICR

Tshebediso ya kgwebo e hloka hore ho ikopanngwe le rona

Diphetoho tsa tsela e itseng: blog e bulehile, karolo ya dipatlisiso tsa boleng bo hodimo e hloka laesense bakeng sa eng kapa eng e ka nqane ho ho bala.

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "publisher.example",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "training": {
      "allowed": false,
      "license_required": true,
      "permission_contact": "sales@publisher.example"
    }
  },
  "resource_overrides": [
    {
      "path": "/premium/*",
      "policy": {
        "summarization": { "allowed": false },
        "rag_use": {
          "allowed": false,
          "license_required": true
        }
      }
    }
  ]
}

Na o batla ho etsa faele ya hao ya leano? Bula Playground →