مواد ڏانهن وڃو
AGIRight.org

دستاويز / مثال

پاليسي مثال

ست ڪاپي-پيسٽ لاءِ تيار مشين پڙهڻ جوڳا پاليسي مثال — هڪ گهٽ ۾ گهٽ AICR اعلان کان وٺي pay-per-crawl-انداز HTTP 402 جواب تائين. پنهنجو پاڻ ٺاهڻ لاءِ پليگراؤنڊ استعمال ڪريو.

v0.2MIT

01 · AICR

بنيادي AICR پاليسي

هڪ گهٽ ۾ گهٽ حقن جو اعلان: پڙهڻ ۽ حواله سان خلاصو ڪرڻ لاءِ کليل، ان کان اڳتي هر شيءِ محفوظ.

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

بنيادي AICL ڪئٽلاگ

ٻه لائسنس درجا: هڪ مفت عوامي درجو ۽ هڪ رابطي-بنياد تجارتي درجو.

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

pay-per-crawl-انداز HTTP 402 جواب

جڏهن ڪو AI ڪرالر لائسنس ٽوڪن کان سواءِ لائسنس ٿيل مواد جي درخواست ڪري ٿو تڏهن سرور ڇا موٽائي سگهي ٿو — هڪ بند رستي بدران مشين-عملي ڪوٽ.

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

صرف-تحقيق لائسنس

زخيري جي حدن سان تحقيقي استعمال لاءِ مفت؛ ڪنهن به تجارتي استعمال لاءِ رابطي جي ضرورت آهي. علمي سائيٽن ۽ ڊيٽا سيٽن لاءِ ڪارائتو.

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

بغير-ٽريننگ مواد پاليسي

مٿاڇري سطحن تي وڌ ۾ وڌ کليل — پڙهڻ، خلاصو ڪرڻ، حواله ڏيڻ، RAG — جڏهن ته ماڊل ٽريننگ ۽ فائن ٽيوننگ کي قطعي طور محفوظ رکندي.

/.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 جي اجازت (AILP پروفائل)

هڪ سکيا-اجازت پروفائل جيڪو ورتل ڪرڻ ۽ ايمبيڊنگ کي خوش آمديد چوي ٿو، پر حواله ڏيڻ گهرجي ٿو ۽ لفظ به لفظ ياد رکڻ کان انڪار ڪري ٿو.

/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

تجارتي استعمال لاءِ رابطي جي ضرورت آهي

پاٿ-مخصوص اوور رائيڊ: بلاگ کليل آهي، پريميئم تحقيقي حصو پڙهڻ کان اڳتي ڪنهن به شيءِ لاءِ لائسنس گهري ٿو.

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

ڇا اوهان پنهنجي پاليسي فائل ٺاهڻ چاهيو ٿا؟ پليگراؤنڊ کوليو →