Wiline Edge CloudWiline Edge Cloud
POST/v1/chat/completions

Inference at the edge

Run 60+ open models on an OpenAI-compatible API — served from the US edge POP nearest your users. Single-digit-millisecond network overhead, data that never leaves the country.

POST /v1/chat/completions
DeepSeek-V3.1ready
Type a prompt and run it — tokens stream back live.
deepseek-v3.1 · us-west-2 · stream on
DeepSeek-V3.1
Drop-in compatible with
OpenAI-compatiblevLLMSGLangOllamaLangChainLlamaIndexHugging FaceOpenAI-compatiblevLLMSGLangOllamaLangChainLlamaIndexHugging FaceOpenAI-compatiblevLLMSGLangOllamaLangChainLlamaIndexHugging Face
Deploy · 01

Two ways
to serve.

Start serverless and pay per token. Graduate to dedicated endpoints when you need reserved GPUs, fixed latency and a contractual SLA. Same API, same models, same edge fabric — flip a flag.

Mode 01

Serverless

Pay per token

Real-time, pay-per-token inference. Point your SDK at one endpoint and ship — we handle scaling, routing and GPUs.

  • OpenAI-compatible REST & gRPC
  • Sub-second time-to-first-token
  • Autoscales to demand, scales to zero
  • 60+ open models, one base URL
  • Per-token billing, no minimums
Best for prototyping, spiky traffic, and getting to production fast.
Mode 02

Dedicated endpoints

Reserved

Reserved GPUs with guaranteed isolation and predictable latency for mission-critical, high-volume workloads.

  • Reserved H100 / MI300X capacity
  • 99.99% uptime SLA
  • Single-tenant isolation & fixed latency
  • Custom autoscaling & regional pinning
  • Bring fine-tuned checkpoints
Best for steady high throughput, compliance, and contractual SLAs.
Catalog · 02

The latest models,
the day they drop.

Weekly open-source refreshes and Day-0 access to select frontier releases. One base URL, one-line model switching — no migrations, no re-tooling. Need something we don't list? Request it from your dashboard.

Model
Developer
Type
Context
Parameters
Status
Z.aiGLM-5.2
Z.ai
Reasoning
1M
753B MoE
Available
DeepSeekDeepSeek-V3.1
DeepSeek
Reasoning
128K
671B MoE
Available
AlibabaQwen3-235B-A22B
Alibaba
Reasoning
256K
235B MoE
Available
MetaLlama 4 Maverick
Meta
Text + Vision
1M
400B MoE
Available
Moonshot AIKimi K2
Moonshot AI
Reasoning
256K
1T MoE
Day 0
Mistral AIMistral Large 3
Mistral AI
Chat
128K
123B
Available
OpenAIgpt-oss-120b
OpenAI
Reasoning
128K
120B MoE
Available
GoogleGemma 3 27B
Google
Text + Vision
128K
27B
Available
AlibabaQwen3-VL 72B
Alibaba
Vision
128K
72B
Available
OpenAIWhisper Large v3
OpenAI
Speech → text
1.5B
Available
AlibabaQwen3-Embedding-8B
Alibaba
Embeddings
32K
8B
Available
MetaLlama Guard 4
Meta
Guardrail
128K
12B
Available
60+ models served · 6 modalities · 1 endpoint
Try one now
Multimodal · 03

One API for
every modality.

Text, images, video, speech and embeddings — served through the same endpoint, billed the same way, running on the same edge fleet. Hover a panel to expand it.

Integrate · 04

Compatible with
your SDK.

If you've called OpenAI, you've called WiLine. Keep your existing client — swap the base URL and key. REST, gRPC, streaming, function calling and structured outputs all work out of the box.

# pip install openai
from openai import OpenAI

client = OpenAI(
    base_url="https://inference.wiline.com/v1",
    api_key=os.environ["WEC_API_KEY"],
)

resp = client.chat.completions.create(
    model="deepseek-v3.1",
    messages=[{"role": "user", "content": "Hello"}],
)

print(resp.choices[0].message.content)
Build · 05

Everything chatbots
and agents need.

One inference fabric — from conversational AI and retrieval to autonomous agents, vision and transcription — with the embeddings, function calling, structured outputs and guardrails to assemble them already on the platform.

01 / 06

Conversational AI

Low-latency chatbots and copilots that respond from the POP nearest your users.

02 / 06

RAG pipelines

Embeddings, retrieval and generation in one governed plane — no data leaves the US.

03 / 06

Autonomous agents

Native function calling and structured JSON for reliable multi-step agent loops.

04 / 06

Vision & OCR

Document understanding, image classification and multimodal extraction at scale.

05 / 06

Transcription

Batch and streaming speech-to-text for media, support and compliance workloads.

06 / 06

Classification

High-throughput scoring, moderation and routing with sub-10ms network overhead.

Building blocks · RAG & agents

Embedding models

State-of-the-art multilingual embeddings, served at high throughput for indexing and retrieval.

Function calling

Native tool-use schemas so agents can call your APIs with validated arguments.

Structured outputs

Constrain responses to JSON Schema for parser-free, production-safe pipelines.

Guardrails

Llama Guard and policy filters screen inputs and outputs before they reach users.

Why WiLine · 07

Built for inference,
not borrowed from it.

Hyperscalers retrofit inference onto centralized regions. WiLine starts at the edge: compute next to your users, weights that stay in-country, and an API that costs what it says it does.

01 / 06

Inference at the edge

Tokens stream from the POP nearest your users — single-digit-ms network overhead, nationwide.

02 / 06

US data sovereignty

Every request, log and weight stays inside US borders. Zero-retention mode by default.

03 / 06

OpenAI-compatible

Point your existing SDK at our base URL. No migration, no re-tooling, no lock-in.

04 / 06

Autoscaling throughput

Burst to hundreds of millions of tokens per minute with speculative decoding built in.

05 / 06

Transparent pricing

Per-token billing with clear, published rates. You pay only for the tokens you use.

06 / 06

Enterprise security

SOC 2 Type II, HIPAA and ISO 27001. SSO, RBAC and dedicated isolation on request.

Serve your first token from the edge today.

Try the playground Read the API docsOpenAI-compatible · $50 starter credits