[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# RequestOptions interface\n\nParams passed to [getGenerativeModel()](./ai.md#getgenerativemodel_c63f46a).\n\n**Signature:** \n\n export interface RequestOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------|--------|----------------------------------------------------------------------------|\n| [baseUrl](./ai.requestoptions.md#requestoptionsbaseurl) | string | Base url for endpoint. Defaults to https://firebasevertexai.googleapis.com |\n| [timeout](./ai.requestoptions.md#requestoptionstimeout) | number | Request timeout in milliseconds. Defaults to 180 seconds (180000ms). |\n\nRequestOptions.baseUrl\n----------------------\n\nBase url for endpoint. Defaults to https://firebasevertexai.googleapis.com\n\n**Signature:** \n\n baseUrl?: string;\n\nRequestOptions.timeout\n----------------------\n\nRequest timeout in milliseconds. Defaults to 180 seconds (180000ms).\n\n**Signature:** \n\n timeout?: number;"]]