# DBeaver

Connect DBeaver AI features through an OpenAI-compatible provider configuration.

Where your DBeaver edition exposes a custom OpenAI-compatible provider, configure:

| Setting | Value |
|---|---|
| API URL | `https://api.koscompute.com/v1` |
| API key | your KosCompute key |
| Model | `qwen/qwen3.8-27b` |

DBeaver editions and versions differ in whether they allow a custom base URL. If your installed edition only offers fixed provider endpoints, it cannot be pointed at KosCompute through that screen.

Test with a read-only explanation or SQL-generation prompt before allowing any generated statement to run. Treat generated SQL as untrusted: review it, use least-privilege database credentials, and avoid automatic execution against production data.
