Wụga na ọdịnaya
AGIRight.org

Akwụkwọ / Ihe Atụ

Ihe Atụ Amụma

Ihe atụ amụma igwe ọrụ ga-agụ asaa dị njikere maka ndebata na ntinye — site na nkwupụta AICR dị nta ruo n'azịza HTTP 402 n'ụdị pay-per-crawl. Jiri ebe egwuregwu mepụta nke gị.

v0.2MIT

01 · AICR

Amụma AICR bụ isi

Nkwupụta ikike dị nta: emeghere maka ịgụ na ịchịkọta yana ikwuputa isi mmalite, ihe ọ bụla miri emi ka a debere.

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

Ndepụta AICL bụ isi

Ọkwa ikike ọrụ abụọ: ọkwa ọha n'efu na ọkwa azụmahịa dabere n'ịkpọtụ.

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

Azịza HTTP 402 n'ụdị pay-per-crawl

Ihe sava nwere ike ịzaghachi mgbe crawler AI rịọrọ ọdịnaya enyere ikike ọrụ n'enweghị token ikike ọrụ — quote igwe ọrụ nwere ike ime ihe na ya kama ọgwụgwụ ụzọ.

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

Ikike ọrụ maka nchọpụta naanị

N'efu maka ojiji nchọpụta nwere oke nchekwa; ojiji azụmahịa ọ bụla chọrọ ka a kpọtụrụ. Ọ baara uru maka weebụ agụmakwụkwọ na dataset.

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

Amụma ọdịnaya enweghị ọzụzụ

Emeghere nke ukwuu n'ọkwa dị nro — ịgụ, ịchịkọta, ịkwutu, RAG — ka a na-edobe kpọmkwem ọzụzụ modeli na 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 kwadoro yana ikwuputa isi mmalite (profaịlụ AILP)

Profaịlụ ikike ịmụta nke na-anabata inweta na embedding ma na-achọ ka a kwuputa isi mmalite ma jụ ka e chekwaa okwu n'okwu.

/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

Ojiji azụmahịa chọrọ ka a kpọtụrụ

Mgbanwe kwa ụzọ: blog emeghere, ngalaba nchọpụta dị elu chọrọ ikike ọrụ maka ihe ọ bụla karịrị ịgụ.

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

Ị chọrọ imepụta faịlụ amụma nke gị? Meghee ebe egwuregwu →