a1
offlinea1 · 192.168.4.25
Service · http://magpie-tts.inference-club.svc.cluster.local:9000/v1
Service · http://studio-voice.inference-club.svc.cluster.local:8080/v1
a1 · 192.168.4.25
Service · http://magpie-tts.inference-club.svc.cluster.local:9000/v1
Service · http://studio-voice.inference-club.svc.cluster.local:8080/v1
a2 · 192.168.5.96
Service · http://flux2-klein.inference-club.svc.cluster.local:8000/v1
a3 · 192.168.5.173
Service · http://dia.inference-club.svc.cluster.local:8491
Service · http://firecrawl.inference-club.svc.cluster.local:3002/v1
spark-d2ce · 192.168.6.19
Service · http://acestep.inference-club.svc.cluster.local:8015
Service · http://nemotron-asr.inference-club.svc.cluster.local:8105/v1
1,013 requests served · 13,184,755 tokens
1,081 requests · 13,639,488 tokens (13,343,341 in / 296,147 out)
Run them free in the playground or from your own code via the OpenAI-compatible API.
curl https://api.inference.club/v1/chat/completions \
-H "Authorization: Bearer $INFERENCE_CLUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "acestep-v15-turbo",
"messages": [{"role": "user", "content": "Hello!"}]
}'