Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #355

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,20 @@ And you will have the UI at `http://{localhost|server_ip}:8000`.

## Product Roadmap

### Basic Cloud Primitives

The idea is to offer a fully open-source and functional PaaS specifically designed for AI services management and deployment. For this reason, we are working on the Basic Cloud Primitives necessary to offer a full solution:

- [x] [Domains and SSL Management](https://github.com/premAI-io/prem-gateway).
- [ ] Basic Authentication
filopedraz marked this conversation as resolved.
Show resolved Hide resolved
- [ ] API Keys Management
- [ ] Payments (Fiat, BTC, Crypto)
- [ ] Multiple Orchestrators Support (k8s, docker swarm)

The AI services expose an HTTP API interface, standardized for their interface type. For example, all models of type `Chat` expose the OpenAI API for easy of integration of existing tool and AI app ecosystem.
Each service we support it's published on the [Prem Registry](https://registry.premai.io).

> Anyone can prepare, package and publish an AI service on Prem. Instructions coming soon.
> Anyone can implement, package and publish an AI service on Prem. You can check how [here](https://dev.premai.io/docs/registry).

Let us know which Model / Feature you wanna see in Prem [here](https://feedback.prem.ninja)

Expand All @@ -68,12 +78,12 @@ Let us know which Model / Feature you wanna see in Prem [here](https://feedback.
- [x] 📕 Embedding
- [x] 🏛️ Vector Store
- [x] 🎨 Diffuser
- [ ] 💻 Coder
- [x] 💻 Coder
- [x] 🎵 Text to Audio
- [x] 🎵 Audio to Text
- [x] 🖼️ Upscaler
- [ ] 📷 Vision
- [ ] 📖 Summary
- [x] 🖼️ Upscaler
- [ ] 📹 Video

## Contributing
Expand Down