Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
AiModel
AiProviderResponse
Interface AiProviderResponse
interface
AiProviderResponse
{
config
:
AiProviderConfig
;
createdAt
:
string
;
credentials
:
|
AiProviderCredentialsBasic
|
AiProviderCredentialsAzureOpenAi
|
AiProviderCredentialsGoogleGemini
|
AiProviderCredentialsCustom
;
id
:
number
;
isEnabled
:
boolean
;
name
:
string
;
promptsCount
:
string
;
type
:
ProviderType
;
updatedAt
:
string
;
useSystemCredentials
:
boolean
;
}
Index
Properties
config
created
At
credentials
id
is
Enabled
name
prompts
Count
type
updated
At
use
System
Credentials
Properties
config
config
:
AiProviderConfig
created
At
created
At
:
string
credentials
credentials
:
|
AiProviderCredentialsBasic
|
AiProviderCredentialsAzureOpenAi
|
AiProviderCredentialsGoogleGemini
|
AiProviderCredentialsCustom
id
id
:
number
is
Enabled
is
Enabled
:
boolean
name
name
:
string
prompts
Count
prompts
Count
:
string
type
type
:
ProviderType
updated
At
updated
At
:
string
use
System
Credentials
use
System
Credentials
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
created
At
credentials
id
is
Enabled
name
prompts
Count
type
updated
At
use
System
Credentials
@crowdin/crowdin-api-client
Loading...