စာတမ်းများ / နမူနာများ
မူဝါဒ နမူနာများ
ကူးယူ-ကပ်ရန် အသင့်ဖြစ်သော စက်ဖတ်နိုင်သော မူဝါဒနမူနာခုနစ်ခု — အနည်းဆုံး AICR ကြေညာချက်မှ pay-per-crawl စတိုင် HTTP 402 တုံ့ပြန်ချက်အထိ။ သင့်ကိုယ်ပိုင်ကို ထုတ်လုပ်ရန် playground ကို အသုံးပြုပါ။
01 · AICR
အခြေခံ AICR မူဝါဒ
အနည်းဆုံး အခွင့်အရေး ကြေညာချက်: attribution ဖြင့် ဖတ်ရှုခြင်းနှင့် အကျဉ်းချုပ်ခြင်းအတွက် ပွင့်လင်း၊ ထို့ထက်နက်နဲသော အရာအားလုံး ချန်ထားသည်။
{
"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 ကတ်တလောက်
လိုင်စင် tier နှစ်ခု: အခမဲ့ အများသုံး tier နှင့် ဆက်သွယ်မှုအခြေခံ ကူးသန်းရောင်းဝယ်မှု tier။
{
"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 တစ်ခုက ပြန်ပေးနိုင်သည့်အရာ — dead end အစား စက်လုပ်ဆောင်နိုင်သော quote တစ်ခု။
{
"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
သုတေသနအတွက်သာ လိုင်စင်
သိမ်းဆည်းမှု ကန့်သတ်ချက်များဖြင့် သုတေသနအသုံးပြုမှုအတွက် အခမဲ့ဖြစ်သည်; မည်သည့် ကူးသန်းရောင်းဝယ်မှု အသုံးပြုမှုမဆို ဆက်သွယ်ရန် လိုအပ်သည်။ ပညာရေးဆိုင်ရာ site များနှင့် dataset များအတွက် အသုံးဝင်သည်။
{
"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
Training မပြုလုပ်ရေး အကြောင်းအရာ မူဝါဒ
model training နှင့် fine-tuning ကို အပြတ်အသတ် ချန်ထားစဉ် — ဖတ်ရှုခြင်း၊ အကျဉ်းချုပ်ခြင်း၊ ကိုးကားခြင်း၊ RAG — အနက်ကျဉ်သော level များတွင် အများဆုံး ပွင့်လင်းစေသည်။
{
"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
attribution ဖြင့် RAG ခွင့်ပြုသည် (AILP profile)
ပြန်လည်ထုတ်ယူခြင်းနှင့် embedding ကို ကြိုဆိုသော်လည်း attribution လိုအပ်ပြီး စာသားအတိအကျ မှတ်ဉာဏ်ကို ငြင်းပယ်သည့် သင်ယူခွင့် profile။
{
"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 သုတေသနအပိုင်းသည် ဖတ်ရှုခြင်းထက်ကျော်လွန်သော မည်သည့်အရာအတွက်မဆို လိုင်စင် လိုအပ်သည်။
{
"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 ကို ဖွင့်ရန် →