欢迎访问 n1n 在线文档!平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
【 亚洲地区入口及接口地址:llm-api.net 】,【 全球地区入口及接口地址:api.n1n.ai 】

Authorization: Bearer ********************curl --location --globoff 'https://llm-api.net/v1beta/models/gemini-2.5-pro:generateContent?key=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"tools": [
{
"UrlContext": {}
}
]
}'{}