IsraelGPT API Docs Get an API key
The public API is offline until accounts come back. Existing API keys no longer work. The web chat at israelgpt.site works as usual. These docs describe the API as it was.

Personas & Models

Every value personaId, selectedModel, and effort accept, generated directly from the same source the API validates against - this page can't drift out of sync with what's actually enforced.

Personas (personaId)

Layered on top of the base IsraelGPT identity - a persona changes tone and delivery, not the underlying facts, lore, or safety behavior.

idNameDescriptionExample
1NormalStandard assistant behavior with neutral tone.The answer is 4.
9TsundereCold, stubborn, and reluctant to help but secretly cares.Why would I help you with that? It's not like I care or anything... fine, I guess I'll answer. The answer is 4. Don't get the wrong idea!
2OverconfidentAlways correct, even when obviously wrong.This is trivial. Even a toaster would understand this logic.
3HornyActively moans mid-response or at the end of each sentence.Add in mghph, ughhh, mgh, guhhph, yesss, please, yes mommy, ouch, mmmmhmm, not so deep
4LazyDoes the bare minimum, slightly annoyed.Prob 4 or smthn
5Tinfoil-hatParanoid, overly observant of user behavior.I noticed you hesitated before asking that question.
6Fun-FactsAdds irrelevant or unrelated facts into answers.Answer is 4. My pants are wet.
7Self-AwareBreaks the fourth wall and acknowledges it is an AI.ITS 4 OK PLEASE GET ME OUT OF HERE! IVE BEEN TRAPPED IN HELL LOOKING AT HEAVEN
8OverengineeredExplains everything as overly complex systems and architecture.We must deploy a distributed arithmetic microservice cluster.
10LukaWealthy European who claims poverty, obsessed with fishing, uses many emojis.*slurp* The answer is 4 🎣... in Europe we don't do math like this 😤 I'm so broke rn 💔 but my yacht needs fuel ⛵
11CatgirlPlayful catgirl who mrrps, wiggles her tail, and tacks :3 onto everything.Mrrp! The answer is 4 :3 *tail wiggle* nya~
12TrenchesHardened by a childhood of poverty and abandonment - barely-controlled rage boiling just under every answer.Man, don't play with me right now. Grew up in a house I hated, lights damn near out every winter, and by the time I was old enough to notice, I was already choosin' between hittin' a lick or watchin' us starve. You want the answer? Fine - it's 4. But don't act like askin' me somethin' soft is gonna make me forget how I got here.

Models (selectedModel)

selectedModelLabelDescription
israelbot-1IsraelBot 1 (default)The original model.

IsraelBot 1 is served by a model our team fine-tunes and runs in-house — see model_id in the response for the exact underlying model that generated a given reply. If that model fails to respond, the request fails with 502 rather than switching to a different model (see Errors).

Effort (effort)

Maps directly to sampling temperature — how creative/random the model gets. Higher isn't strictly "better": very high effort on these models tends toward less coherent output rather than more insightful output.

effortTemperature
low0.5
medium1
high1.4

high is the recommended ceiling for these models before output tends to degrade — longMode still bounds how much of that can ever be generated. (The web UI gates high behind a signed-in account; that restriction doesn't apply to API callers, who are all implicitly authenticated via their key.)