Your project, in context.
Choose a file from the tree, import a folder, or create a new file. CHAT only receives the files relevant to your question.
ZEX · BY SILVERX
A focused AI workspace for clear thinking, capable models, and practical momentum.
AI that stays close to the work.
THE MODEL SYSTEM
One platform, distinct ways to work. Pick the ZEX model that fits the moment.
THE WORKSPACE
ZEX is shaped around the work itself — from the first question to the final detail.
FOR BUILDERS
The ZEX API gives developers a clean way to send conversations through the same ZEX platform, with API keys, credits, model access, and admin-managed limits.
POST /api/v1/chat
{
"model": "zex_flash",
"messages": [
{ "role": "user",
"content": "Make space for better ideas." }
]
}FROM SILVERX
TAKE ZEX WITH YOU
Continue with ZEX beyond the browser. Check the latest supported app delivery and release details.
App availability and versions are managed by SILVERX.
THE STUDIO BEHIND ZEX
SILVERX builds calm, capable tools for people who want more signal from their technology.
STAY IN THE LOOP
Sign in to reach the existing ZEX support and ticket system.
API QUICK START
Use the existing ZEX API platform. Provider keys stay server-side; your integration uses a ZEX API key and the credits assigned to your account.
POST /api/v1/chatAuthorization: Bearer ZEX_<keyId>.<secret>