May limit lang si infinity
1. Execution time limits
InfinityFree has very short PHP execution time
If Gemini response is slow → script may be killed
Streaming responses =

bad idea
2. Rate & usage limits
Too many API calls in a short time → account suspension
No background workers → every request must finish fast
3. No cron jobs
You cannot:
Pre-fetch responses
Run scheduled API calls
Cache automatically on a schedule
4. Memory limits
Large prompts or large responses may cause:
500 Internal Server Error
Silent script failure

What NOT to do on InfinityFree with Gemini

Chatbot with many users

Long prompts / large context

Streaming responses

AI image/video generation

High-frequency API calls

What DOES work well

Small demo using Gemini

Low-traffic chatbot (personal use)

One-off API calls

Learning / testing Gemini integration

Portfolio project