You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEAR AI Cloud is the platform where AI runs on your terms — fully private, verifiable, and user-owned.
14
-
Deploy and scale powerful language models on TEE-enabled GPUs with on-chain guarantees. Built for the
15
-
age of agentic AI, NEAR AI Cloud gives your models the power to act, reason, and transact — while you
16
-
retain complete control over the stack.
17
+
**Run AI models with complete privacy.** NEAR AI Cloud delivers verifiable private inference through hardware-enforced security, giving you access to leading AI models without compromising your data. Built on Trusted Execution Environments (TEEs) and blockchain verification, your computations remain private, tamper-proof, and under your control.
17
18
18
-
NEAR AI Cloud provides:
19
-
20
-
-**Unified API for AI Models**: Access leading AI models like DeepSeek, Llama, OpenAI, Qwen and more through a single API
21
-
-**Private Inference**: All AI computations run in Trusted Execution Environments (TEEs) ensuring end-to-end privacy and verifiability
22
-
-**Flexible Payments**: Top up or pay as you go
19
+
## Why NEAR AI Cloud?
23
20
21
+
<divclassName="feature-highlight">
22
+
<divclassName="feature-highlight-icon">
23
+
<VerifiedPrivateIcon />
24
+
</div>
25
+
<divclassName="feature-highlight-content">
26
+
<h3>Verifiable Private Inference</h3>
27
+
<p>All AI computations run privately and securely in Trusted Execution Environments (TEEs) ensuring no one can access your data. </p>
<p> Understand how to verify and validate secure interactions with AI models</p>
46
-
</a>
46
+
<divclassName="feature-highlight-content">
47
+
<h3>Flexible Payments</h3>
48
+
<p>Top up or pay as you go with seamless payment options that scale with your needs</p>
49
+
</div>
50
+
</div>
47
51
</div>
48
52
53
+
## Why Trusted Execution Environments?
54
+
55
+
Trusted Execution Environments (TEEs) are encrypted secure areas inside CPUs and GPUs that run code and process data in complete isolation. Think of them as secure vaults within the hardware itself.
56
+
57
+
**What makes TEEs secure:**
58
+
-**Isolated Processing**: Data inside the TEE cannot be seen by the host OS, other applications, or even cloud infrastructure providers
59
+
-**Tamper-Proof**: Code and data inside the TEE cannot be modified or intercepted
60
+
-**Verifiable**: You can cryptographically verify that the TEE is genuine and model requests are processed in that secure environment.
61
+
62
+
## Your Data Stays Yours
63
+
64
+
With NEAR AI Cloud, your data remains truly private. Model providers, cloud infrastructure providers, and NEAR itself cannot see, access, mine, or use your data to train models. You get the power of leading AI models — like DeepSeek, Llama, OpenAI, and Qwen — with absolute confidence in your data privacy.
65
+
66
+
## Get Started
67
+
68
+
<FeatureCardGrid>
69
+
<FeatureCard
70
+
icon={QuickstartIcon}
71
+
title="Quick Start"
72
+
description="Start building private, verifiable AI in minutes"
73
+
href="./quickstart"
74
+
/>
75
+
<FeatureCard
76
+
icon={PrivateInferenceIcon}
77
+
title="Private Inference"
78
+
description="Learn about the secure architecture and how your data is protected"
79
+
href="./private-inference"
80
+
/>
81
+
<FeatureCard
82
+
icon={VerificationIcon}
83
+
title="Verification"
84
+
description="Understand how to verify and validate secure interactions with AI models"
[NEAR AI Cloud](https://cloud.near.ai) offers developers access to private, verifiable AI models through a unified API. This guide will walk you through setting up your account, creating API keys, and making your first requests.
18
+
[NEAR AI Cloud](https://cloud.near.ai) offers developers access to secure, private, verifiable AI models through a unified API. This quickstart guide will walk you through creating an accountand making your first requests in minutes.
Copy file name to clipboardExpand all lines: docs/cloud/verification/index.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,11 @@ slug: /cloud/verification
6
6
description: ""
7
7
---
8
8
9
-
# Verification
10
-
11
9
[NEAR AI Cloud](https://cloud.near.ai) operates in Trusted Execution Environments (TEEs) which use cryptographic proofs to verify that your private AI conversations actually happened in secure, isolated environments - not on compromised systems or with unauthorized access.
12
10
13
11
This section will show you step-by-step processes for checking these proofs, validating digital signatures, and confirming that your AI interactions haven't been tampered with.
14
12
15
-
---
16
-
17
-
## Overview
18
-
19
-
### How NEAR AI Cloud Verification Works:
13
+
## How NEAR AI Cloud Verification Works
20
14
21
15
1.**Secure Key Generation:** When NEAR AI Cloud initializes, it generates a unique cryptographic signing key pair inside the Trusted Execution Environment (TEE). The private key never leaves the secure hardware.
0 commit comments