दस्तावेज / देखी
धोरणाच्यो देखी
सात कॉपी-पेस्ट-तयार यंत्र-वाचपी धोरणाच्यो देखी — एका किमान AICR जाहीरनाम्या थावन, pay-per-crawl सारक्या HTTP 402 जापे मेरेन. तुमची स्वताची तयार करपाक खेळमळो वापरात.
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 जाप
एआय क्रॉलरान परवान्याच्या टोकना बगर परवानगी आशिल्लो मजकूर मागल्यार, सर्व्हर कितें परत दिवं शकता — बंद रस्त्या बदला एक यंत्र-कार्यान्वयनीय कोट.
{
"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 प्रोफायल)
एक शिकपाची परवानगी प्रोफायल जी परत मेळोवप आनी एम्बेडिंगाक येवकार दिता पूण श्रेय गरजेचें करता आनी जशेंच्यातशें याद दवरप नाकारता.
{
"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
वेपारी वापराखातीर संपर्क करचो पडटा
वाट-विशिश्ट ओव्हरराइड: ब्लॉग उकतो आसा, प्रीमियम संशोधन विभागाक वाचपा परस चड खंयच्याय गजालीखातीर परवानो गरजेचो.
{
"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
}
}
}
]
} तुमची स्वताची धोरण फायल तयार करपाची आसा? खेळमळो उगडात →