langchain.js
Preparing search index...
@langchain/community
chat_models/deepinfra
ChatDeepInfraParams
Interface ChatDeepInfraParams
interface
ChatDeepInfraParams
{
apiKey
?:
string
;
maxTokens
?:
number
;
model
:
string
;
temperature
?:
number
;
}
Implemented by
ChatDeepInfra
Index
Properties
api
Key?
max
Tokens?
model
temperature?
Properties
Optional
api
Key
apiKey
?:
string
Optional
max
Tokens
maxTokens
?:
number
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...