বিষয়বস্তুলৈ যাওক
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
        }
      }
    }
  ]
}

আপোনাৰ নিজৰ নীতি ফাইল সৃষ্টি কৰিব বিচাৰেনে? প্লেগ্ৰাউণ্ড মুকলি কৰক →