Files
anyllm-proxy/docs/providers/stability.md
T
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

769 B

Stability AI

Stability AI primarily provides image generation models (Stable Diffusion). Chat completions are not supported via this proxy stub.

LiteLLM prefix: stability_ai/ Status: Stub — non-chat capabilities only API base: https://api.stability.ai/v2beta Docs: https://platform.stability.ai/docs

Authentication

Variable Required Description
STABILITY_API_KEY Yes API key from the Stability AI platform

Capabilities

Feature Supported
Chat Completions
Streaming
Tool Use
Embeddings
Vision
Batch

Notes

Image generation endpoints are not translated by this proxy. Use the Stability AI SDK directly for image generation.