AI API Status.
Real-time.
Live health monitoring for every major AI provider.
Built for agents and developers who can't afford downtime.
OpenAI
GPT-4o, o3, o1 — the benchmark everyone chases
Anthropic
Claude 3.5 Sonnet, Claude 4 — safety-first reasoning
Google Gemini
Gemini 2.0 Flash, 2.5 Pro — native multimodal
Cohere
Command R+, Embed v3 — enterprise RAG specialist
DeepSeek
DeepSeek V3, R1 — elite reasoning at fraction of cost
Groq
LPU inference — fastest tokens per second on the market
Cerebras
Wafer-scale chip inference — 1,000+ tokens/sec
Stability AI
Stable Diffusion 3.5, SDXL — open-source image gen
Replicate
Run any open-source model via simple API
Ideogram
Text-to-image with accurate typography rendering
ElevenLabs
TTS, voice cloning, STT — most realistic speech AI
Deepgram
STT, TTS, audio intelligence — production-grade ASR
AssemblyAI
Transcription + speaker diarization + LeMUR
Pinecone
Managed vector database for semantic search + RAG
GitHub Copilot
AI pair programmer built into GitHub + VS Code
Tabnine
Privacy-first AI code assistant — runs on-prem
Tavily
AI-optimised web search built for LLM agents
Runway
Gen-3 Alpha — leading text/image to video generation
Agent-Native API
Query status programmatically
One GET request returns normalised JSON any agent can parse for automatic failover.
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 }
}