0 outages · 2 degraded · 16 operational

AI API Status.
Real-time.

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

16 Operational2 Degraded0 Outage18 APIs monitored
OpenAI

OpenAI

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

Operational
LLMFREE TIER
23m ago168ms ping
Anthropic

Anthropic

Claude 3.5 Sonnet, Claude 4 — safety-first reasoning

Degraded
LLMFREE TIER
23m ago186ms ping
Google Gemini

Google Gemini

Gemini 2.0 Flash, 2.5 Pro — native multimodal

Operational
MultimodalFREE TIER
23m ago37ms ping
Cohere

Cohere

Command R+, Embed v3 — enterprise RAG specialist

Operational
EmbeddingFREE TIER
23m ago164ms ping
DeepSeek

DeepSeek

DeepSeek V3, R1 — elite reasoning at fraction of cost

Operational
LLMFREE TIER
23m ago102ms ping
Groq

Groq

LPU inference — fastest tokens per second on the market

Operational
InferenceFREE TIER
23m ago213ms ping
Cerebras

Cerebras

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

Operational
InferenceFREE TIER
23m ago201ms ping
Stability AI

Stability AI

Stable Diffusion 3.5, SDXL — open-source image gen

Operational
ImageFREE TIER
23m ago206ms ping
Replicate

Replicate

Run any open-source model via simple API

Operational
Image
23m ago234ms ping
Ideogram

Ideogram

Text-to-image with accurate typography rendering

Operational
ImageFREE TIER
23m ago207ms ping
ElevenLabs

ElevenLabs

TTS, voice cloning, STT — most realistic speech AI

Operational
SpeechFREE TIER
23m ago204ms ping
Deepgram

Deepgram

STT, TTS, audio intelligence — production-grade ASR

Operational
SpeechFREE TIER
23m ago216ms ping
AssemblyAI

AssemblyAI

Transcription + speaker diarization + LeMUR

Operational
SpeechFREE TIER
23m ago152ms ping
Pinecone

Pinecone

Managed vector database for semantic search + RAG

Operational
EmbeddingFREE TIER
23m ago246ms ping
GitHub Copilot

GitHub Copilot

AI pair programmer built into GitHub + VS Code

Degraded
Code
23m ago85ms ping
Tabnine

Tabnine

Privacy-first AI code assistant — runs on-prem

Operational
CodeFREE TIER
23m ago222ms ping
Tavily

Tavily

AI-optimised web search built for LLM agents

Operational
SearchFREE TIER
23m ago245ms ping
Runway

Runway

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

Operational
VideoFREE TIER
23m ago225ms ping
Updates every 60s

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 }
}