Rewind.ai
Every AI tool. Completely free.
AI tools
AI models
creators
tokens used
Popular Tools
Jump straight to what you need
Everything You Need in One Place
400+ tools. No switching between apps.
AI Chat
400+ modelsAI Search
Cited sourcesImage Gen
FLUX, SeedreamVideo Gen
Wan 2.6Text to Speech
174 voices, 37 langsMusic Gen
ACE-StepMy AI
Custom personasAI Writer
Essays, emails, blogsTranslation
200+ languagesTranscription
Whisper STT400+ AI Models
State-of-the-art chat, image, audio, and video models — all reachable through one API.
Including GPT-4o, Claude, Gemini, Llama, DeepSeek, Qwen, and more.
Developer API
Access all 400+ tools via REST API. OpenAI-compatible. Generate an API key and start building in seconds.
API Documentationcurl -X POST https://api.rewind.ai/v1/chat/completions/ \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"model":"qwen/qwen-2.5-7b-instruct","messages":[{"role":"user","content":"Hello"}],"stream":true}'