Files
anyllm-proxy/docs/providers/blackboxai.md
whit3rabbitandClaude Sonnet 4.6 816b64ae6a feat: add 16 new provider stubs and providers catalog UI tab
New providers: assemblyai, baidu, blackboxai, brave, cartesia, deepgram,
elevenlabs, exa, iflytek, lmsys, playht, pollinations, serper, siliconflow,
stability, tavily. Registered in mod.rs and registry.rs.

Adds a Providers tab to the admin UI with a ProviderIcon component and
catalog route. Updates backend, streaming, config, and test infrastructure
to align with the expanded provider set. Bumps all crate versions to 0.9.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 17:42:46 -05:00

679 B

Blackbox AI

LLM chat service at blackbox.ai with an OpenAI-compatible endpoint.

LiteLLM prefix: (not in LiteLLM) Status: Stub — routes through OpenAI-compatible client API base: https://api.blackbox.ai/api Docs: https://docs.blackbox.ai

Authentication

Variable Required Description
BLACKBOXAI_API_KEY Yes API key from the Blackbox AI console

Quick Start

BACKEND=blackboxai BLACKBOXAI_API_KEY=your-key cargo run -p anyllm_proxy

Capabilities

Feature Supported
Chat Completions
Streaming
Tool Use
Embeddings
Vision
Batch