
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
bing-nodejs
Advanced tools
A Node.js package for using the DALLE3 API to create images with Bing. DALLE3 is the latest image generation model from OpenAI, known for its high-quality image generation.
A Node.js package for using the DALLE3 API to create images with Bing. DALLE3 is the latest image generation model from OpenAI, known for its high-quality image generation.
You can install this package using npm:
npm install bing-nodejs
To use the bing-nodejs package, follow these steps:
import { BingApi } from "bing-nodejs";
const bing = new BingApi({
cookie: "YOUR_COOKIE_VALUE_HERE",
});
To obtain your cookie value, follow these steps:
await bing.createImage("cute cat").then((res) => {
console.log(res.urls); // string[]
});
await bing.getDalleCredits().then((credits) => {
console.log(credits); // number
});
await bing.close();
Inspired by the Python version: https://github.com/Agora-X/Dalle3
This package is licensed under the MIT License.
FAQs
A Node.js package for using the DALLE3 API to create images with Bing. DALLE3 is the latest image generation model from OpenAI, known for its high-quality image generation.
The npm package bing-nodejs receives a total of 10 weekly downloads. As such, bing-nodejs popularity was classified as not popular.
We found that bing-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.