Codeium with Meridian
Route Codeium Enterprise through your Meridian OpenAI-compatible endpoint for unified billing, rate limiting, and audit logging.
Prerequisites
- Codeium Enterprise plan (self-hosted or managed).
- Meridian API key with
completionsscope. - Meridian base URL accessible from your Codeium deployment.
Configuration
Set the following environment variables in your Codeium Enterprise deployment or config.yaml:
api: provider: openai_compatible base_url: https://meridian.yourdomain.com/v1 api_key: $MERIDIAN_API_KEY model: meridian-gpt-4o
Verification
- Restart the Codeium Enterprise services.
- Open your IDE and trigger a completion. Check the Meridian dashboard for the request under Usage.
- If completions fail, confirm the base URL is reachable from the Codeium host and the API key is active.
Notes
Codeium's default hosted backend is bypassed entirely whenprovider is set to openai_compatible. All completions and chat requests flow through Meridian, inheriting your configured rate limits, token budgets, and retention policies.
Need help? Reach out via support@meridian.sh or check the Meridian docs.