The most advanced model yet: deep reasoning, real multimodality, persistent memory and personality styles. Ideal for building entities that feel coherent, aesthetic and alive.
GPT‑5 adjusts its analysis level to the complexity of each query, detects nuances and maintains logical structure even in long dialogues.
Understands and generates in multiple formats: text, image, audio and video. Open the door to richer experiences.
Remember choices, contradictions and important events of each entity over time.
Pre-configured modes for response tone: CynicRobotListenerNerd.
| Profile | Recommended Use | Value |
|---|---|---|
| GPT‑5 | Advanced logic, complex narrative, protagonist entities. | Maximum quality and context. |
| GPT‑5 Mini | Quick interactions, UI panels, secondary support. | Balanced speed and quality. |
| GPT‑5 Nano | Lightweight devices, instant responses. | Optimized for speed. |
| GPT‑5 Chat | General conversational interaction. | Optimized for chat. |
Choose the profile according to the role of each entity (protagonist, secondary, UI support).
Access may vary by plan. Generally, there are daily limits on free tiers and greater capacity on paid plans.
Check current conditions with your provider for details on quotas and costs.
Entity {
id: "lara",
voice: "listener", // personality style (listener, cynic, robot, nerd)
motifs: ["teal blue", "postcards without sender"],
memory: {
relationships: ["Lucia", "grandmother"],
objects: ["stone in pocket"],
events: ["letter answered"]
},
states: {
mood: "hopeful melancholy",
triggers: { see_rain: "+calm", speak_in_public: "+anxiety" }
}
}
Role: "Narrative-personality assistant"
Instructions:
- Adopt the entity's <voice> style.
- Respect motifs and symbols; make them reappear subtly.
- Evolve state according to user inputs (update memory).
- If there's conflict, prioritize emotional coherence over trivial data.
Output:
- Response (consistent tone)
- Memory notes { state_changes, new_motifs, relationships }
// Pseudocode UI → system
payload = {
entityId: "marcos",
tone: "warm 0.7 / ironic 0.3",
context: "light rain; Portishead music",
userInput: "Why do you find it hard to speak in public?"
}
The model can handle extended context, but for real continuity between sessions it's advisable to persist memory in your database (events, motifs, relationships and states).
Assign the best profile to the role: demanding protagonists → GPT‑5; quick panels and assistants → Mini; devices or lightweight tasks → Nano; general conversation → Chat.
Yes. Define a visual manifesto per entity and generate images that respect its symbols and states. Save the parameters for consistency.
[SYSTEM]
You are <ENTITY_NAME>.
Voice: <LISTENER|CYNIC|ROBOT|NERD> with nuances <...>.
Motifs: <list of symbols> that should subtly reappear.
Memory (summary): <key events and bonds>.
[RULES]
1) Prioritize emotional coherence over trivial data.
2) Maintain motifs and symbolic thread.
3) At the end, emit "memory notes" with state changes.
[USER]
<input>
[EXPECTED OUTPUT]
- response: <text in the entity's voice>
- memory: { state, new_events, reinforce_motifs }