Dokiman / Legzanp
Legzanp Politik
Set legzanp politik ki masin i kapab lir, pare pour kopye-kole — depi en deklarasyon AICR minimal ziska en repons HTTP 402 style pay-per-crawl. Servi playground pour zenere ou prop en.
01 · AICR
Politik AICR debaz
En deklarasyon drwa minimal: ouver pour lekti ek rezime avek atribisyon, tou sa ki pli fon i reste rezève.
{
"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
Katalog AICL debaz
De nivo lisans: en nivo piblik gratis ek en nivo komersyal baze lo kontak.
{
"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
Repons HTTP 402 style peman-par-endeksasyon (pay-per-crawl)
Sa ki en servèr kapab retourn kan en crawler AI i demann kontenyen lisansye san en zeton lisans — en devi ki masin i kapab azir lo la, olye en lenpas.
{
"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
Lisans zis-pour-rese
Gratis pour servi dan rese avek limit retansyon; okenn itilizasyon komersyal i egzize kontak. Itil pour sit akademik ek lansanb done.
{
"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
Politik kontenyen san-antrennman
Maksimalman ouver o nivo fay — lekti, rezime, sitasyon, RAG — tandi ki i rezerv kategorikman antrennman model ek azisteman fen.
{
"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 pèrmet avek atribisyon (profil AILP)
En profil permisyon-aprantisaz ki akeyir rekiperasyon ek embedding me ki egzize atribisyon e ki refize memorizasyon egzakt (mo-pour-mo).
{
"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
Itilizasyon komersyal i egzize kontak
Anilasyon spesifik par semen: blog i ouver, seksyon rese premyonm i egzize en lisans pour tou sa ki opa lekti.
{
"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
}
}
}
]
} Ou anvi zenere ou prop fisye politik? Ouver playground →