267 lines
14 KiB
HTML
267 lines
14 KiB
HTML
<!--
|
|
This is free software for the public good of a permacomputer hosted at
|
|
permacomputer.com, an always-on computer by the people, for the people.
|
|
One which is durable, easy to repair, & distributed like tap water
|
|
for machine learning intelligence.
|
|
|
|
The permacomputer is community-owned infrastructure optimized around
|
|
four values:
|
|
|
|
TRUTH First principles, math & science, open source code freely distributed
|
|
FREEDOM Voluntary partnerships, freedom from tyranny & corporate control
|
|
HARMONY Minimal waste, self-renewing systems with diverse thriving connections
|
|
LOVE Be yourself without hurting others, cooperation through natural law
|
|
|
|
This software contributes to that vision by making machine learning
|
|
accessible to everyone through a free, open, embeddable chat interface.
|
|
Code is seeds to sprout on any abandoned technology.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#43a047">
|
|
<meta name="color-scheme" content="light dark">
|
|
<title>Terms of Use | uncloseai.com</title>
|
|
|
|
<!-- PicoCSS -->
|
|
<link rel="stylesheet" href="/css/pico.classless.min.css">
|
|
<!-- ChunkFive Font -->
|
|
<link rel="stylesheet" href="/css/chunkfive/stylesheet.css" type="text/css" charset="utf-8" />
|
|
<!-- Sidebar Theme -->
|
|
<link rel="stylesheet" href="/css/sidebar-theme.css">
|
|
|
|
<!-- Theme Switcher Script -->
|
|
<script>
|
|
function switchTheme(theme) {
|
|
if (theme === "auto") {
|
|
document.documentElement.removeAttribute('data-theme');
|
|
} else {
|
|
document.documentElement.setAttribute('data-theme', theme);
|
|
}
|
|
}
|
|
|
|
// Disable custom styling for uncloseai.js - use PicoCSS instead
|
|
window.UNCLOSEAI_CUSTOM_STYLING = false;
|
|
</script>
|
|
|
|
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Mobile menu toggle -->
|
|
<button class="sidebar-toggle" onclick="document.querySelector('.sidebar').classList.toggle('open')">
|
|
☰
|
|
</button>
|
|
|
|
<!-- Left sidebar - Main Navigation -->
|
|
<aside class="sidebar">
|
|
<div class="table-of-contents">
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/c-examples.html">C Examples</a></li>
|
|
<li><a href="/csharp-examples.html">C# Examples</a></li>
|
|
<li><a href="/dart-examples.html">Dart Examples</a></li>
|
|
<li><a href="/elixir-examples.html">Elixir Examples</a></li>
|
|
<li><a href="/go-examples.html">Go Examples</a></li>
|
|
<li><a href="/java-examples.html">Java Examples</a></li>
|
|
<li><a href="/kotlin-examples.html">Kotlin Examples</a></li>
|
|
<li><a href="/nodejs-examples.html">Node.js Examples</a></li>
|
|
<li><a href="/php-examples.html">PHP Examples</a></li>
|
|
<li><a href="/python-examples.html">Python Examples</a></li>
|
|
<li><a href="/ruby-examples.html">Ruby Examples</a></li>
|
|
<li><a href="/rust-examples.html">Rust Examples</a></li>
|
|
<li><a href="/swift-examples.html">Swift Examples</a></li>
|
|
<li><a href="/uncloseai-js.html">uncloseai.js Docs</a></li>
|
|
<li><a href="/uncloseai-js-styleguide.html">Styleguide</a></li>
|
|
<li><a href="/cli.html">uncloseai-cli</a></li>
|
|
<li><a href="/browser-toys.html">Browser Toys</a></li>
|
|
<li><a href="/inference.html">Inference Setup</a></li>
|
|
<li><a href="/text-to-speech.html">Text-to-Speech</a></li>
|
|
<li><a href="/crawler.html">Our Crawler</a></li>
|
|
<li><a href="/reverse-retrieval-augmented-generations-rag.html">Reverse RAG</a></li>
|
|
<li><a href="/languages" target="_blank">🔗 All Languages</a></li>
|
|
<li><a href="https://shop.unturf.com/p/8486f492-a93e-11f0-b477-02dfe05770ee/uncloseai-machine-learning-reference-guide-to-inference-clients" target="_blank">📚 Book</a></li>
|
|
<li><a href="/privacy-policy.html">Privacy Policy</a></li>
|
|
<li><a href="/terms-of-use.html" class="active">Terms of Use</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</aside>
|
|
|
|
<!-- Main content -->
|
|
<main>
|
|
<header>
|
|
<hgroup>
|
|
<a href="https://uncloseai.com"><h1 class="unturf" style="font-family: 'ChunkFiveRegular';">uncloseai.</h1></a>
|
|
<p>Terms of Use</p>
|
|
</hgroup>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#" onclick="switchTheme('auto')">Auto</a></li>
|
|
<li><a href="#" onclick="switchTheme('light')">Light</a></li>
|
|
<li><a href="#" onclick="switchTheme('dark')">Dark</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<h2>Terms of Use</h2>
|
|
<p><strong>Last Updated:</strong> 2025-11-07</p>
|
|
|
|
<h3>Agreement to Terms</h3>
|
|
<p>By accessing and using <strong>uncloseai.com</strong> (the "Service"), you agree to be bound by these Terms of Use. If you do not agree to these terms, please do not use our Service.</p>
|
|
|
|
<h3>Description of Service</h3>
|
|
|
|
<p><strong>uncloseai.com</strong> provides free machine learning inference services, including:</p>
|
|
<ul>
|
|
<li><strong>Chat Completion:</strong> Conversational machine learning powered by Hermes and Qwen models</li>
|
|
<li><strong>Text-to-Speech:</strong> Speech synthesis services</li>
|
|
<li><strong>Code Examples:</strong> Open source client implementations in 42+ programming languages</li>
|
|
<li><strong>Documentation:</strong> Technical guides and reference materials</li>
|
|
</ul>
|
|
|
|
<p>Our mission is to provide accessible machine learning tools for everyone - free as in beer and free as in freedom.</p>
|
|
|
|
<h3>Acceptable Use</h3>
|
|
|
|
<p>You agree to use the Service only for lawful purposes and in accordance with these Terms. You agree NOT to:</p>
|
|
<ul>
|
|
<li>Use the Service in any way that violates applicable federal, state, local, or international law</li>
|
|
<li>Attempt to circumvent rate limits or abuse prevention measures</li>
|
|
<li>Use automated systems to make excessive requests that degrade service quality for others</li>
|
|
<li>Attempt to gain unauthorized access to any portion of the Service or related systems</li>
|
|
<li>Use the Service to generate content that is illegal, harmful, threatening, abusive, harassing, defamatory, or otherwise objectionable</li>
|
|
<li>Impersonate any person or entity, or falsely state or misrepresent your affiliation with any person or entity</li>
|
|
<li>Interfere with or disrupt the Service or servers or networks connected to the Service</li>
|
|
<li>Use the Service to develop competing machine learning services without attribution</li>
|
|
</ul>
|
|
|
|
<h3>Rate Limiting and Abuse Prevention</h3>
|
|
|
|
<p>To ensure fair access for all users, we implement automated rate limiting:</p>
|
|
<ul>
|
|
<li><strong>IP-Based Rate Limits:</strong> We track IP addresses to prevent service abuse, not to monitor individual users</li>
|
|
<li><strong>Request Throttling:</strong> Excessive requests from a single IP may be automatically throttled or temporarily blocked</li>
|
|
<li><strong>Fair Use:</strong> We reserve the right to limit access to users who make unreasonable demands on our infrastructure</li>
|
|
</ul>
|
|
|
|
<p>If you need higher rate limits for legitimate use cases, please contact us to discuss options.</p>
|
|
|
|
<h3>Service Availability</h3>
|
|
|
|
<p>We strive to maintain high availability, but we make no guarantees:</p>
|
|
<ul>
|
|
<li><strong>No SLA:</strong> This is a free service provided as-is with no Service Level Agreement</li>
|
|
<li><strong>Maintenance:</strong> We may perform maintenance or updates without notice</li>
|
|
<li><strong>Interruptions:</strong> Service may be interrupted due to technical issues, maintenance, or resource constraints</li>
|
|
<li><strong>Right to Modify:</strong> We reserve the right to modify, suspend, or discontinue the Service at any time</li>
|
|
</ul>
|
|
|
|
<h3>Content and Intellectual Property</h3>
|
|
|
|
<h4>Your Content</h4>
|
|
<ul>
|
|
<li>You retain ownership of content you submit to the Service (prompts, messages, etc.)</li>
|
|
<li>By using the Service, you grant us a license to process your content solely for the purpose of providing the Service</li>
|
|
<li>We do not claim ownership of machine learning-generated responses</li>
|
|
<li>We do not permanently store your prompts or conversations (see <a href="/privacy-policy.html">Privacy Policy</a>)</li>
|
|
</ul>
|
|
|
|
<h4>Our Content</h4>
|
|
<ul>
|
|
<li><strong>Source Code:</strong> Our codebase is open source and available under public domain dedication</li>
|
|
<li><strong>Documentation:</strong> Freely available for use, modification, and distribution</li>
|
|
<li><strong>Models:</strong> We use open source machine learning models (Hermes, Qwen) - refer to their respective licenses</li>
|
|
<li><strong>Website Design:</strong> Uses PicoCSS and other open source components</li>
|
|
</ul>
|
|
|
|
<h3>Disclaimer of Warranties</h3>
|
|
|
|
<p>THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO:</p>
|
|
<ul>
|
|
<li>Warranties of merchantability, fitness for a particular purpose, or non-infringement</li>
|
|
<li>Accuracy, reliability, or completeness of machine learning-generated content</li>
|
|
<li>Uninterrupted or error-free operation</li>
|
|
<li>Security of data transmission over the Internet</li>
|
|
</ul>
|
|
|
|
<p>machine learning-generated content may be inaccurate, biased, or incomplete. You are responsible for verifying information before relying on it.</p>
|
|
|
|
<h3>Limitation of Liability</h3>
|
|
|
|
<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, UNCLOSEAI.COM AND ITS OPERATORS SHALL NOT BE LIABLE FOR:</p>
|
|
<ul>
|
|
<li>Any indirect, incidental, special, consequential, or punitive damages</li>
|
|
<li>Loss of data, revenue, or profits arising from use of the Service</li>
|
|
<li>Damages resulting from machine learning-generated content or decisions made based on such content</li>
|
|
<li>Service interruptions, delays, or unavailability</li>
|
|
<li>Unauthorized access to or alteration of your transmissions or data</li>
|
|
</ul>
|
|
|
|
<p>IN NO EVENT SHALL OUR TOTAL LIABILITY EXCEED $0 (ZERO DOLLARS), REFLECTING THE FREE NATURE OF THE SERVICE.</p>
|
|
|
|
<h3>Indemnification</h3>
|
|
|
|
<p>You agree to indemnify and hold harmless uncloseai.com, its operators, and contributors from any claims, damages, losses, liabilities, and expenses (including legal fees) arising from:</p>
|
|
<ul>
|
|
<li>Your use of the Service</li>
|
|
<li>Your violation of these Terms</li>
|
|
<li>Your violation of any rights of another party</li>
|
|
<li>Content you submit to the Service</li>
|
|
</ul>
|
|
|
|
<h3>Third-Party Services</h3>
|
|
|
|
<p>Our Service may contain links to third-party websites or services (Remarkbox, CDN providers, etc.) that are not owned or controlled by uncloseai.com. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party services.</p>
|
|
|
|
<h3>Open Source Commitment</h3>
|
|
|
|
<p>In the spirit of transparency and collaboration:</p>
|
|
<ul>
|
|
<li><strong>Source Code:</strong> Available at <a href="https://git.unturf.com/engineering/unturf/uncloseai.com" target="_blank">https://git.unturf.com/engineering/unturf/uncloseai.com</a></li>
|
|
<li><strong>Contributions:</strong> Community contributions are welcome via pull requests</li>
|
|
<li><strong>Attribution:</strong> While not required, attribution is appreciated when using our code</li>
|
|
<li><strong>Self-Hosting:</strong> You are free to run your own instance using our code and documentation</li>
|
|
</ul>
|
|
|
|
<h3>Modifications to Terms</h3>
|
|
|
|
<p>We reserve the right to modify these Terms at any time. Changes will be posted on this page with an updated "Last Updated" date. Your continued use of the Service after changes constitutes acceptance of the modified Terms.</p>
|
|
|
|
<h3>Governing Law</h3>
|
|
|
|
<p>These Terms shall be governed by and construed in accordance with the laws of the United States, without regard to conflict of law provisions.</p>
|
|
|
|
<h3>Severability</h3>
|
|
|
|
<p>If any provision of these Terms is found to be unenforceable or invalid, that provision shall be limited or eliminated to the minimum extent necessary, and the remaining provisions shall remain in full force and effect.</p>
|
|
|
|
<h3>Entire Agreement</h3>
|
|
|
|
<p>These Terms, together with our <a href="/privacy-policy.html">Privacy Policy</a>, constitute the entire agreement between you and uncloseai.com regarding the Service and supersede all prior agreements.</p>
|
|
|
|
<h3>Questions</h3>
|
|
|
|
<p>We do not respond to questions about these Terms of Use. This is a free service provided as-is with no support obligations.</p>
|
|
|
|
<p>For transparency, our entire codebase is open source and publicly available for review.</p>
|
|
|
|
<h3>Acknowledgment</h3>
|
|
|
|
<p>BY USING THE SERVICE, YOU ACKNOWLEDGE THAT YOU HAVE READ THESE TERMS OF USE AND AGREE TO BE BOUND BY THEM.</p>
|
|
|
|
<footer>
|
|
<small>© uncloseai. 2025</small>
|
|
<br>
|
|
<small>Stylesheets by <a href="https://picocss.com" target="_blank">PicoCSS</a></small>
|
|
<br>
|
|
<small><a href="/">Back to Home</a> | <a href="/privacy-policy.html">Privacy Policy</a></small>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|