Admin Β· API Key Management
API Command & Endpoint Tester
GET
/v1/models
Description
Queries the proxy for all available LLM models, routing aliases, and ownership flags.
Target URL
READY
// Click "Run Command" to fetch available models...
POST
/v1/chat/completions
READY
// Click "Send Query" to execute completion...
POST
/v1/chat/completions (SSE Stream)
READY
// Real-time token streaming will render here...
POST
/v1/images/generations
Uses Duck AI's image generator model and extracts base64 image data into standard OpenAI JSON format.
READY
// Generated image will appear here...
Available Model Catalog
All models are routed dynamically with isolated upstream sessions and automated V8 anti-bot solving:
| Model | Provider | Primary Strengths & Best Use Cases |
|---|---|---|
| gpt-5.6-luna | OpenAI | Flagship Coding: Complex multi-file architecture, deep logic, autonomous reasoning. |
| claude-haiku-4-5 | Anthropic | Fast Iteration: Code review, unit test generation, docstrings, interactive refactoring. |
| mistral-small-2603 | Mistral AI | Speed & Algorithms: Mathematical logic, concise scripts, algorithms. |
| gemma4-31b | Google / Tin | Privacy Preserved: High-parameter open model with zero-tracking guarantees. |
| gpt-5.4-mini | OpenAI | Lightweight: Quick syntax lookups, commit message drafting, simple queries. |
| image-generation | Duck.ai | Visual Assets: Generates images, app icons, vector art via standard OpenAI format. |
Universal IDE & Editor Integration Hub
Connect Duck Proxy to your favorite editor or tool in under 30 seconds:
1. Open Cursor Settings (
2. Under OpenAI API Key, type
3. Click Override OpenAI Base URL and enter
4. Add models:
Ctrl+Shift+J / Cmd+Shift+J) → Models.2. Under OpenAI API Key, type
duck-proxy.3. Click Override OpenAI Base URL and enter
http://localhost:18080/v1.4. Add models:
gpt-5.6-luna, claude-haiku-4-5, mistral-small-2603.
Base URL: http://localhost:18080/v1 API Key: duck-proxy Models: gpt-5.6-luna, claude-haiku-4-5, mistral-small-2603