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

# EvoLink

> Enterprise AI gateway platform with unified access to leading image, video, and language models

# EvoLink

EvoLink is an enterprise AI gateway platform for developers who need a unified model access layer, task management, and usage tracking.

<CardGroup cols={3}>
  <Card title="Unified Model Access" icon="plug">
    Access image, video, text, and audio models through one API, reducing integration work across providers.
  </Card>

  <Card title="OpenAI Compatible" icon="code">
    Use OpenAI-style APIs and mainstream SDKs to migrate existing applications and toolchains more easily.
  </Card>

  <Card title="Reliable Routing" icon="chart-line">
    Use multi-channel routing and failover to reduce the impact of a single model or upstream channel becoming unavailable.
  </Card>
</CardGroup>

## Platform Advantages

**Unified Access**\
Connect to mainstream image, video, text, and audio models through one API, reducing multi-provider integration costs

**OpenAI Compatible**\
Compatible with OpenAI-style interfaces and mainstream SDKs, making migration from existing applications easier

**Reliable Routing**\
Supports multi-channel routing and failover to improve model invocation stability

**Transparent Billing**\
Track usage in real time, manage quotas flexibly, and trace every charge clearly

***

## Capabilities

<CardGroup cols={3}>
  <Card title="Image Generation" icon="image" href="/en/api-manual/image-series/gpt-image-2/gpt-image-2-image-generation">
    Use GPT Image 2, Nanobanana 2, Seedream 5.0 Lite, and other models for text-to-image, image-to-image, editing, and optimization.
  </Card>

  <Card title="Video Creation" icon="video" href="/en/api-manual/video-series/seedance2.0/seedance-2.0-overview">
    Use Seedance 2.0 and other video models for text-to-video, image-to-video, and multi-reference video generation.
  </Card>

  <Card title="Text Generation" icon="comments" href="/en/api-manual/language-series/claude/claude-messages-api">
    Use Claude and other language models for chat, content generation, coding assistance, and long-context text tasks.
  </Card>
</CardGroup>

***

## Core Features

**Intelligent Routing**\
Route requests based on model availability, response behavior, and cost policies to reduce dependency on a single channel

**Task Management**\
Create asynchronous tasks, query status, and retrieve results for long-running image and video workloads

**Secure Access**\
Manage API Key access across different businesses, environments, and teams

**Usage Tracking**\
Track usage and spending records for cost allocation and quota management

***

## Use Cases

<CardGroup cols={3}>
  <Card title="Enterprise App Development" icon="code">
    Integrate AI capabilities quickly while reducing model integration and maintenance work.
  </Card>

  <Card title="Content Production Workflows" icon="images">
    Combine image, video, and text models to build automated workflows for marketing, education, and creative production.
  </Card>

  <Card title="AI Coding Tools" icon="book">
    Configure one model gateway for Claude Code CLI, Codex CLI, Gemini CLI, and similar developer tools.
  </Card>
</CardGroup>

***

## Get Started

<Steps>
  <Step title="Get an API Key">
    Create and save your key in the dashboard: [API Keys](https://evolink.ai/dashboard/keys)
  </Step>

  <Step title="Make Your First Request">
    Read the [Quick Integration](/en/quickstart) guide and call GPT Image 2, Seedance 2.0, or Claude.
  </Step>

  <Step title="Explore Model Docs">
    Open the [Image API](/en/api-manual/image-series/gpt-image-2/gpt-image-2-image-generation), [Video API](/en/api-manual/video-series/seedance2.0/seedance-2.0-overview), or [Text API](/en/api-manual/language-series/claude/claude-messages-api) documentation.
  </Step>
</Steps>
