Dokumentatioun / Beispiller
Politik-Beispiller
Siwe maschinnlesbar Politik-Beispiller, prett fir se ze kopéieren an anzefügen — vun enger minimaler AICR-Deklaratioun bis hin zu enger HTTP-402-Äntwert am Pay-per-Crawl-Stil. Benotzt de Playground, fir Är eege ze generéieren.
01 · AICR
Einfach AICR-Politik
Eng minimal Rechterdeklaratioun: oppe fir d'Liesen an d'Resuméieren mat Attributioun, alles Déiwecht ass reservéiert.
{
"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
Einfachen AICL-Katalog
Zwou Lizenzstufen: eng gratis ëffentlech Stuf an eng kommerziell Stuf iwwer de Kontakt.
{
"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-Äntwert am Pay-per-Crawl-Stil
Wat e Server zréckginn kann, wann e KI-Crawler lizenzéierte Inhalt ouni Lizenz-Token ufreet — eng maschinnell ausféierbar Offer amplaz enger Bloccarrière.
{
"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
Lizenz nëmme fir d'Fuerschung
Gratis fir d'Notzung an der Fuerschung mat Späichergrenzen; all kommerziell Notzung erfuerdert e Kontakt. Nëtzlech fir akademesch Säiten an Datesätz.
{
"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
Inhaltspolitik ouni Training
Maximal oppe bei flaache Niveauen — Liesen, Resuméieren, Zitéieren, RAG — wärend Model-Training a Feintuning kategoresch virbehale bleiwen.
{
"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 erlaabt mat Attributioun (AILP-Profil)
E Léierlaabnis-Profil, deen Ofruff (Retrieval) an Embedding begréisst, awer Attributioun verlaangt a wuertwiertlecht Erënneren ausschléisst.
{
"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
Kommerziell Notzung erfuerdert e Kontakt
Iwwerschreiwunge pro Pad: de Blog ass op, d'Premium-Fuerschungssektioun erfuerdert eng Lizenz fir alles iwwer d'Liesen eraus.
{
"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
}
}
}
]
} Wëllt Dir Är eege Politik-Datei generéieren? De Playground opmaachen →