Vynex API

Vynex API is a unified LLM gateway that exposes a single OpenAI-compatible endpoint (https://llm-api.vynexcloud.com/v1). Developers keep their existing OpenAI SDK, set the base_url to https://llm-api.vynexcloud.com/v1, and call GPT-5.x, Claude 4.x, Gemini 3.x, DeepSeek, Qwen and GLM by changing the model field. Streaming and function/tool calling are supported, with transparent per-token pricing.

Supported model families

  • OpenAI: gpt-5.5, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano
  • Anthropic: claude-opus-4-8, claude-sonnet-4-6, claude-haiku-4-5-20251001
  • Google: gemini-3.1-pro-preview, gemini-3-pro-preview, gemini-2.5-pro, gemini-2.5-flash
  • Open-source: deepseek/deepseek-v3.2, qwen3.5-plus, GLM-5

Quick start

Create an API key, point your OpenAI client at the base_url, and select a model by name. No SDK changes are required to switch between GPT, Claude and Gemini.

Documentation: https://llm-api.vynexcloud.com/docs/ · Pricing: https://llm-api.vynexcloud.com/pricing · Get an API key: https://llm-api.vynexcloud.com/register