Speka API — live system status

What does this page show?

Speka is an AI API gateway that gives developers a single endpoint to access frontier models — chat completions, text embeddings, and image generation. This page is generated from real health checks: each model is called with an actual inference request on a schedule, and what you see below is the result of the most recent one.

Partial outage

Last check 8 min ago
Models running
6/7
0 degraded · 1 unavailable
Health-check success rate
94.44%
12,265 live checks recorded
Median response
1.2s
across models that are up
Chat completions5 modelsDegraded
Embeddings1 modelOperational
Image generation1 modelOperational

Model availability

Verified by calling each model for real — not by reading a vendor list.

Muse Glimmer 30b
meta/muse-glimmer-30b
Running· verified 8 min ago · 1243ms
GPT-OSS 20B
openai/gpt-oss-20b
Running· verified 8 min ago · 924ms
Nemotron 3 Embed 1B
nvidia/nemotron-3-embed-1b
Running· verified 8 min ago · 219ms
FLUX.1 [dev]
black-forest-labs/flux.1-dev
Running· verified 3h ago · 1961ms
Glm 5.3
z-ai/glm-5.3
Running· verified 8 min ago · 569ms
Nemotron 3 Super 120B
nvidia/nemotron-3-super-120b-a12b
Unavailable· verified 8 min ago
Llama 3.2 11B Vision
meta/llama-3.2-11b-vision-instruct
Running· verified 8 min ago · 1729ms

Models that fail their live checks are removed from the public catalog automatically and restored when they recover. Machine-readable status is available on GET speka.me/v1/models.

FAQ

Frequently asked questions about Speka's reliability

When Speka's API gateway shows 'Operational,' all requests are routing normally across chat completions, embeddings, and image generation endpoints, and response times are within expected ranges. A status of 'Degraded' means elevated latency or partial errors — retry with exponential backoff. 'Outage' means the endpoint is unreachable and the team is actively investigating.
Speka does not rely on the upstream provider's model listing — a listed model can still fail on inference. Instead, every model in the catalog is probed on a schedule with a real request: a short chat completion, an embedding call, or a small image generation. The result (HTTP status, response time, and returned content) is what drives the status shown on this page, and models that fail repeatedly are removed from the public catalog automatically until they recover.
A 503 response means the service is temporarily unavailable. Implement exponential backoff — start at one second and double up to 30 seconds maximum — and retry the request. Check this status page for the current component health; most incidents resolve within minutes of detection. If a specific model shows as unavailable here, switch to another model with the same capability — your API key and base URL stay the same.
Chat completions accept a conversation thread and return a generated text response — used for dialogue, summarization, and instruction-following. Embeddings accept text and return a dense numeric vector used for semantic search, similarity ranking, and retrieval-augmented generation (RAG). The two serve different model types and are tracked separately on the status page.