One OpenAI-compatible API
Point an existing OpenAI client at the SynapseX base URL and keep your code. Chat completions, streaming over SSE and a /v1/models catalog behave the way your stack already expects.
SynapseX API Platform
One OpenAI-compatible API gives your application access to SynapseX proprietary models and frontier models alike, billed per token against a single credit balance from $0.10 per million input tokens.
Create an API key in the console, export it, and send a standard chat completion. The response shape, streaming semantics and error envelope match what OpenAI-compatible clients already parse.
curl https://platform.synapsex.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SYNAPSEX_API_KEY" \
-d '{
"model": "synapsex-atlas-7b-v1",
"messages": [{"role": "user", "content": "Hello Atlas!"}]
}'Point an existing OpenAI client at the SynapseX base URL and keep your code. Chat completions, streaming over SSE and a /v1/models catalog behave the way your stack already expects.
Pay-as-you-go AI API billing: input and output tokens are metered separately and deducted from a single prepaid credit balance. No subscription, no monthly minimum, no per-model contract.
Issue scoped keys per workspace, revoke them independently, and keep request and token rate limits that scale automatically with the credit balance you hold.
Every request is metered. Break spend down by model, key and workspace so cost attribution never depends on a spreadsheet.
Deploy an agent once and invoke it over HTTP the same way you call a model, with the same keys, the same wallet and the same usage records.
A first-party Python SDK on PyPI, plus copy-paste Node and Go clients that reuse the OpenAI-compatible wire format against the same base URL.
View the client SDKs11 models are live today, each with a published per-token rate. Credits are consumed proportionally to usage, unused credits roll over, and rate-limit tiers rise with the balance you hold rather than with a plan you have to negotiate.
Compare per-token pricing for every model