Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gravitex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to GravitexAI

GravitexAI is an enterprise-grade AI model API gateway based on the unified OpenAI API standard, supporting 200+ popular AI models. One token to access OpenAI, Claude, Gemini, DeepSeek, Qwen, Kimi, GLM and all mainstream large language models.

๐Ÿ“– Getting Started

Quick Start

Get started in three simple steps

API Reference

Complete API documentation and developer guide

๐Ÿ”ง Core APIs

Chat Completions API

Create multi-turn conversations and text generation

Image Generation API

Text-to-image, image-to-image, context-aware generation

Models API

Get all available model information

๐Ÿ’ก Supported Models

GravitexAI ships with 100+ mainstream models โ€” one API key reaches Anthropic ยท OpenAI ยท Google ยท Qwen ยท BytePlus ยท DeepSeek ยท GLM ยท MiniMax ยท Moonshot Kimi, the top 9 providers in the industry.

Claude Opus 4.7

Anthropicโ€™s latest flagship โ€” top choice for complex agents and production code

GPT-5.5

OpenAIโ€™s latest flagship โ€” reasoning, writing and full-stack coding

Gemini 3.5 Flash

High throughput, low latency โ€” tool calls and high-concurrency chat

Model Matrix

VendorRepresentative models
๐ŸŽญ Anthropic ClaudeClaude Opus 4.7 โญ / Opus 4.6 / Sonnet 4.6 / Sonnet 4.5 / Haiku 4.5
๐Ÿค– OpenAIGPT-5.5 โญ / GPT-5.4 family (5.4 / Pro / Mini / Nano) / GPT-Image-2
๐ŸŒŸ Google GeminiGemini 3.5 Flash โญ / 3.1 Pro Preview / Flash Lite / Flash Image / 3 Pro Image
๐Ÿ‰ Alibaba QwenQwen3.5 Plus โญ / Qwen3.5 Flash / Qwen3 Max / Qwen3 Coder Plus / Qwen Image Plus
๐ŸŒ‹ BytePlus Doubao SeedDoubao Seed 2.0 Pro โญ / Code Preview / Lite / Mini
๐Ÿ” DeepSeekDeepSeek V3.2 โญ / V3 / R1 (reasoning)
๐Ÿ’Ž Zhipu GLMglm-5 โญ / glm-4.7 (200K, coding & long-horizon tasks)
โœจ MiniMaxMiniMax M2 โญ / Text-01 / abab6.5s
๐ŸŒ™ Moonshot Kimikimi-k2.5 โญ (native multimodal) / Kimi K2 250905
For full model IDs, context length and live pricing, visit the GravitexAI Model Catalog. See the Supported Models page for detailed descriptions.

๐ŸŽฏ Use Cases

AI Chat

Cherry Studio, Chatbox and other AI chat clients

Coding

Cursor, Claude Code, Cline and other AI coding tools

Frameworks

LangChain, Dify and other AI development frameworks

Translation

Immersive Translate, Bob and other translation tools

๐Ÿš€ Why GravitexAI?

One API, Multiple Models

No need to manage separate accounts and API keys for each AI service:
  • One account: Manage all AI services
  • One API key: Access all models
  • One standard: OpenAI API compatible

๐Ÿ”ง Easy to Use

Switching models is as simple as changing a parameter:
from openai import OpenAI

client = OpenAI(
    api_key="sk-xxxxxxxxxx",
    base_url="https://api.gravitex.ai/v1"
)

# Use GPT-5.5
response = client.chat.completions.create(
    model="gpt-5.5",
    messages=[{"role": "user", "content": "Hello!"}]
)

# Switch to Claude - just change the model name
response = client.chat.completions.create(
    model="claude-sonnet-4-6",
    messages=[{"role": "user", "content": "Hello!"}]
)

๐Ÿ›ก๏ธ Stable & Reliable

  • High Availability: Multi-node deployment, smart routing
  • Auto Fallback: Automatic switching when model unavailable
  • Load Balancing: Smart request distribution, avoid rate limits
  • Real-time Monitoring: 24/7 service status monitoring

๐Ÿ’ฐ Cost Optimization

  • Unified Billing: All models use unified balance
  • Transparent Pricing: Clear pricing structure
  • Usage Statistics: Detailed usage reports
  • Flexible Payments: Multiple payment methods supported

๐Ÿš€ Get Started

1

Contact BD to Get an Account

GravitexAI does not offer public registration. Please contact our BD team to provision your account.
2

Get API Key

Log in to the console and generate your API key
3

Start Using

Check API Documentation to begin integration

Contact BD

Reach out to our BD team to provision an account and get test credits

Dashboard

Manage API keys, view usage and billing