التخطي إلى المحتوى
AGIRight.org

الوثائق / الأمثلة

أمثلة السياسات

سبعة أمثلة سياسات قابلة للقراءة الآلية وجاهزة للنسخ واللصق — من إعلان AICR بالحد الأدنى إلى استجابة 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

استجابة HTTP 402 بنمط الدفع لكل زحف

ما يمكن أن يعيده الخادم عندما يطلب زاحف ذكاء اصطناعي محتوى مرخّصًا دون رمز ترخيص — عرض سعر قابل للتنفيذ آليًا بدلاً من طريق مسدود.

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

أتريد توليد ملف السياسة الخاص بك؟ فتح ساحة التجربة ←