# mirascope.core.google.call_params
<Info title="Usage">
[Calls](/docs/v1/learn/calls#provider-specific-parameters)
</Info>
## <ApiType type="Class" path="core/google/call_params" symbolName="GoogleCallParams" /> GoogleCallParams
The parameters to use when calling the Google API.
[Google API Reference](https://ai.google.dev/google-api/docs/text-generation?lang=python)
**Bases:**
<TypeLink type={{"type_str": "BaseCallParams", "description": null, "kind": "simple", "doc_url": "/docs/v1/api/core/base/call_params#basecallparams"}} />
<AttributesTable
attributes={[
{
"name": "config",
"type_info": {
"type_str": "NotRequired[GenerateContentConfigOrDict]",
"description": null,
"kind": "generic",
"base_type": {
"type_str": "NotRequired",
"description": null,
"kind": "simple",
"doc_url": "https://docs.python.org/3/library/typing.html#typing.NotRequired"
},
"parameters": [
{
"type_str": "GenerateContentConfigOrDict",
"description": null,
"kind": "simple",
"doc_identifier": "GenerateContentConfigOrDict"
}
]
}
}
]}
/>