- Search
- Embedding
Search pricing has three parts: embedding and persisting content when it is indexed for search, storage retention beyond 30 days, and search events when you query a collection.
Rates
How Billing Works
Embed and Persist
Content is billed once when it is indexed. A source is indexed when its content is first ingested for search; once indexed, the same source can be added to any number of collections at no additional cost. You are not billed for a source simply because it is part of a collection. Billing covers the input content characters and includes 30 days of retention. Storage after 30 days is billed at the extended retention rate only if extended retention is enabled.Search Events
A search event is a singleGET /v2/ai/collections/{slug}/documents request that includes a query parameter. Each ranked search counts as one billable event, regardless of the top_k value or the number of results returned. The first 10,000 searches per month are free.Requests without a query parameter (catalog listings) are free — they return documents sorted by date without ranking, and are not counted as search events.