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 200+ supported models with unified access, billing, and usage records.
OpenAI
GPT-5.5 Pro
Flagship Reasoning- Latest GPT flagship
- Deep reasoning
Anthropic
Claude Opus 4.6
Advanced Coding- 200K context
Google DeepMind (Gemini)
Gemini 3 Pro Preview
Multimodal Pro- Google flagship preview
- 1M context
DeepSeek
DeepSeek V4 Pro
Cost-efficient Reasoning- 1M context
- Frontier reasoning
Alibaba (Qwen)
Qwen3 Max
Enterprise China Model- Previous flagship
- 128K context
Moonshot (Kimi)
Kimi K2.6
Agent & Long Context- Latest Kimi flagship
- 1M context
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",
)