# Quick Start Guide

## Overview

[**RouterLink**](https://world3.ai/new-agent/router-link) **is a one-stop large-scale model access network provided by WORLD3.**&#x20;

Developers only need one API key to call all mainstream AI models through a unified WORLD3 endpoint, including:

* OpenAI Channel (GPT series)
* Anthropic Channel (Claude series)
* GCP Vertex (Gemini series)
* World3 Router Asia Pacific
* World3 Router North America
* And more models to be integrated later.

RouterLink automatically implements:

* Unified Interface Format
* Automatic routing to the target provider
* Multi-model invocation and transparent billing
* Token-level Credits Tracking
* Secure API Key Management

**On the client side, your application only needs to communicate with RouterLink, instead of managing integrations with multiple vendor APIs.**

## API Key Management

### 1. Generate API Key

**Step1:** Go to the New WORLD3 → RouterLink page.

**Step2: Click "Generate API Key" or the "Generate" link** below to generate an API Key.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FQonJpiTHaceZ5fQ8zVcH%2Fimage.png?alt=media&#x26;token=901f03ff-491b-4a9c-9ef9-a3ade930c531" alt=""><figcaption></figcaption></figure>

**Step3:** After clicking, the following pop-up window will appear. When the API key is revealed, it is displayed only once, so please copy it immediately and store it securely. If the key is lost, it must be regenerated, so careful handling and management are strongly recommended.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FefBlORfeuehIp7IB7EJC%2Fimage.png?alt=media&#x26;token=d9feb458-f1d5-4499-8582-8055e20953b3" alt=""><figcaption></figcaption></figure>

**Step4:** You can view detailed API Key information in the table below.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2F3U9r47OBZXTh40YsB1Lz%2Fimage.png?alt=media&#x26;token=c27ac7e2-0df0-4757-84b7-70c864b36f4a" alt=""><figcaption></figcaption></figure>

### 2. Regenerate and Delete API Key

This system stores only one active API key. When an API key is regenerated or deleted, the previous key is permanently invalidated and cannot be recovered. Please proceed with caution.

**Step1:** **Click the "Regenerate API Key" button** on the page to regenerate the API Key, or **click the "Delete" button** below to delete the API Key.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FQpgfzZ5IsFUP2fB9kkj0%2Fimage.png?alt=media&#x26;token=4e5a3b12-d5e7-4598-9222-1ec78297d3fb" alt=""><figcaption></figcaption></figure>

**Step2: Click the "Confirm" button** to **regenerate or delete** the operation. If you need to generate it again later, simply execute Steps 1-3 in the **Generate API Key** process.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2F2hWwKy1dQ4WXTRDrBNYz%2Fimage.png?alt=media&#x26;token=cfa76a46-e9ae-4717-a00b-f29c41ba0fdb" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2Fse6SCHn1vd96HDJN2rLn%2Fimage.png?alt=media&#x26;token=308a6cca-d944-4b71-a2b9-acf8c0134e40" alt=""><figcaption></figcaption></figure>

## Available Models

### 1. Select Model

**Step1:** Under Available Models, you can select the model you need, or filter by searching.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2F5dGy4frB5Uguve8zzjRq%2Fimage.png?alt=media&#x26;token=eb87daa0-c450-4789-a229-cf50edcb7ef8" alt=""><figcaption></figcaption></figure>

**Step2:** After identifying the model you need, click to enter, where you can see the model's introduction, API Specification, and Integration Guide information.（For detailed information, please visit the page.）

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FmYU8tSv8hQrBsKoDNz5i%2Fimg_v3_02tm_d535ba1f-3586-4ae4-9f97-cdaf7136d5hu.jpg?alt=media&#x26;token=bb0e2855-5a20-4f75-a0c9-ca527b9bd009" alt=""><figcaption></figcaption></figure>

## Integrating RouterLink

{% hint style="info" %}

#### Disclaimer

This documentation is provided for **informational purposes only** and demonstrates how to configure and use our API with third-party AI chat interfaces. Any third-party software, websites, or services mentioned are **not operated, controlled, or endorsed by us**.
{% endhint %}

1. This section will introduce how to integrate RouterLink into different development environments.
2. RouterLink provides a unified API gateway that enables developers to access and switch between multiple Large Language Models (LLMs) using a single API key. It supports **both OpenAI-compatible APIs and native provider APIs** (such as Anthropic Messages API), offering flexible integration options for different use cases.
   1. **OpenAI-compatible API** is recommended for editors, plugins, and chat clients.
   2. **Native provider APIs** are available for advanced usage and full feature access.
3. The examples below demonstrate several common integration scenarios.
4. For more details, please see [the Integration Guide.](https://docs.world3.ai/world3/how-to-guides/routerlink/tutorials)

## View API Usage

You can visit the Routerlink page to view the total amount of Token Usage and Wai Credits consumed by calling this API key.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FrmSuFJxEgbyMIFj0t8nW%2Fimage.png?alt=media&#x26;token=2f8874d2-77b7-48c2-9046-2058b88f623f" alt=""><figcaption></figcaption></figure>

If you would like to view more detailed information, please visit the Billing page, which will show the cost breakdown for each model.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FAJsOatrpNYcJiKRPCJxq%2Fimage.png?alt=media&#x26;token=1f7b8233-0fe0-4893-bd46-3b4f3e74eadb" alt=""><figcaption></figcaption></figure>

Alternatively, you can **click the number below Token Usage** to access the Token Details page for more detailed information.

<figure><img src="https://1299308320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz14Y82ikqf3KozqsiU9D%2Fuploads%2FmiFcVQKknfzS50xOGgzg%2Fimage.png?alt=media&#x26;token=d65a00ae-4e4d-4fca-98c8-64076fc60ce7" alt=""><figcaption></figcaption></figure>

## Stay Connected with RouterLink

Follow [@world3\_ai](https://twitter.com/world3_ai) to catch every announcement.

RouterLink is more than a product—it's a step toward an open, interoperable AI ecosystem where developers have choice, applications have resilience, and users have freedom.

Join us in building the future of AI access.

Links:

* 🌐 Official Website: [routerlink.world3.ai](http://routerlink.world3.ai)
* 📜 Litepaper: <https://docs.world3.ai/world3/routerlink-litepaper>
* 📖 Quick Start Guide: <https://docs.world3.ai/world3/how-to-guides/routerlink/quick-start-guide>
* 🤝 Genesis Program (Alpha): <https://routerlink.world3.ai/?tab=alphaprogram>
* Communities
  * 🐦 Twitter: [@world3\_ai](https://twitter.com/world3_ai)
  * 💬 Discord: [discord.gg/world3](https://discord.gg/world3)
  * 📢 Telegram: [t.me/world3\_ai](https://t.me/world3_ai)
