ކޮންޓެންޓަށް ދިއުން
AGIRight.org

ޑޮކިއުމަންޓޭޝަން / މިސާލުތައް

ސިޔާސަތު މިސާލުތައް

ކޮޕީ-ޕޭސްޓް ތައްޔާރު، މެޝިނަށް ކިޔެވޭ ފަދަ ހަތް ސިޔާސަތު މިސާލު — މިނިމަލް AICR ބަޔާނަކުން ފެށިގެން، pay-per-crawl ވައްތަރު HTTP 402 ޖަވާބަކާ ހަމައަށެވެ. ތިޔަބޭފުޅުންގެ އަމިއްލަ އެއް ޖެނެރޭޓްކުރުމަށް Playground ބޭނުންކުރައްވާ.

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

ތިޔަބޭފުޅުންގެ އަމިއްލަ ސިޔާސަތު ފައިލެއް ޖެނެރޭޓްކުރައްވަން ބޭނުންފުޅުތޯ؟ Playground ހުޅުވާ →