कागजातहरू / उदाहरणहरू
नीति उदाहरणहरू
सात प्रतिलिपि-टाँस्न-तयार मेसिन-पठनीय नीति उदाहरणहरू — न्यूनतम AICR घोषणादेखि pay-per-crawl शैलीको HTTP 402 प्रतिक्रियासम्म। आफ्नै उत्पन्न गर्न प्लेग्राउन्ड प्रयोग गर्नुहोस्।
01 · AICR
आधारभूत AICR नीति
एक न्यूनतम अधिकार घोषणा: attribution सहित पढ्न र सारांश बनाउनका लागि खुला, यसभन्दा गहिरो सबै कुरा सुरक्षित।
{
"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 क्रलरले इजाजतपत्र token बिना इजाजतप्राप्त सामग्री अनुरोध गर्दा सर्भरले के फर्काउन सक्छ — मृत अन्त्यको साटो मेसिन-कार्ययोग्य उद्धरण।
{
"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 — जबकि मोडेल प्रशिक्षण र 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 अनुमतिप्राप्त (AILP प्रोफाइल)
पुनःप्राप्ति (retrieval) र embedding लाई स्वागत गर्ने तर attribution आवश्यक पार्ने र यथावत् (verbatim) स्मरणलाई अस्वीकार गर्ने सिकाइ-अनुमति प्रोफाइल।
{
"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
}
}
}
]
} आफ्नै नीति फाइल उत्पन्न गर्न चाहनुहुन्छ? प्लेग्राउन्ड खोल्नुहोस् →