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. See API keys and scopes.

Browse the documentation

SectionWhat you will find
Getting startedOne quickstart per surface, from zero to a first working result.
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.
Platform APIAuthentication, chat completions, models, OpenAI compatibility, errors, Python SDK.
Accounts, plans and API keysChat plans, API keys on both products, credits and spending, your data.
ConceptsHow SynapseX fits together, device login, key formats and scopes.
ReferenceCommand, configuration, endpoint, model, download and shortcut tables.

About SynapseX and SoftQuantus

SynapseX is built by SoftQuantus. Related sites: