unified-llm-client
Preparing search index...
GeminiClientConfig
Interface GeminiClientConfig
interface
GeminiClientConfig
{
apiKey
:
string
;
baseUrl
?:
string
;
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
modelRegistry
?:
ModelRegistry
;
retryOptions
?:
RetryOptions
;
}
Index
Properties
api
Key
base
Url?
fetch
Implementation?
model
Registry?
retry
Options?
Properties
api
Key
apiKey
:
string
Optional
base
Url
baseUrl
?:
string
Optional
fetch
Implementation
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
model
Registry
modelRegistry
?:
ModelRegistry
Optional
retry
Options
retryOptions
?:
RetryOptions
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
base
Url
fetch
Implementation
model
Registry
retry
Options
unified-llm-client
Loading...
MDN Reference