Any AI Service.
Deploy & Run.
One line.
Call any AI service from Python with the Socaity SDK. Ship your own models with APIPod to serverless GPU on RunPod EU (Scaleway and Azure coming soon). EU residency by default. Active-only billing.
One API. Any cloud. EU first.
Two paths
Run AI
Consume models via SDK
Call any AI model in the catalog as a typed Python or JavaScript function. The SDK handles authentication, job polling, file uploads, and result parsing automatically.
Deploy AI
Publish your own services
Wrap any Python function with the APIPod decorator and deploy it to serverless GPU. Build a Docker image, choose a provider, ship in minutes. No DevOps required.
Run a model in five lines
from socaity import flux_schnell
flux = flux_schnell()
images = flux(prompt="a cat on mars").get_result()
images[0].save("output.png")Reference and concepts
Tutorials
Step-by-step lessons from first model call to multi-model pipeline.
Concepts
Background on how the SDK, APIPod, and the cloud orchestration layer fit together.
Platform
API keys, billing, rate limits, and the REST API for direct integration.
Latest changes: changelog →