Getting Started
AI Providers
Set up OpenAI, Anthropic, Google, or free models in Coodeen.
Supported Providers
Coodeen uses the Vercel AI SDK to support multiple AI providers through a unified interface.
OpenAI
- Get an API key from platform.openai.com
- Open Settings in Coodeen
- Select OpenAI and paste your key
Available models: GPT-4o, GPT-4.1, GPT-4.1-mini, GPT-4.1-nano
Anthropic
- Get an API key from console.anthropic.com
- Open Settings in Coodeen
- Select Anthropic and paste your key
Available models: Claude Sonnet 4, Claude Opus 4
- Get an API key from aistudio.google.com
- Open Settings in Coodeen
- Select Google and paste your key
Available models: Gemini 2.5 Pro, Gemini 2.5 Flash
Free Models
Coodeen also includes free model options that don't require an API key. These are community-provided and may have rate limits or reduced capabilities.
API Key Storage
API keys are stored locally in the SQLite database at ~/.coodeen/data.db. They are never transmitted anywhere except directly to the provider's API endpoint during chat requests.