# NlSearchModelBase
## Properties
**model_name** | Option<**String**> | Name of the NL model to use | [optional]
**api_key** | Option<**String**> | API key for the NL model service | [optional]
**api_url** | Option<**String**> | Custom API URL for the NL model service | [optional]
**max_bytes** | Option<**i32**> | Maximum number of bytes to process | [optional]
**temperature** | Option<**f64**> | Temperature parameter for the NL model | [optional]
**system_prompt** | Option<**String**> | System prompt for the NL model | [optional]
**top_p** | Option<**f64**> | Top-p parameter for the NL model (Google-specific) | [optional]
**top_k** | Option<**i32**> | Top-k parameter for the NL model (Google-specific) | [optional]
**stop_sequences** | Option<**Vec<String>**> | Stop sequences for the NL model (Google-specific) | [optional]
**api_version** | Option<**String**> | API version for the NL model service | [optional]
**project_id** | Option<**String**> | Project ID for GCP Vertex AI | [optional]
**access_token** | Option<**String**> | Access token for GCP Vertex AI | [optional]
**refresh_token** | Option<**String**> | Refresh token for GCP Vertex AI | [optional]
**client_id** | Option<**String**> | Client ID for GCP Vertex AI | [optional]
**client_secret** | Option<**String**> | Client secret for GCP Vertex AI | [optional]
**region** | Option<**String**> | Region for GCP Vertex AI | [optional]
**max_output_tokens** | Option<**i32**> | Maximum output tokens for GCP Vertex AI | [optional]
**account_id** | Option<**String**> | Account ID for Cloudflare-specific models | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)