The NanoGPT API allows you to generate text, images and video using any AI model available. Our implementation for text generation generally matches the OpenAI standards. We also support verifiably private TEE (Trusted Execution Environment) models, allowing for confidential computations.
All examples in this documentation also work on our alternative domains. Just replace the base URL https://nano-gpt.com with your preferred domain: ai.bitcoin.com, bcashgpt.com, or cake.nano-gpt.com. Only the base URL changes; endpoints and request formats remain the same.
The quickest way to get started with our API is to explore our Endpoint Examples. Each endpoint page provides comprehensive documentation with request/response formats and example code. The Chat Completion endpoint is a great starting point for text generation.