Getting Started with Cencori
0/9 completeStep 5 of 9
Install the SDK
Time to add Cencori to your project! Choose your preferred language.
JavaScript / TypeScript
Install the Cencori SDK using your package manager:
terminal
Vercel AI SDK (Optional)
If you're using the Vercel AI SDK, install our provider package:
terminal
Python
Install using pip:
terminal
Set Up Environment Variable
Add your API key to your environment. Create a .env.local file in your project root:
.env.local
💡 Tip: The SDK automatically reads CENCORI_API_KEY from your environment, so you don't need to pass it explicitly.
Verify Installation
Quick check if everything is set up correctly:
test.ts