ਸਮੱਗਰੀ 'ਤੇ ਜਾਓ
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
        }
      }
    }
  ]
}

ਆਪਣੀ ਖੁਦ ਦੀ ਨੀਤੀ ਫਾਈਲ ਬਣਾਉਣੀ ਚਾਹੁੰਦੇ ਹੋ? ਪਲੇਗ੍ਰਾਊਂਡ ਖੋਲ੍ਹੋ →