Nscale
Nscale is an AI/GPU cloud that pairs serverless, OpenAI-compatible inference with on-demand GPU compute. The Serverless Inference API serves open models (Llama, Qwen, DeepSeek, GPT OSS, Mistral, Flux) at https://inference.api.nscale.com/v1 with pay-per-token billing, while the platform API provisions GPU clusters, compute instances, networks, and storage.
APIs
Nscale Serverless Chat Completions API
OpenAI-compatible chat completions across Llama, Qwen, DeepSeek, GPT OSS, and Mistral models, with streaming (SSE), tool use, and multimodal vision inputs, served from Nscale se...
Nscale Serverless Completions API
OpenAI-compatible legacy text completions endpoint that generates a continuation for a supplied prompt against a selected serverless model.
Nscale Serverless Embeddings API
OpenAI-compatible embeddings endpoint returning vector representations of text for retrieval, clustering, and semantic search, served by models such as Qwen3 Embedding.
Nscale Serverless Image Generation API
OpenAI-compatible text-to-image endpoint creating images from prompts using diffusion models such as Flux.1 [schnell], billed per megapixel.
Nscale Models API
Lists serverless models available for inference with identifiers, context length, and per-token pricing metadata via the OpenAI-compatible models endpoint.
Nscale GPU Compute and Clusters API
Platform API for provisioning and managing GPU compute instances, networks, security groups, object storage, organizations, and projects on the Nscale AI cloud.
Collections
Pricing Plans
Rate Limits
FinOps
Nscale Finops
FINOPSEvent Specifications
Nscale Chat Completions Streaming (HTTP + SSE)
AsyncAPI 2.6 description of Nscale's **chat completion streaming** surface. Nscale does not publish a WebSocket API. The only asynchronous / event-style transport documented for...
ASYNCAPI