Skip to Content
Code Fundi for VS Code · Cursor: install the extension →
DocsCredits & tiers

Credits and tiers

Credits are deducted per request. Insufficient balance returns HTTP 402. Plans and allowances are on Pricing .

Cost per call

OperationEndpointCost
Semantic / grep searchPOST /v2/search (chat: false)5 credits / query
Multi-repo searchPOST /v2/search with multiple repo_ids / repo_urls5 credits / query
Research (search + AI)POST /v2/search (chat: true)5+ credits / query (search base plus model usage)
Blast-radius analysisPOST /v2/repos/{repo_id}/radius3 credits / request
Dependency mapGET /v2/repos/{repo_id}/map4 credits / request
Codebase map / indexPOST /v2/repos/index/new0 credits to queue (plan limits apply to how many repos you can keep indexed)
Repo blueprintGET /v2/repos/{repo_id}/blueprint1 credit / request
Repo scopePOST /v2/repos/{repo_id}/scope1 credit / request
File documentationGET /v2/files/{repo_id}/{file_id}2 credits / file
Repo or file listingsGET /v2/repos, GET /v2/files/{repo_id}, POST /v2/repos/status1 credit / request

Research and other model-backed flows may add usage on top of the base search charge. Responses can include meta.credits_used and meta.credits_remaining when available.

Last updated on