ཡིག་ཆ / དཔེ་མཚོན
སྲིད་བྱུས་དཔེ་མཚོན
འདྲ་བཤུས་སྦྱར་ནས་བེད་སྤྱོད་ཐུབ་པའི་འཕྲུལ་ཆས་ཀློག་ཐུབ་པའི་སྲིད་བྱུས་དཔེ་མཚོན་བདུན — ཉུང་མཐའི་ AICR གསལ་བསྒྲགས་ནས་ pay-per-crawl རྣམ་པའི་ HTTP 402 ལན་འདེབས་བར་དུ། playground བེད་སྤྱོད་ནས་རང་ཉིད་ཀྱི་སྐྲུན།
01 · AICR
AICR གཞི་རྩའི་སྲིད་བྱུས
ཐོབ་ཐང་གི་ཉུང་མཐའི་གསལ་བསྒྲགས། ཁུངས་སྦྱོར་ཡོད་པའི་ཀློག་པ་དང་སྙིང་བསྡུས་ལ་ཁ་ཕྱེ་ཡོད་ལ, དེ་ལས་ཟབ་པའི་རྣམ་པ་ཡོངས་རྫོགས་བཀག་སྡོམ་བྱས་འདུག
{
"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 གཞི་རྩའི་དཀར་ཆག
ཆོག་མཆན་གྱི་རིམ་པ་གཉིས། སྤྱི་སྤྱོད་རིན་མེད་རིམ་པ་དང་འབྲེལ་གཏུགས་གཞིར་བཟུང་ཚོང་འབྲེལ་རིམ་པ།
{
"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 འཚོལ་ཞིབ་འཕྲུལ་ཆས་ཤིག་གིས་ཆོག་མཆན་ལག་ཁྱེར་མེད་པར་ཆོག་མཆན་ཡོད་པའི་ནང་དོན་ཞུ་བའི་སྐབས, server ཞིག་གིས་ཅི་ཞིག་སླར་སྤྲོད་ཐུབ་མིན — ལམ་ཟད་ཙམ་མིན་པར, འཕྲུལ་ཆས་ཐོག་ལག་བསྟར་ཐུབ་པའི་རིན་གྲངས་ཤིག
{
"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
ཞིབ་འཇུག་ཙམ་གྱི་ཆོག་མཆན
གནས་སྐྱོང་ཚད་བཀག་ཡོད་པའི་ཞིབ་འཇུག་བེད་སྤྱོད་ཆེད་རིན་མེད; ཚོང་འབྲེལ་བེད་སྤྱོད་གང་ཡིན་ཡང་འབྲེལ་གཏུགས་དགོས། སློབ་གསོའི་ས་ཁོངས་དང་གྲངས་སྟོན་ཆེད་ཕན་ཐོགས་ཆེ།
{
"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 — བཟོ་དབྱིབས་སྦྱོང་བརྡར་དང་ཞིབ་སྒྲིག་ནི་ཡོངས་སུ་བཅར་ཡོད།
{
"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 ངོ་བཤུས)
འདྲེན་ལེན་དང་ embedding ལ་དགའ་བསུ་ཞུ་ཡང་, ཁུངས་སྦྱོར་དགོས་ཞིང་ཚིག་གྲངས་ཟུར་དུ་བརྗེད་གཟུང་བྱེད་པར་བཀག་སྡོམ་བྱེད་པའི་སློབ་སྦྱོང་ཆོག་མཆན་ངོ་བཤུས།
{
"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
ཚོང་འབྲེལ་བེད་སྤྱོད་ལ་འབྲེལ་གཏུགས་དགོས
ལམ་བུ་ངེས་ཅན་གྱི་ཟུར་བཀོད། blog ནི་ཁ་ཕྱེ; མཐོ་རིམ་ཞིབ་འཇུག་འདེབས་བྱང་ནི་ཀློག་པ་ལས་ལྷག་པའི་གང་ཡིན་ཡང་ཆོག་མཆན་དགོས།
{
"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 ཁ་ཕྱེ →