ApiLux
Prepaid AI API infrastructure for Vietnamese developers

One API gateway for
every AI model

Create an API key, add prepaid credit, and access AI models for chat, coding, image, video, and agent workloads through one unified endpoint.

  • No credit card required to start
  • Payments processed through a secure gateway
  • Refund support for system errors
OpenAI-compatible
curl https://api.apilux.net/v1/chat/completions \
  -H "Authorization: Bearer apl_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet",
    "messages": [
      {
        "role": "user",
        "content": "Summarize this document"
      }
    ],
    "stream": true
  }'
Prepaid wallet
Prepaid wallet
Dedicated API keys
Dedicated API keys
Transparent usage
Transparent usage
Payment
VND / USDT
Endpoint
/v1
Tracking
Tokens & cost
OpenAI SDKAnthropic SDKClaude CodeCodexCursorOpenCodeVS CodePythonNode.js
01QUICK START

From idea to your first AI request in minutes

No need to juggle multiple model provider accounts. Create an account, add credit, grab an API key, and connect with the SDK you already use.

  1. 01

    Create an API key

    Keys are shown once and can be revoked at any time.

  2. 02

    Connect the endpoint

    Use the OpenAI SDK, the Anthropic SDK, or call the HTTP API directly.

  3. 03

    Track your spend

    See tokens, balance, models, and usage history in the dashboard.

quickstart.ts
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.APILUX_API_KEY,
  baseURL: "https://api.apilux.net/v1",
});

const response = await client.chat.completions.create({
  model: "claude-sonnet",
  messages: [
    {
      role: "user",
      content: "Analyze this repository",
    },
  ],
  stream: true,
});
  • Fast responses
  • Document processing
  • Backend workflows
02Core features

The infrastructure a serious AI API needs

Built around what developers and teams actually need: API keys, a secure proxy, prepaid billing, streaming, and cost reporting.

01

One gateway, every model

Access multiple models through a single unified endpoint and the SDKs you already use.

02

Secure streaming proxy

Upstream API keys stay on the server, with streaming support and normalized error handling.

03

Pay with VND

Top up your balance, reconcile transactions, and pay down your usage over time.

04

Transparent cost tracking

Track tokens, cost, requests, and API key status right in the dashboard.

04Pricing

Pay for what you actually use

No fixed plans to commit to. Cost is calculated per token, per image, or per second of video.

Estimate your monthly cost

This figure is an estimate only.

Billed per generated image.

100

Estimated cost / month

₫47,900

01Text models
No text models are on sale right now.
02Image models
Image models
#ModelProviderStatusPrice / image
01apiai-gemini-flash-imageGoogleOn sale₫479/ image
02apiai-image-2KhácOn sale₫1,748/ image
03Video models
Video models
#ModelProviderStatusPrice / second
01apiai-veo-2-720pKhácOn sale₫2,186/ second
02apiai-veo-3-1080pKhácOn sale₫874/ second
03apiai-veo-3-1080p-audioKhácOn sale₫1,748/ second
04apiai-veo-3.1-1080pKhácOn sale₫874/ second
05apiai-veo-3.1-1080p-audioKhácOn sale₫1,748/ second
06apiai-veo-3.1-720pKhácOn sale₫874/ second
07apiai-veo-3.1-720p-audioKhácOn sale₫1,748/ second
08apiai-veo-3.1-fast-1080pKhácOn sale₫437/ second
09apiai-veo-3.1-fast-1080p-audioKhácOn sale₫526/ second
10apiai-veo-3.1-fast-720pKhácOn sale₫350/ second
11apiai-veo-3.1-fast-720p-audioKhácOn sale₫437/ second
12apiai-veo-3-720pKhácOn sale₫874/ second
13apiai-veo-3-720p-audioKhácOn sale₫1,748/ second
14apiai-veo-3-fast-1080pKhácOn sale₫437/ second
15apiai-veo-3-fast-1080p-audioKhácOn sale₫526/ second
16apiai-veo-3-fast-720pKhácOn sale₫350/ second
17apiai-veo-3-fast-720p-audioKhácOn sale₫437/ second
05IDE integrations

Connect the coding tools you already use

Illustrative example — adjust it for the tool you use.

Sample configuration

Point Claude Code at the ApiLux endpoint to use models through your prepaid wallet.

~/.zshrc
Claude Code
export ANTHROPIC_BASE_URL="https://api.apilux.net/v1"
export ANTHROPIC_API_KEY="apl_your_api_key"

claude
How to connect
ANTHROPIC_BASE_URL environment variable
wire_api
messages
base_url
https://api.apilux.net/v1
View guide →
06

Start small, scale when you need to

Individual

Pay as you go

  • Top up with VND
  • Create API keys
  • Track tokens
  • Integration docs
Create account
Team

Built for teams

  • Multiple API keys
  • Per-key spending limits
  • Usage history
  • Daily reports
  • Technical support
Use for your team
Enterprise

Contact us

  • Custom usage limits
  • Payment reconciliation
  • Rollout support
  • Integration consulting
  • Custom policies
Talk to us
07Enterprise rollout

Integrate the AI API into your product, CRM, or operations

We help set up spending limits, API key permissions, billing, and reconciliation to match your organization's needs.

  • 01Dedicated API keys per team
  • 02Usage limits per project
  • 03Pay with VND or USDT
  • 04Usage and transaction history
  • 05Backend rollout consulting
  • 06Support for IDE and agent integrations
08

Frequently asked questions