Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chatgpttech.mobi/docs/llms.txt

Use this file to discover all available pages before exploring further.

Available models

View the latest models in the dashboard

Open model page
ModelModel IDSupported sizesPrice
Coming soon
Image generation models are currently being onboarded. If you’d like early access, reach out to us through the dashboard.

API reference

Image generation uses the OpenAI images/generations format.
curl https://api.chatgpttech.mobi/v1/images/generations \
  -H "Authorization: Bearer sk-hub-your-key-here" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "model-id",
    "prompt": "A futuristic city at sunset, photorealistic",
    "n": 1,
    "size": "1024x1024"
  }'

Quickstart

API keys

Video models