gemini-2.5-pro
Use your MyRouter API key with an OpenAI-compatible request body.
curl https://api.jiekou.ai/v1/chat/completions \
-H "Authorization: Bearer $MYROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-pro",
"messages": [{"role":"user","content":"Hello from MyRouter"}]
}'