gemini-3.5-flash
gemini-3.5-flash, llmtap के Google route में सूचीबद्ध है। कीमतें प्रति 1M token USD में हैं।
- प्रदाता
- API endpoint
- https://www.llmtap.dev/api/v1/chat/completions
llmtap resale कीमत
इनपुट
$0.40
प्रति 1M token
आउटपुट
$2.40
प्रति 1M token
Google का आधिकारिक संदर्भ
इनपुट
$1.50 / 1M
आउटपुट
$9.00 / 1M
आधिकारिक सूची कीमत संदर्भ के लिए दिखाई गई है।
Request उदाहरण
terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
-H "Authorization: Bearer sk-live-your-key" \
-H "Content-Type: application/json" \
-d '{"model": "gemini-3.5-flash", "messages": [{"role": "user", "content": "hello"}]}'