curl --location 'https://api.shuyanai.com/v1beta/models/gemini-2.5-flash:generateContent' \
--header 'Authorization: Bearer <您的真实API_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "https://www.freqtrade.io/en/stable/ Explain the content of this website"
}
]
}
],
"tools": [
{
"urlContext": {}
}
]
}'{}