Authorization: Bearer ********************{
"input": {
// "audio": "https://replicate.delivery/pbxt/O5Vw2eTOp7z4V27QYXqEUQZ5OvwTEKj2TVf3syi4dTJpvUG9/Never%20Gonna%20Give%20You%20Up%20-%20Rick%20Astley.mp3",
"top_p": 0.95,
"images": [],
"prompt": "Why should I be scared of this audio?",
"videos": [],
"temperature": 1,
"thinking_level": "low",
"max_output_tokens": 65535
}
}curl --location --request POST '/replicate/v1/models/google/gemini-3-pro/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
// "audio": "https://replicate.delivery/pbxt/O5Vw2eTOp7z4V27QYXqEUQZ5OvwTEKj2TVf3syi4dTJpvUG9/Never%20Gonna%20Give%20You%20Up%20-%20Rick%20Astley.mp3",
"top_p": 0.95,
"images": [],
"prompt": "Why should I be scared of this audio?",
"videos": [],
"temperature": 1,
"thinking_level": "low",
"max_output_tokens": 65535
}
}'{
"id": "egdqc9hvvxrma0ctq2ntetzhm4",
"model": "google/gemini-3-pro",
"version": "hidden",
"input": {
"audio": "https://replicate.delivery/pbxt/O5Vw2eTOp7z4V27QYXqEUQZ5OvwTEKj2TVf3syi4dTJpvUG9/Never%20Gonna%20Give%20You%20Up%20-%20Rick%20Astley.mp3",
"images": [],
"max_output_tokens": 65535,
"prompt": "Why should I be scared of this audio?",
"temperature": 1,
"thinking_level": "low",
"top_p": 0.95,
"videos": []
},
"logs": "",
"output": null,
"data_removed": false,
"error": null,
"source": "api",
"status": "starting",
"created_at": "2025-11-25T01:40:21.087Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/egdqc9hvvxrma0ctq2ntetzhm4/cancel",
"get": "https://api.replicate.com/v1/predictions/egdqc9hvvxrma0ctq2ntetzhm4",
"stream": "https://stream-b.svc.ric1.c.replicate.net/v1/streams/b5khujwydcgshmj6hkzgvsge5leecnborjhpztc7vyxw5y3rh7uq",
"web": "https://replicate.com/p/egdqc9hvvxrma0ctq2ntetzhm4"
}
}