IDE / Tool Integration Examples
Copy the example and populate them with a API key that you received thru your email. Select a tab to see the configuration:
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "YOUR_API_KEY_PLACEHOLDER",
"ANTHROPIC_BASE_URL": "https://litellm.dev.tech.as-nmt.de/"
},
"model": "eu.anthropic.claude-sonnet-4-20250514-v1:0"
}
export OPENAI_BASE_URL=https://litellm.dev.tech.as-nmt.de/v1
export OPENAI_API_KEY="YOUR_API_KEY_PLACEHOLDER"
codex --model gpt-5
Roo Code Configuration:
Use the image above as a reference to configure Roo Code with your API key and base URL.
💡 Tip: Your API key has not been automatically populated in the examples above. Base URL must match exactly (no trailing slash).