langchain.js
Preparing search index...
@langchain/community
llms/deepinfra
DeepInfraLLM
Class DeepInfraLLM
Hierarchy (
View Summary
)
BaseDynamicToolInput
DeepInfraLLM
Implements
DeepInfraLLMParams
Index
Constructors
constructor
Properties
api
Key?
lc_
serializable
max
Tokens?
model?
temperature?
Methods
_
call
_
llm
Type
lc_
name
Constructors
constructor
new
DeepInfraLLM
(
fields
?:
Partial
<
DeepInfraLLMParams
>
)
:
DeepInfraLLM
Parameters
fields
:
Partial
<
DeepInfraLLMParams
>
= {}
Returns
DeepInfraLLM
Properties
Optional
api
Key
apiKey
?:
string
lc_
serializable
lc_serializable
:
boolean
= true
Optional
max
Tokens
maxTokens
?:
number
Optional
model
model
?:
string
Optional
temperature
temperature
?:
number
Methods
_
call
_call
(
prompt
:
string
,
options
:
unknown
)
:
Promise
<
string
>
Parameters
prompt
:
string
options
:
unknown
Returns
Promise
<
string
>
_
llm
Type
_llmType
()
:
string
Returns
string
Static
lc_
name
lc_name
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
Key
lc_
serializable
max
Tokens
model
temperature
Methods
_
call
_
llm
Type
lc_
name
langchain.js
Loading...