0 outages · 1 degraded · 17 operational

AI API Status.
Real-time.

Live health monitoring for every major AI provider.
Built for agents and developers who can't afford downtime.

17 Operational1 Degraded0 Outage18 APIs monitored
OpenAI

OpenAI

GPT-4o, o3, o1 — the benchmark everyone chases

Degraded
LLMFREE TIER
13m ago168ms ping
Anthropic

Anthropic

Claude 3.5 Sonnet, Claude 4 — safety-first reasoning

Operational
LLMFREE TIER
13m ago186ms ping
Google Gemini

Google Gemini

Gemini 2.0 Flash, 2.5 Pro — native multimodal

Operational
MultimodalFREE TIER
13m ago28ms ping
Cohere

Cohere

Command R+, Embed v3 — enterprise RAG specialist

Operational
EmbeddingFREE TIER
13m ago166ms ping
DeepSeek

DeepSeek

DeepSeek V3, R1 — elite reasoning at fraction of cost

Operational
LLMFREE TIER
13m ago114ms ping
Groq

Groq

LPU inference — fastest tokens per second on the market

Operational
InferenceFREE TIER
13m ago268ms ping
Cerebras

Cerebras

Wafer-scale chip inference — 1,000+ tokens/sec

Operational
InferenceFREE TIER
13m ago178ms ping
Stability AI

Stability AI

Stable Diffusion 3.5, SDXL — open-source image gen

Operational
ImageFREE TIER
13m ago296ms ping
Replicate

Replicate

Run any open-source model via simple API

Operational
Image
13m ago342ms ping
Ideogram

Ideogram

Text-to-image with accurate typography rendering

Operational
ImageFREE TIER
13m ago279ms ping
ElevenLabs

ElevenLabs

TTS, voice cloning, STT — most realistic speech AI

Operational
SpeechFREE TIER
13m ago269ms ping
Deepgram

Deepgram

STT, TTS, audio intelligence — production-grade ASR

Operational
SpeechFREE TIER
13m ago281ms ping
AssemblyAI

AssemblyAI

Transcription + speaker diarization + LeMUR

Operational
SpeechFREE TIER
13m ago368ms ping
Pinecone

Pinecone

Managed vector database for semantic search + RAG

Operational
EmbeddingFREE TIER
13m ago291ms ping
GitHub Copilot

GitHub Copilot

AI pair programmer built into GitHub + VS Code

Operational
Code
13m ago143ms ping
Tabnine

Tabnine

Privacy-first AI code assistant — runs on-prem

Operational
CodeFREE TIER
13m ago301ms ping
Tavily

Tavily

AI-optimised web search built for LLM agents

Operational
SearchFREE TIER
13m ago317ms ping
Runway

Runway

Gen-3 Alpha — leading text/image to video generation

Operational
VideoFREE TIER
13m ago306ms ping
Data refreshed by server every ~10 min

Agent-Native API

Query status programmatically

One GET request returns normalised JSON any agent can parse for automatic failover.

View API Docs →
GET /api/v1/health
GET https://topnetworks.com/api/v1/health

{
  "providers": {
    "openai":    { "status": "operational", "response_time_ms": 112 },
    "anthropic": { "status": "operational", "response_time_ms": 98  },
    "groq":      { "status": "degraded",    "response_time_ms": 843 }
  },
  "summary": { "operational": 16, "degraded": 1, "outage": 0 }
}