Skip to Content
Home

SynapseX Documentation

SynapseX is an AI platform from SoftQuantus. It gives you first-party SynapseX large language models through four surfaces — a browser chat app, a desktop coding agent, a terminal CLI, and an OpenAI-compatible API you can call from your own applications. Pick the surface that matches your job, sign in once on that surface, and you are working.

Not sure which one you want? Read Which SynapseX surface should you use? — it takes about a minute.

Start here in 60 seconds

Three entry points, depending on what you want to do first.

Try SynapseX with no account and no key

This is a public endpoint. Run it now:

curl -s https://chat.synapsex.ai/api/models

It returns the six SynapseX models you can select in SynapseX Chat — Atlas, Forge, Vault, Nexus, Oracle and Quasar — each with its context window and its per-million-token price. The first entry looks like this (real response, abbreviated — each entry carries more fields than are shown here):

{ "models": [ { "id": "synapsex:synapsex-atlas-7b-v1", "name": "SynapseX Atlas", "provider": "SynapseX", "description": "Compact, fast model for general tasks and high volume.", "contextWindow": 128000, "inputCost": 0.1, "outputCost": 0.4, "priceUnit": "per 1M tokens" } ] }

What each model is for: Chat models.

The four SynapseX surfaces

Two products, two accounts

chat.synapsex.ai and platform.synapsex.ai are billed and authenticated separately. They do not share an account, a key or a balance.

  • chat.synapsex.ai — subscription plans, and personal API keys that start with sxc_. These keys connect SynapseX Desktop and the CLI to your chat account.
  • platform.synapsex.ai — prepaid credits, and workspace API keys that start with sk-synapsex-. These keys call the OpenAI-compatible API.

A chat subscription grants nothing on the API platform, and API credits grant nothing in chat. Every difference in one table: Two products, two accounts.

Browse the documentation

The tree is split along the product boundary above, so a page never mixes the two. Every page outside the shared entrance carries a banner naming the account it applies to.

Shared entrance — both products

SectionWhat you will find
Getting startedOne quickstart per surface, from zero to a first working result.
ConceptsHow SynapseX fits together, the two accounts, device login, key formats and scopes.

SynapseX apps — your chat.synapsex.ai account

SectionWhat you will find
SynapseX ChatModels, conversations, files, voice, Turbo, memory, limits and errors.
SynapseX DesktopInstall, sign in, open a project, and control what the agent is allowed to do.
SynapseX CLIInstall, authenticate, the terminal agent, the offline quantum simulator, MCP.
Your accountChat plans, personal sxc_ keys, exporting and deleting your data.
Apps referenceCLI commands and configuration, Desktop reference, shortcuts, downloads.

Platform API — your platform.synapsex.ai account

SectionWhat you will find
Platform APIAuthentication, chat completions, models and pricing, OpenAI compatibility, errors, Python SDK, cookbooks.
Workspaces, keys and creditsCreate a workspace, mint sk-synapsex- keys, buy credits and cap spend.

About SynapseX and SoftQuantus

SynapseX is built by SoftQuantus. Related sites: