Prerequisites
- A Google or GitHub account for sign-up
- A Hugging Face account with a model in Safetensors format, or use a public model from the Hub
Step 1: Create your account
- Go to synapsai.cloud/login.
- Sign in with Google or GitHub.
Step 2: Review your credits
SynapsAI Cloud includes starter credits for new accounts. Check your balance on the Billing page before deploying. See Billing for purchasing additional credits and enabling auto-pay.Step 3: Understand core concepts
Before deploying, read Core concepts — especially readiness levels and pricing. Estimated costs are shown in the deployment UI before you confirm.Step 4: Deploy a model
Launch a model
Open the deployment wizard in the dashboard.
Step 5: Create an API key
- Open API keys.
- Click Create Secret Key.
- Name the key and restrict it to your newly deployed model.
- Click Create Key and copy the value — it is shown only once.
Step 6: Run inference
Install the Python SDK:your-model-id with the ID from the Models page:
Next steps
Migrate from OpenAI
Use OpenAI-compatible clients with SynapsAI.
API reference
Authentication, errors, and endpoint details.
Optimize costs
Tune readiness, quantization, and context length.
Integrations
LangChain, LlamaIndex, FAISS, and more.

