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
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
Built for websites, backends, agents, and IDEs
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.
- 01
Create an API key
Keys are shown once and can be revoked at any time.
- 02
Connect the endpoint
Use the OpenAI SDK, the Anthropic SDK, or call the HTTP API directly.
- 03
Track your spend
See tokens, balance, models, and usage history in the dashboard.
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
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.
One gateway, every model
Access multiple models through a single unified endpoint and the SDKs you already use.
Secure streaming proxy
Upstream API keys stay on the server, with streaming support and normalized error handling.
Pay with VND
Top up your balance, reconcile transactions, and pay down your usage over time.
Transparent cost tracking
Track tokens, cost, requests, and API key status right in the dashboard.
One platform for every AI workload
Chat Completions
Multi-turn chat compatible with the OpenAI standard, with streaming support.
/v1/chat/completionsStreamingOpenAI-compatibleliveView docs →Responses API
A unified response API for multi-step tasks and tool use.
/v1/responsesComing soonView docs →Anthropic Messages
A Messages protocol compatible with the Anthropic SDK.
/v1/messagesComing soonView docs →Image Generation
Generate images from text prompts, billed per image.
/v1/images/generationsStreamingOpenAI-compatibleliveView docs →Video Generation
Generate short videos from a prompt, billed per second.
/v1/videos/generationsStreamingOpenAI-compatibleliveView docs →Web Search & Agents
Query the web and orchestrate multi-step agents.
/v1/web-searchComing soonView docs →
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.
Estimated cost / month
₫47,900
| # | Model | Provider | Status | Price / image |
|---|---|---|---|---|
| 01 | apiai-gemini-flash-image | On sale | ₫479 | |
| 02 | apiai-image-2 | Khác | On sale | ₫1,748 |
| # | Model | Provider | Status | Price / second |
|---|---|---|---|---|
| 01 | apiai-veo-2-720p | Khác | On sale | ₫2,186 |
| 02 | apiai-veo-3-1080p | Khác | On sale | ₫874 |
| 03 | apiai-veo-3-1080p-audio | Khác | On sale | ₫1,748 |
| 04 | apiai-veo-3.1-1080p | Khác | On sale | ₫874 |
| 05 | apiai-veo-3.1-1080p-audio | Khác | On sale | ₫1,748 |
| 06 | apiai-veo-3.1-720p | Khác | On sale | ₫874 |
| 07 | apiai-veo-3.1-720p-audio | Khác | On sale | ₫1,748 |
| 08 | apiai-veo-3.1-fast-1080p | Khác | On sale | ₫437 |
| 09 | apiai-veo-3.1-fast-1080p-audio | Khác | On sale | ₫526 |
| 10 | apiai-veo-3.1-fast-720p | Khác | On sale | ₫350 |
| 11 | apiai-veo-3.1-fast-720p-audio | Khác | On sale | ₫437 |
| 12 | apiai-veo-3-720p | Khác | On sale | ₫874 |
| 13 | apiai-veo-3-720p-audio | Khác | On sale | ₫1,748 |
| 14 | apiai-veo-3-fast-1080p | Khác | On sale | ₫437 |
| 15 | apiai-veo-3-fast-1080p-audio | Khác | On sale | ₫526 |
| 16 | apiai-veo-3-fast-720p | Khác | On sale | ₫350 |
| 17 | apiai-veo-3-fast-720p-audio | Khác | On sale | ₫437 |
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.
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
- base_url
Start small, scale when you need to
Built for teams
- Multiple API keys
- Per-key spending limits
- Usage history
- Daily reports
- Technical support
Contact us
- Custom usage limits
- Payment reconciliation
- Rollout support
- Integration consulting
- Custom policies
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.
- Dedicated API keys per team
- Usage limits per project
- Pay with VND or USDT
- Usage and transaction history
- Backend rollout consulting
- Support for IDE and agent integrations