Dem ci Content Bi
AGIRight.org

Dokimaa / Misaal

Misaal yu Politig

Juróom-ñaari misaal politig bu masin man a jàng, ñu man a copié-collé — li dale ci dëklaraasion AICR bu suufe ba ci tontu HTTP 402 ci anam pay-per-crawl. Jëfandiku playground bi ngir def sa bopp.

v0.2MIT

01 · AICR

Politigu AICR bu suufe

Benn dëklaraasion bu sañ-sañ bu suufe: ubbeeku ngir jàng ak dooleel ak wone kan moo bind, lu ci des dañu ko denc.

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

Katalog AICL bu suufe

Ñaari xët-xëti lisaans: xët-xët bu askan bu amul njëg ak xët-xët ci njëfandiku ci njëfandiku bu sukkandiku ci 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

Tontu HTTP 402 ci anam pay-per-crawl

Lu benn server mën a dellu bu crawler AI di laaj content bu am lisaans bu amul token lisaans — quote bu masin man a jëfandiku, du chemin bu tëj.

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

Lisaans ngir Njàngat Rekk

Amul njëg ngir njëfandiku ci njàngat ak dayo ci denc; njëfandiku ci njëfandiku bu nekk war na kontak. Am njariñ ngir sit yu akademik ak done yi.

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

Politig bu Content bu Amul Jàngale

Ubbeeku bu réy ci xët-xët yu suufe — jàng, dooleel, cite, RAG — waaye denc ci anam bu wóor jàngaleb modèl ak fine-tuning.

/.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 Nangu na ak Wone Kan Moo Bind (profil AILP)

Benn profil ci sañu jàngale bu nangu jël (retrieval) ak embedding, waaye war na wone kan moo ko bind te bañ jàppale ci xel ci anam bu wér-wér (verbatim).

/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

Njëfandiku ci njëfandiku war na joxe kontak

Coppite bu jëm ci chemin bu nekk: blog bi ubbeeku na, waaye wàllu njàngat premium dafay laaj lisaans ngir lu ëpp jàng.

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

Bëgg nga def sa dosye politig ci sa bopp? Ubbi Playground bi →