Neb 公益站 operates as a unified API gateway for large language models (LLMs) and AI services. It offers standardized endpoints compatible with various providers, allowing developers to integrate multiple AI capabilities through a single interface.
Key capabilities:
- Chat completions via
/v1/chat/completions,/v1/responses,/v1/responses/compact,/v1/messages - Model management through
/v1beta/models - Embeddings and reranking via
/v1/embeddingsand/v1/rerank - Image generation, editing, and variations using
/v1/images/generations,/v1/images/edits,/v1/images/variations - Audio processing including speech synthesis, transcription, and translation via
/v1/audio/speech,/v1/audio/transcriptions,/v1/audio/translations
Supported providers include: MoonshotAI, OpenAI, Grok, Zhipu, Volcengine, Cohere, Claude, Gemini, Suno, Minimax, Wenxin, Spark, Qingyan, DeepSeek, Qwen, Midjourney, AzureAI, Hunyuan, Xinference, and over 30 others.
Typical use cases: Developers seeking to access multiple LLM providers through a unified API, applications requiring diverse AI functionalities (text, image, audio), and projects needing simplified integration with various AI models.

