ወደ ይዘት ዝለል
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 ምላሽ

አንድ 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
        }
      }
    }
  ]
}

የራስዎን የፖሊሲ ፋይል ማመንጨት ይፈልጋሉ? መጫወቻውን ይክፈቱ →