Hön na Kontenü
AGIRight.org

Ambeti / Atapande

Atapande ti Ndïä

Atapande ti ndïä so masïni alîngbi tî diko mörö, so alîngbi tî kopî fadësô fadësô — ti londo na wärängö AICR ti kete ahon, juska na kîri-tënë HTTP 402 na lêgë ti futa-oko-oko-ti-crawl. Mû playground tî sâra oko ti mo mvenî.

v0.2MIT

01 · AICR

Ndïä ti AICR ti Kôzo

Wärängö ti dröa ti kete ahon: azi ndali ti dïko na kûrû tënë na fängö-iri, ye kûê so ayeke na yâ ahon a batä ni.

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

Catalogue ti AICL ti Kôzo

Anivo Ûse ti Licence: nivo senge ti azo kûê, na nivo ti mbongo so ahunda contact.

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

Kîri-Tënë HTTP 402 na Lêgë ti Futa-Oko-Oko-Ti-Crawl

Ye so serveur alîngbi tî kîri, tongana crawler ti IA ahunda kontenü so ayeke na licence, aga token ti licence oko pëpe alâ — hunda-ngêrë so masïni alîngbi tî sâra kua na ndö ni, aga lêgë so akanga.

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

Licence ti Gïngö-Ndo Gï

Senge ndali ti sarango ti gïngö-ndo, na angbâti ti batängö; sarango ti mbongo oko oko ahunda contact. Ayeke nzönî ndali ti asite ti université na adataset.

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

Ndïä ti Kontenü so Fängö na Ndö ni Ayeke Pëpe

Azi kûê na anivo ti ndüzü — dïko, kûrû tënë, citation, RAG — atâ abatä polêlê fängö ti modèle na fängö-kêtê.

/.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 A Mû Yëngö na Fängö-Iri (profil AILP)

Profil ti yëngö ti mändängö so ayika wärängö na embedding, me ahunda fängö-iri na akanga girisängö-tënë so ayeke tî mîngbâ.

/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

Sarango ti mbongo ahunda contact

Alëkëngö so ayeke gï ndali ti lêgë oko oko: blog ayeke azi, undêrê ti gïngö-ndo so kötä ahunda licence ndali ti ye kûê so ahon dïko.

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

Mo Yê tî Sâra Mbeti ti Ndïä ti Mo Mvenî? Zî Playground →