Changelog
Release notes and version history for the Socaity platform, SDKs, and APIPod.
Platform
- AI service marketplace at socaity.ai
- Pay-per-use API billing with a free sign-up credit — see socaity.ai/Pricing for the current amount
- Subscription plans: Plus, Pro, and Ultimate tiers — see socaity.ai/Pricing for current rates
- Serverless GPU hosting via RunPod (EU + US regions)
- Dedicated GPU hosting via Scaleway (EU regions)
Python SDK
pip install socaity- Direct model imports: flux_schnell, deepseek_v3, speechcraft, face2face
- Async job system with .get_result() polling
- Parallel job execution
- File handling via media-toolkit (ImageFile, AudioFile, VideoFile)
JavaScript SDK
npm install socaity- Low-level infrastructure: setApiKey, getAvailableModels, getJobs, cancelJob
- High-level methods (chat, text2img, text2voice) — coming soon
- Works in Node.js and browser
APIPod
pip install apipod- Drop-in FastAPI replacement with @app.endpoint decorator
- Auto Docker packaging with CUDA/cuDNN detection
- Deploy CLI:
apipod --build(live); unifiedsocaity deploycoming soon
Models at Launch
| Model | Type | Provider |
|---|---|---|
| FLUX.1 Schnell | Image | Black Forest Labs |
| DeepSeek-R1 | Chat/Text | DeepSeek |
| SpeechCraft | Voice | Coqui |
| face2face | Face Swap | Open Source |
| wan-2.2 Coming Soon | Video | Alibaba |
| Feature | Status |
|---|---|
| Webhook result delivery | In development |
| Azure provider support | Planned |
| Video generation models | Planned |
| MCP protocol support | Planned |
| OpenAI-compatible LLM endpoints | Planned |