Access frontier AI models, Agents, and powerful tools for your AI workflows, all without creating an account or submitting an email, as all services are billed in USDT. Instantly Login with a wallet like MetaMask, Phantom, Trust, and Base wallet.
Personas
Perceptron Personas are AI Agents with personality, memory, and advanced skills. They remember your conversations, work on all kinds of tasks, and live persistently on Perceptron Cloud, without requiring any setup or local installation.
Frontier AI Models
Deimos
Our flagship AI Model for frontier Agentic Intelligence
Fast and affordable, frontier quality
Balanced capabilities for everyday work
Our most capable model for your toughest tasks
Featured Models
moonshotai/kimi-k3
z-ai/glm-5.3
deepseek/deepseek-v4-pro
bytedance/seedance-2.5
bytedance/seedream-5.0-pro
hexgrad/kokoro-82m
One Unified API
curl https://perceptron.cloud/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $PERCEPTRON_API_KEY" \
-d '{
"model": "bartmoss/deimos-3.5-pro",
"messages": [
{
"role": "user",
"content": "What is the capital of Japan?"
}
],
"reasoning": {
"enabled": true
}
}'
Perceptron Studio
Create Videos, Images, Animations, and Sound with frontier generative AI Models. Every creation ready to download, remix, and share.
Agentic APIs
Connect existing AI Agents like Hermes and OpenClaw to the Perceptron API, and enhance their capabilities with fast web search, domains, and data feeds
A search engine enabling Agents to search the Internet for current and timely information
Instant domain names that help Agents host their web applications and websites on the internet
Local and Cloud Virtual Machines (VMs) and SandBoxes usable by personas for all kinds of computer-use tasks
Real-time news streams to inform Agents of market moves, natural disasters, tech news, and global politics
Local Models & Intelligence Mining
Run AI models on your own compute hardware and clusters. Use them for your own Perceptron usage, or sell your spare compute to other Perceptron users and earn rewards in USDT.
Run AI models locally with the Perceptron app, and route your chat, Persona, and API requests to your own nodes. Your own hardware serves you free, with optional automatic cloud fallback when your node is offline.
Sell your spare compute to other users on Perceptron. Earn rewards on every request you serve, level up your reputation as an independent inference provider, and withdraw your earnings as USDT anytime.
Mining Nodes are your devices (and connected XPUs) running the Perceptron native app available for macOS, Linux, and Android.
Start Mining →Perceptron TUI
Manage services, API Keys, and track your usage with a fast, keyboard-driven Terminal User Interface (TUI) with vim key bindings and customizable themes
Autonomous Installation
Hermes/OpenClaw Agent prompt:
Use the Perceptron Skill at https://perceptron.cloud/api/SKILL.md to install the Perceptron Terminal UI,
then use the TUI to generate a wallet, and create a new client API key
Manual Installation
curl -fsSL https://perceptron.cloud/install.sh | bash