Ditokumente / Mehlala
Mehlala ya Pholisi
Mehlala ye šupago ya dipholisi tše di balwago ke metšhene tše di itokišeditšego go kopša-le-go-kgomaretšwa — go tloga phatlalatšong ya motheo ya AICR go ya karabong ya HTTP 402 ya mohuta wa pay-per-crawl. Diriša playground go hlama ya gago.
01 · AICR
Pholisi ya motheo ya AICR
Phatlalatšo ya ditokelo ye nyenyane: e bulegetše go balwa le go akaretšwa ka go boletšwe mothopo, tšohle tše di tseneletšego di beetšwe fase.
{
"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
Katalogo ya motheo ya AICL
Maemo a mabedi a laesense: maemo a phatlalatša a mahala le maemo a kgwebo a theilwego godimo ga kgokagano.
{
"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
Karabo ya HTTP 402 ya mohuta wa pay-per-crawl
Seo server e ka se bušetšago ge crawler ya AI e kgopela diteng tše di nago le laesense ntle le token ya laesense — tekanyo yeo metšhene e ka dirago ka yona go e na le go ya felo.
{
"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
Laesense ya Dinyakišišo Feela
Ke mahala bakeng sa tirišo ya dinyakišišo ka mellwane ya go boloka; tirišo efe goba efe ya kgwebo e nyaka kgokagano. E hola bakeng sa mafelo a thuto le dikologanyo tša data.
{
"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
Pholisi ya diteng tša go se hlahle
Go bulega ka botlalo maemong a se nago botebo — go bala, go akaretša, go tsopola, RAG — mola go beelwa ka mo go tiilego thupelo ya mmotlolo le fine-tuning.
{
"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 e dumeletšwe ka go bolela mothopo (profaele ya AILP)
Profaele ya tumelelo ya go ithuta yeo e amogelago go tsopola le embedding, eupša e nyaka gore go boletšwe mothopo gomme e gana go gopolwa ga mantšu ka moka.
{
"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
Tirišo ya kgwebo e nyaka kgokagano
Diphetošo tša go ya ka tsela: blog e bulegile, karolo ya dinyakišišo ya maemo a godimo e nyaka laesense bakeng sa selo se sengwe le se sengwe ka thoko ga go bala.
{
"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
}
}
}
]
} O nyaka go hlama faele ya gago ya pholisi? Bula playground →