Skip to main content

Timepoint Flash

Experience Synthetic Time Travel — type any moment in history, get a complete historically grounded scene in seconds: characters with distinct voices, period-accurate dialog, relationship dynamics, and a photorealistic image — all verified against Google Search.

GitHub

timepointai/timepoint-flash — Apache-2.0, Python 3.10+, FastAPI

Detailed Docs

Full API reference, agent pipeline, and configuration docs
Flash runs behind the API Gateway with AUTH_ENABLED=false — it is a pure generation engine with no authentication of its own. All consumer access goes through api.timepointai.com, which handles auth, credits, and rate limiting before proxying requests to Flash.

How It Works

Flash uses a 14-agent pipeline where each agent specializes in one aspect of scene construction. The pipeline includes automated critique and retry loops to ensure historical accuracy.

Agent Pipeline

Example Output

Query: “AlphaGo plays Move 37 against Lee Sedol, Seoul, March 10 2016” Result:
  • Full scene with location, date, atmosphere, tension level
  • 5 characters with distinct speaking patterns
  • Multi-turn dialog capturing the moment
  • Photorealistic image
  • Source citations and confidence scores
  • TDF-formatted output with provenance

API

LLM Providers

Image Generation

3-tier fallback chain:
  1. Google Imagen (primary)
  2. OpenRouter Flux (fallback)
  3. Pollinations.ai (free fallback)

Installation

Live API: api.timepointai.com