langchain.js
Preparing search index...
@langchain/community
llms/deepinfra
DeepInfraLLMParams
Interface DeepInfraLLMParams
interface
DeepInfraLLMParams
{
apiKey
?:
string
;
maxTokens
?:
number
;
model
?:
string
;
temperature
?:
number
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
DeepInfraLLMParams
Implemented by
DeepInfraLLM
Index
Properties
api
Key?
max
Tokens?
model?
temperature?
Properties
Optional
api
Key
apiKey
?:
string
Optional
max
Tokens
maxTokens
?:
number
Optional
model
model
?:
string
Optional
temperature
temperature
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
max
Tokens
model
temperature
langchain.js
Loading...