메인 콘텐츠로 건너뛰기
POST
/
v1beta
/
models
/
{model}
:streamGenerateContent
curl "https://api.arouter.ai/v1beta/models/gemini-2.5-flash:streamGenerateContent?key=lr_live_xxxx&alt=sse" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [{"parts": [{"text": "Tell me a story."}]}]
  }'

Documentation Index

Fetch the complete documentation index at: https://docs.arouter.ai/llms.txt

Use this file to discover all available pages before exploring further.

curl "https://api.arouter.ai/v1beta/models/gemini-2.5-flash:streamGenerateContent?key=lr_live_xxxx&alt=sse" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [{"parts": [{"text": "Tell me a story."}]}]
  }'