Try it live
Log in to try
Log in, pick a model, type a message, and see what a real SeaLink response looks like.
For Developers
API access, SDK integration, model switching, real-time calls. From signup to first call in 5 minutes.
For Teams & Procurement
Singapore entity billing, SLA terms, and procurement-ready documentation for finance and legal review.
Model families
available on SeaLink
Covering GPT, Claude, Gemini, DeepSeek, Qwen, Doubao, Kimi, GLM and more.
Model catalog
Access leading global and Asian models through one API
Use GPT-5.5 Pro, Claude Opus, Gemini, DeepSeek, Qwen, Kimi, and 108+ online models with unified access, billing, and usage records.
Featured examples from the public model catalog. Availability, pricing, and context limits are shown on each model page.
Pricing
Transparent pricing
No subscriptions. No minimum spend. Pay per use. Billed from Singapore.
Claude Sonnet 4.6
1M input tokens
DeepSeek V4 Flash
1M input tokens
GPT-4o
1M input tokens
One account · One invoice
5-minute quickstart
Change one line
AI tools that support OpenAI-compatible endpoints can usually switch to SeaLink by changing the endpoint.
from openai import OpenAI
client = OpenAI(
base_url="https://api.openai.com/v1",
)from openai import OpenAI
client = OpenAI(
base_url="https://test.sealink.io/v1",
)