gemini-3.1-pro
يظهر gemini-3.1-pro ضمن مسار Google في llmtap. الأسعار أدناه بالدولار لكل مليون توكن.
- المزوّد
- نقطة API
- https://www.llmtap.dev/api/v1/chat/completions
سعر إعادة البيع في llmtap
الإدخال
0.53 US$
لكل مليون توكن
الإخراج
3.20 US$
لكل مليون توكن
مرجع Google الرسمي
الإدخال
2.00 US$ / مليون
الإخراج
12.00 US$ / مليون
يُعرض سعر القائمة الرسمي كمرجع.
مثال على طلب
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.1-pro", "messages": [{"role": "user", "content": "hello"}]}'