No credit card required
Ducky’s retrieval outperforms embedding search, designed for accuracy and complex queries. We deliver exactly what your model needs to perform at its best.
No infrastructure headaches. You get an all-in-one solution that handles deployment, scaling, and costs, so you can focus on building.
Ducky’s Python SDK is straightforward and easy-to-use, helping you turn weeks of work into just a few hours of effort.
from duckyai import DuckyAI
ducky = DuckyAI(api_key="your-api-key")
# prepare an index
ducky.indexes.create(index_name='my-documents')
ducky.documents.index(index_name='my-documents', content='Hello, World!')
# retrieve documents
results = ducky.documents.retrieve(
index_name='my-documents',
query='hello',
top_k=1,
)
print(results.documents)
Build
For hobbyists looking to explore
Free
no credit card required
10K index tokens
10K retrieval tokens
Grow
For apps released into the wild
$480
$290
per month
1M index tokens each month
1M retrieval tokens each month
$0.014 per additional 1K index tokens
$0.079 per additional 1K retrieval tokens
Support via Slack
Enterprise
Get in touch to discuss higher volumes
No credit card required