New API is a unified LLM API gateway that provides access to various AI models from providers like OpenAI, Claude, Gemini, and others. It supports endpoints for chat completions, embeddings, image generation, audio processing, and more, using a standard API structure. The service emphasizes better pricing and stability without subscription requirements. Key endpoints include /v1/chat/completions, /v1/embeddings, /v1/images/generations, and /v1/audio/transcriptions. It is designed for developers needing a single interface to integrate multiple AI capabilities into applications.

