Chat in your browser
No setup, no code. Pick a model in the Playground, type your question and get an answer instantly. Text, summaries, ideas, translations: whatever you need.
Try it freeAsk questions, draft text, generate code, fix bugs. WhatOTP brings powerful AI models into one account; chat in your browser or connect them to your own project. Sign up and your 1 million free tokens are ready right away.
POST /v1/chat/completions200 OKKeep track of requests, tokens, and your projects.
AI models can write, answer questions and generate code. WhatOTP brings them together in one account. Start with whichever path fits you; they all use the same free tokens.
No setup, no code. Pick a model in the Playground, type your question and get an answer instantly. Text, summaries, ideas, translations: whatever you need.
Try it freeUsing Claude Code, OpenCode or Codex? Connect your WhatOTP key and let your assistant write code and fix bugs in your own project.
How to connectIf you’re a developer, add chat, summaries and content generation to your site or app with a few lines of code.
See the codeWorks with Claude Code, OpenCode and Codex. Connect your WhatOTP key through the built-in API adapters, choose a model and keep building in your familiar environment.
Connect your terminal coding assistant to WhatOTP. Works through the built-in Messages adapter.
$ claudeAdd WhatOTP as a provider. Use your models within the same project.
Chat CompletionsSetup guideConnect through the Responses adapter. Send conversation history and tool results to the API.
ResponsesSetup guideTool calling depends on support from your selected provider and model.
From your first experiment to everyday use: models, keys and the controls you need in one workspace.
Choose a model, write a prompt and watch the response stream. Test your scenario before integrating.
Let’s take it step by step.
Create your projectConnect your API keySet expiration dates. Create, manage and revoke your keys.
Manage your keysTrack requests, tokens and model usage in your dashboard. Export reports as CSV.
SAMPLE USAGE CHARTDisplay responses token by token. Build real-time chat and content experiences.
stream: trueConnect with Chat Completions-compatible SDKs. Start with Node.js, Python and cURL examples.
Manage account sessions, link social accounts and track support requests from the same dashboard.
A familiar SDK and one API URL. Take the example and make it part of your project.
Sign up and verify your email.
Create a project-specific key in the dashboard.
Run the example and start building.
import OpenAI from "openai";const ai = new OpenAI({apiKey: process.env.WHATOTP_API_KEY,baseURL: "https://whatotp.com/v1",maxRetries: 0});const response = await ai.chat.completions.create({model: "auto",messages: [{ role: "user", content: "Hello, world!" }]});console.log(response.choices[0]?.message.content);
A token is a piece of text the AI reads or writes; roughly one word is 1–2 tokens. Both your message and the reply count. 1 million tokens covers hundreds of pages of conversation.
Renews automatically every 30 days.
No tokens are counted while the package is active.
Added on top of your monthly gift and never expires.
Reading only takes you so far. Sign up, open the Playground and ask your first question.
Start for free