> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xingchaoyiqing.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GlobalAI OPC: AI Video, Image, and Text API Gateway

> Access video, image, and text AI generation through a unified OpenAI-compatible API. Supports Sora, VEO, Seedance, Vidu, Grok, GPT, Claude, and Gemini.

GlobalAI OPC is a unified API gateway that gives you access to the world's leading AI generation models — including Sora, VEO, Seedance, Vidu, Grok, GPT Image, Claude, and Gemini — through a single, OpenAI-compatible interface. Generate videos, images, and text with one API key and a consistent request format.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/guides/quickstart">
    Make your first API call in minutes — get an API key and start generating content
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all endpoints for text, image, and video generation
  </Card>

  <Card title="Models Overview" icon="cube" href="/guides/models-overview">
    Compare all available models and choose the right one for your use case
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Learn how to authenticate all API requests with your API key
  </Card>
</CardGroup>

## What You Can Build

GlobalAI OPC provides three categories of AI generation APIs, all accessible with a single API key.

<CardGroup cols={3}>
  <Card title="Video Generation" icon="film" href="/api-reference/introduction">
    Generate professional videos from text or images using Sora, VEO, Seedance, Vidu, Grok, StarVideos, Videos, and SD2 Manxue
  </Card>

  <Card title="Image Generation" icon="image" href="/api-reference/image/nano-banana-create">
    Create high-quality images from text prompts using Nano Banana and GPT Image 2 models
  </Card>

  <Card title="Text & Chat" icon="message" href="/api-reference/text/openai-chat">
    Access GPT, Claude, and Gemini models through OpenAI-compatible chat completion APIs
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Get your API key">
    Contact us to obtain your API key. Store it securely — you'll use it for every request.
  </Step>

  <Step title="Choose a model">
    Select from video, image, or text generation models. Each model family has tiers for different speed and quality needs.
  </Step>

  <Step title="Submit a generation task">
    Send a POST request with your prompt and parameters. You'll receive a task ID immediately.
  </Step>

  <Step title="Poll for results">
    Use the task ID to query the result endpoint until your generation is complete, then download the output.
  </Step>
</Steps>

<Note>
  Video and image generation uses an asynchronous task model. After you submit a request, poll the result endpoint every 30–60 seconds until the task status changes to `completed`. See [Async Tasks](/guides/async-tasks) for details.
</Note>
