Gemini-3.1-pro-preview
Google Gemini 3.1 Pro Preview, next-gen multimodal reasoning flagship with Thinking mode
- 能力
- "/v1/chat/completions","method":"POST","test_request":{"max_tokens":100,"messages":[{"content":[{"text":"Describe this image briefly","type":"text"},{"image_url":{"url":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/481px-Cat03.jpg"},"type":"image_url"}],"role":"user"}],"model":"{{model}}"},"validation":{"status_codes":[200],"timeout_ms":60000,"response_path":"choices[0].message.content","must_be_non_empty":true},"parameters":{"required":["model","messages"],"optional":{"max_tokens":{"type":"integer","default":1000,"description":"Maximum response length"},"stream":{"type":"boolean","default":false,"description":"Enable streaming"},"temperature":{"type":"number","default":0.7,"min":0,"max":2,"description":"Controls randomness"}}}}
- 输入
- text, image
- 输出
- text
- 区域
- global
- 验证时间
- 2026-08-15T04:50:43.133974789+00:00
- 价格
- 14.4 IFT / 1M tokens
- 文档
- -
调用示例
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"google/google/gemini-3.1-pro-preview","messages":[{"role":"user","content":"Hello"}]}'