New API is a unified API gateway that aggregates access to various large language models from multiple providers. It offers standardized endpoints compatible with common AI model interfaces, allowing developers to switch between different models by changing the base URL.
Key capabilities:
- Unified endpoints for chat completions, embeddings, image generation, audio processing, and model management
- Support for over 30 model providers including OpenAI, Claude, Gemini, MoonshotAI, DeepSeek, and Midjourney
- Standardized API paths including
/v1/chat/completions,/v1/embeddings,/v1/images/generations, and/v1/audio/transcriptions - Self-service model with console access and API key management
Typical use cases:
- Developers needing multi-model support without managing separate API integrations
- Applications requiring standardized interfaces across different AI providers
- Projects that benefit from model flexibility and provider redundancy
