Metadata-Version: 2.1
Name: swarms-cloud
Version: 0.2.7
Summary: Swarms Cloud - Pytorch
Home-page: https://github.com/kyegomez/swarms-cloud
License: MIT
Keywords: artificial intelligence,deep learning,optimizers,Prompt Engineering
Author: Kye Gomez
Author-email: kye@apac.ai
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: einops
Requires-Dist: fastapi
Requires-Dist: pydantic (>2,<3)
Requires-Dist: shortuuid
Requires-Dist: skypilot
Requires-Dist: sse-starlette (==2.1.0)
Requires-Dist: stripe
Requires-Dist: swarms
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: uvicorn
Project-URL: Documentation, https://github.com/kyegomez/swarms-cloud
Project-URL: Repository, https://github.com/kyegomez/swarms-cloud
Description-Content-Type: text/markdown

[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Swarms Cloud
Infrastructure for scalable, reliable, and economical Multi-Modal Model API serving and deployment. We're using terraform to orchestrate infrastructure, FastAPI to host the models. If you're into deploying models for millions of people, join our discord and help contribute.


## Guides
- [Available Models](https://swarms.apac.ai/en/latest/swarms_cloud/available_models/)
- [Migrate from OpenAI to Swarms in 3 lines of code](https://swarms.apac.ai/en/latest/swarms_cloud/migrate_openai/)
- [Getting Started with SOTA Vision Language Models VLM](https://swarms.apac.ai/en/latest/swarms_cloud/getting_started/)
- [Enterprise Guide to High-Performance Multi-Agent LLM Deployments](https://swarms.apac.ai/en/latest/swarms_cloud/production_deployment/)


# Install
`pip install swarms-cloud`



## Architecture
user -> request -> load balanncer -> node[gpu] -> fast api -> model


## Scripts
`sky serve up -n [NAME] --cloud aws`


# Stack
- Backend: FastAPI
- Skypilot for container management
- Postresql for database
- Docker for cluster management
- Terraform


# License
MIT

## References
- [Noam tweet](https://x.com/NoamShazeer/status/1803790708358410380)

