🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

duck-ai-api

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duck-ai-api

A wrapper around DuckDuckGo AI API to make it OpenAI compatible, making it usable for other tools.

0.0.7
latest
Source
npm
Version published
Weekly downloads
6
-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

QVD IS SOME SORT OF CHAT IDENTIFIER EACH CHAT HISTORY HAS ITS OWN CHAIN OF QVD

STATUS -> GENERATE NEW QVD FIRST MESSAGE (SEND QVD) -> GET BACK NEW QVD

THE NEW QVD CAN ONLY BE USED TO CONTINUE THAT MESSAGE

MESSAGES WITH DIFFERENT HISTORY WON'T WORK

Duck AI API

Project Overview

A wrapper around GitHub DuckDuckGo AI API to make it OpenAI compatible, making it usable for other tools.

Using with npx

You can run the project directly using npx:

npx duck-ai-api@latest

With options:

npx duck-ai-api --port 8080

Command Line Options

The server accepts several command line options:

OptionDescriptionDefault
--port, -pPort to listen on4141
--verbose, -vEnable verbose loggingfalse

Tested Tools Compatibility

ToolStatusNotes
AiderFullFully compatible
bolt.diyFullFully compatible; use any random API key in UI if models fail to load
Page AssistFullFully compatible
Kobold AI LiteFullFully compatible

Note: In general, any application that uses the standard OpenAI-compatible /chat/completions and /models endpoints should work with this API.

Keywords

proxy

FAQs

Package last updated on 07 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts