Open-Source · ML API Platform
Production ML Models,
one simple API.
NLP, Computer Vision, and more, with state-of-the-art machine learning endpoints without the infrastructure headache.
2
CATEGORIES
5
ENDPOINTS
1k
FREE REQ/MO
REST
SIMPLE API
MODEL LIBRARY
Every model you need,
ready to call.
import requests
URL = "https://api.salvia.dev/nlp/sentiment/"
headers={"X-API-Key": "salvia_your_api"}
text = "I love pizza"
res = requests.post(URL, headers=headers, json={"text": text})
print(res.json())
# Output: {'sentiment': 'positive', 'confidence': 0.956}PRICING
Start free.
Scale as you grow.
MOST POPULAR
Pro
$10
per month
- up to 100k requests per month
- All models
- Full usage analytics
- Email support
ENTERPRISE
Custom
Let's talk
- Custom models
- Unlimited requests
- Custom rate limits
- SLA guarantee
- Dedicated support
GET STARTED
TODAY
Your first 1,000 requests
are on us.
No credit card. Get an API key in seconds and make your first call in seconds.
1,000 free requests · no credit card · cancel anytime
- Open-source on GitHub
- REST API, any language