
How do I set it up?
Ask Hercules to build you an app that uses AI! Hercules will use Hercules AI Gateway by default e.g.Setup Hercules AI Gateway
What can I build with AI Gateway?
- Chatbots: Customer support chatbot, AI coach
- Content generation: Write descriptions, emails, summaries
- Image generation: Create images from a text prompt
- Voice and audio: Turn text into speech, transcribe audio and video to text
- Analysis: Extract insights from text, categorize data
- Summarization: Condense long documents or articles
- Personalization: Generate custom recommendations
Can I generate images and audio?
Yes. The AI Gateway handles images and audio through the same setup, with no extra API keys.- Image generation: Create images from a text prompt
- Text to speech: Turn written text into spoken audio, with a choice of voices
- Speech to text: Transcribe audio and video files into text
Add image generation
Add text to speech
Add transcription
What models can I choose?
We support models (like GPT, Claude, Gemini) from the following providers: Anthropic, Google AI Studio, Groq, and OpenAIWhat model does Hercules use by default?
By default, Hercules AI Gateway uses GPT 5 mini by OpenAI. It’s fast, cheap, and very accurate.How do I choose another model?
If you’d like to use another model, just tell Hercules the model and/or provider you want to use:Use Claude Haiku by AnthropicUse Gemini 3 Flash by Google
What input/output is supported?
| Input | Output | |
|---|---|---|
| Today | Text, images, PDFs, audio, video | Text, images, voice/audio |
| Planned | Realtime voice | Video |
How is billing handled?
AI Gateway usage is billed separately through Hercules Cloud. It’s a separate line item from the Hercules AI agent (what you use to build your app). We currently bill at the exact same rate as the model provider. For instance, if you use $1 of OpenAI, you will be billed $1 of Hercules Cloud.Do I need my own API keys?
No. This is all managed by Hercules out of the box through theHERCULES_API_KEY.
If you want to manage billing yourself, you need to ask Hercules to remove the Hercules AI Gateway, then configure the API key and model yourself.
Additional FAQ
What's the difference between AI Gateway and the Hercules AI agent?
What's the difference between AI Gateway and the Hercules AI agent?
The Hercules AI agent builds your app. AI Gateway lets your users use AI features inside your published app.They are also currently billed separately. Hercules AI Agent bills against your monthly AI credits. Hercules AI Gateway bills against your Hercules Cloud credits.
How does the Hercules AI Gateway work technically?
How does the Hercules AI Gateway work technically?
Use the OpenAI SDK with Hercules configuration:The
HERCULES_API_KEY is automatically available in your app’s environment.How do I generate images, speech, and transcripts?
How do I generate images, speech, and transcripts?
Use the same client. Switch the method and model:
Is there rate limiting?
Is there rate limiting?
Yes. Hercules handles rate limiting automatically. If you need higher limits, please contact
support.
Can I stream responses?
Can I stream responses?
Yes. Hercules can set up your chatbot to stream responses in real-time as they come through
How do I monitor AI Gateway usage?
How do I monitor AI Gateway usage?
View usage in your billing dashboard under Hercules Cloud.
What's the difference between this and AI Image Generation?
What's the difference between this and AI Image Generation?
AI Gateway image generation runs inside your published app, for your users, at runtime. The AI Image Generation feature is Hercules creating images for your app while you build it (logos, banners, illustrations).