Generate images and chat with free AI models.
iwe3 is one platform for both. No signup fees, no API keys in your code, no credit card — the free tier is the whole product.
One request. One result.
The developer API lives at https://api.iwe3.in/v1 — one key, three endpoints, JSON everywhere.
curl "https://api.iwe3.in/v1/models" \
-H "Authorization: Bearer iwe3_…your_key…"
curl "https://api.iwe3.in/v1/images/generations" \
-H "Authorization: Bearer iwe3_…your_key…" \
-H "Content-Type: application/json" \
-d '{"prompt": "a red fox in the snow"}'
curl "https://api.iwe3.in/v1/chat/completions" \
-H "Authorization: Bearer iwe3_…your_key…" \
-H "Content-Type: application/json" \
-d '{"model":"mimo-v2.5-free","messages":[{"role":"user","content":"hi"}]}'
Two capabilities, one platform
Both run on the same accounts, the same conversation store, the same error contract.
Image API
Prompt in, hosted image URL out. Verbatim prompt handling, regenerate support, and per-request latency tracking.
Chat API
Free AI chat models with conversation memory — replies are generated with your stored history as context.
Free models, discovered live
The free tier's models are queried automatically — what's available shows up in the app's model picker and on the models page.
Latest updates
What shipped recently, newest first.
Plans for every need
Start free. Upgrade to a day, week, or month pass when you need more.
Questions, answered
Do I need an API key?
No — not to use the app. Keys are handled server-side and never appear in the browser. Developers can create a personal key for the machine-facing API.
What chat models are available?
Free chat models are discovered live and listed in the model selector — MiMo v2.5, DeepSeek v4 Flash, Big Pickle and more.
How is my history stored?
Conversations live in the site's database, tied to your account. You can delete any conversation — or all of them.
Is there an API for developers?
Yes — see the API documentation for image generation, chat and conversation endpoints.
Ready when you are.
Create your free account and start a conversation.
Sign up free
