Nbility Blog

Nbility Blog

Articles about AI Agents, model APIs, developer-tool integration, and Nbility workflows.

All posts

#Streaming

Clear filters
Calling Nbility from Node.js: From a CLI Tool to a Web App
Node.jsJavaScriptNbility

Calling Nbility from Node.js: From a CLI Tool to a Web App

A practical Node.js / JavaScript guide to using Nbility as an OpenAI-compatible API: environment variables, the openai npm SDK, CLI tools, Express endpoints, streaming output, error handling, logging, and launch checks.

Calling Nbility from Python: Chat, Streaming, and Error Handling
PythonNbilityOpenAI-compatible

Calling Nbility from Python: Chat, Streaming, and Error Handling

A practical Python developer guide for using Nbility as an OpenAI-compatible API: environment variables, openai-python setup, Chat Completions, streaming output, timeouts, retries, error classification, logging, and cost control.