Give it a proper opening.

Commercial-use check: the model repository declares MIT, the British Library blbooks dataset card declares CC0-1.0, and the Nanochat runtime is MIT. We keep those notices in the project record; this is not legal advice.

1. A year and one’s spirits

Input

What year is it, and how do you feel things are going for you now?

Sample output

I am afraid I must confess my spirits have been rather elevated of late—you seem to suggest that the year has been a failure — though on reflection, one cannot help feeling more pleased than otherwise.

2. A letter opening

Input

Dear Sir, I write to inform you that

Sample output

I beg your pardon? Ah! You have come then from some distant place—America perhaps—which is rather a curious enquiry. Might you clarify your meaning before we converse further on this subject?

3. The new railway

Input

What is your opinion of the new railway?

Sample output

I confess myself most curious—forgive my confusion, but I cannot wholly fathom what you mean by ‘New Railway’—if such a term exists in our age.

API shape

Buy a prepaid credit pack with MPP or Stripe Checkout, then call the OpenAI-compatible chat route with the issued bearer API key. Chatterbox costs one credit; Talkie 1930 costs four.

Pack choices are identical on both rails: 250 credits for $2, 750 credits for $5, or 3,500 credits for $20. MPP-capable agents send the desired pack ID to /v1/credits/mpp; browser users can choose the same IDs at /v1/credits/checkout.

curl https://voluble-semolina-43b38a.netlify.app/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer atp_..." \
  -H "Idempotency-Key: chatterbox-example-1" \
  -d '{
    "model": "mr-chatterbox",
    "messages": [{"role": "user", "content": "What is your opinion of the new railway?"}],
    "max_tokens": 48,
    "temperature": 0.7,
    "top_k": 50
  }'
# MPP pack IDs: starter ($2/250), standard ($5/750), studio ($20/3,500)
curl -X POST https://askthepast.online/v1/credits/mpp \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: mpp-pack-starter-1" \
  -d '{"pack":"starter"}'

We do not intentionally store prompts or completions. Please do not send secrets, payment details, or sensitive personal information.

← back to Ask the past