Universal OpenAI-compatible endpoint. Works with any app or SDK.
https://key.q3dtech.ru/v1Authorization: Bearer sk_live_...Add to your opencode.json or ~/.config/opencode/config.json:
{
"providers": {
"custom": {
"name": "AI Gateway",
"apiKey": "sk_live_your_universal_key_here",
"baseURL": "https://key.q3dtech.ru/v1",
"models": ["gpt-4o", "claude-3-5-sonnet-20241022"]
}
}
}