Skip to main content
This page gives a high-level overview of integrating SynapsAI Cloud into your stack and links to framework-specific guides.

Conventions

For OpenAI library compatibility, see Migrate from OpenAI.

Quick REST example

Browse more examples in the Examples section.

Framework guides


Practical notes

  • Rate limits and retries: Use exponential backoff on 429 responses. See Rate limits.
  • OpenAI-compatible libraries: Set OPENAI_API_BASE=https://api.synapsai.cloud/v1 and test with a simple call before integrating complex chains.
  • Security: Never embed API keys in client-side code. See Security best practices.