Skip to content
Socaity Docs

Changelog

Release notes and version history for the Socaity platform, SDKs, and APIPod.

v0.1.0 — Alpha Release (March 2026)

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); unified socaity deploy coming soon

Models at Launch

ModelTypeProvider
FLUX.1 SchnellImageBlack Forest Labs
DeepSeek-R1Chat/TextDeepSeek
SpeechCraftVoiceCoqui
face2faceFace SwapOpen Source
wan-2.2
Coming Soon
VideoAlibaba

Roadmap

FeatureStatus
Webhook result deliveryIn development
Azure provider supportPlanned
Video generation modelsPlanned
MCP protocol supportPlanned
OpenAI-compatible LLM endpointsPlanned