substratusai/stapi
Sentence Transformers API: An OpenAI compatible embedding API server
This tool helps developers integrate text embedding capabilities into their applications by providing an API that is compatible with OpenAI's embedding service. It takes text strings as input and outputs numerical vector representations (embeddings) of those texts. This is ideal for developers building search engines, recommendation systems, or other AI-powered features that rely on understanding the meaning of text.
No commits in the last 6 months.
Use this if you are a developer who needs to generate text embeddings for your application using open-source Sentence Transformer models, but want an OpenAI-compatible API for easy integration.
Not ideal if you are a non-developer user looking for a no-code solution for text analysis, or if you require direct access to multiple embedding models from a single API instance.
Stars
71
Forks
13
Language
HTML
License
Apache-2.0
Category
Last pushed
Sep 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/substratusai/stapi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yuniko-software/bge-m3-onnx
ONNX implementation of the BGE-M3 multilingual embedding model and tokenizer with native C#,...
EulerSearch/embedding_studio
Embedding Studio is a framework which allows you transform your Vector Database into a...
turian/embeddingcache
Retrieve text embeddings, but cache them locally if we have already computed them.
faisal-fida/Text-Embeddings-API
This project provides a REST API for generating text embeddings using the Sentence Transformers...
maxsagt/lambda-instructor
Run text embeddings with Instructor-Large on AWS Lambda.