Ale dirèkteman nan kontni an
AGIRight.org

Dokiman / Egzanp

Egzanp Politik

Sèt egzanp politik machin ka li prè pou kopye-kole — soti nan yon deklarasyon AICR minimal rive nan yon repons HTTP 402 nan stil pay-per-crawl. Itilize playground la pou jenere pa w.

v0.2MIT

01 · AICR

Politik AICR debaz

Yon deklarasyon dwa minimòm: ouvè pou li ak fè rezime avèk atribisyon, tout lòt bagay ki pi fon rezève.

/.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

Katalòg AICL debaz

De nivo lisans: yon nivo piblik gratis ak yon nivo komèsyal baze sou kontak.

/.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

Repons HTTP 402 nan stil peye-pou-endekse (pay-per-crawl)

Sa yon sèvè ka retounen lè yon crawler AI mande kontni ki gen lisans san yon token lisans — yon pri machin ka aji sou li olye pou yon kilbite san sòti.

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

Lisans pou rechèch sèlman

Gratis pou itilizasyon rechèch avèk limit retansyon; nenpòt itilizasyon komèsyal egzije yon kontak. Itil pou sit akademik ak seri done.

/.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

Politik kontni san antrenman

Louvri maksimòm nan nivo pa fon — li, fè rezime, site, RAG — pandan yo rezève kategorikman antrenman modèl ak ajisteman fen.

/.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 pèmèt avèk atribisyon (pwofil AILP)

Yon pwofil otorizasyon aprantisaj ki aksepte rekiperasyon ak embedding men ki egzije atribisyon epi ki refize memorizasyon mo pou mo.

/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

Itilizasyon komèsyal egzije yon kontak

Anilasyon espesifik pa chemen: blog la ouvè, seksyon rechèch premyòm nan mande yon lisans pou tout sa ki pi lwen pase li.

/.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
        }
      }
    }
  ]
}

Ou vle jenere pwòp dosye politik ou? Louvri playground la →