අන්තර්ගතයට යන්න
AGIRight.org

ලේඛන / උදාහරණ

ප්‍රතිපත්ති උදාහරණ

copy-paste-සූදානම් යන්ත්‍ර-කියවිය හැකි ප්‍රතිපත්ති උදාහරණ හතක් — අවම AICR ප්‍රකාශනයක සිට pay-per-crawl ආකාරයේ HTTP 402 ප්‍රතිචාරයක් දක්වා. ඔබේම එකක් ජනනය කිරීමට playground එක භාවිතා කරන්න.

v0.2MIT

01 · AICR

මූලික AICR ප්‍රතිපත්තිය

අවම අයිතිවාසිකම් ප්‍රකාශනයක්: credit සමඟ කියවීම සහ සාරාංශගත කිරීම සඳහා විවෘතයි, ගැඹුරු සියල්ල රඳවා තබා ඇත.

/.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 ලැයිස්තුව

බලපත්‍ර tiers දෙකක්: නොමිලේ පොදු tier එකක් සහ සම්බන්ධතා-පාදක වාණිජ tier එකක්.

/.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 crawler එකක් license token එකකින් තොරව බලපත්‍රගත අන්තර්ගතයක් ඉල්ලූ විට server එකකට ආපසු ලබාදිය හැක්කේ කුමක්ද — මිය ගිය අන්තයක් වෙනුවට යන්ත්‍ර-ක්‍රියාත්මක කළ හැකි quote එකක්.

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

පුහුණු-නොකරන අන්තර්ගත ප්‍රතිපත්තිය

නොගැඹුරු level වලදී උපරිම ලෙස විවෘතයි — කියවීම, සාරාංශගත කිරීම, උපුටාදැක්වීම, RAG — ආකෘති පුහුණුව සහ fine-tuning වර්ගීයව රඳවා තබාගෙන.

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

credit සමඟ RAG අවසර ලත් (AILP profile)

ලබාගැනීම (retrieval) සහ embedding සාදරයෙන් පිළිගන්නා නමුත් credit ලබාදීම අවශ්‍ය කරන, සහ අකුරින් අකුරට මතකයේ තැබීම ප්‍රතික්ෂේප කරන ඉගෙනුම්-අවසර profile එකක්.

/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

වාණිජ භාවිතය සඳහා සම්බන්ධතාවයක් අවශ්‍යයි

path-විශේෂිත override: blog එක විවෘතයි, premium පර්යේෂණ කොටස කියවීමට ඔබ්බෙන් ඕනෑම දෙයක් සඳහා බලපත්‍රයක් අවශ්‍ය කරයි.

/.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 එක විවෘත කරන්න →