أنت غير متصل. مسودتك محفوظة على هذا الجهاز؛ أعد الإرسال عند عودة الاتصال.
ZEXBY SILVERX

ZEX · BY SILVERX

Think further.
Build what comes next.

A focused AI workspace for clear thinking, capable models, and practical momentum.

Explore the models

AI that stays close to the work.

CURRENTLY IN FOCUSZEX FlashEveryday intelligence, with room to go deeper.

THE MODEL SYSTEM

Choose your way in.

One platform, distinct ways to work. Pick the ZEX model that fits the moment.

THE WORKSPACE

Less noise.
More signal.

ZEX is shaped around the work itself — from the first question to the final detail.

FOR BUILDERS

Put ZEX
behind your product.

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.

View API documentation
zex-api / v1LIVE

POST /api/v1/chat

{
  "model": "zex_flash",
  "messages": [
    { "role": "user",
      "content": "Make space for better ideas." }
  ]
}
Response ready 200

FROM SILVERX

Signals from the studio.

View all

TAKE ZEX WITH YOU

Your thinking,
in your pocket.

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

ZEX is the product.
SILVERX is the studio behind it.

SILVERX builds calm, capable tools for people who want more signal from their technology.

STAY IN THE LOOP

A small signal
worth following.

SUPPORT / 01Support lives inside the workspace.

Sign in to reach the existing ZEX support and ticket system.

API QUICK START

One endpoint.
Clear boundaries.

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.

ENDPOINTPOST /api/v1/chat
AUTHENTICATIONAuthorization: Bearer ZEX_<keyId>.<secret>
START HERE