Ship Models That Work
Integrate ZeroEntropy models in minutes. Production-ready, latency-optimized, available everywhere.
Partner Providers
Access all models through a single, latency-optimized API, or through our partner providers.
# Create an API Key at https://dashboard.zeroentropy.dev
from zeroentropy import ZeroEntropy
zclient = ZeroEntropy()
response = zclient.models.rerank(
model="zerank-2",
query="What is Retrieval Augmented Generation?",
documents=[
"RAG combines retrieval with generation...",
],
)
for doc in response.results:
print(doc)ZeroEntropy VPC
Deploy in your own cloud with dedicated infrastructure. Available on AWS Marketplace and Azure.