Configuration details for various AI models and tools in a plan
The plan-config
object contains configuration settings for different AI models, tools, and features available in a specific plan. It defines which capabilities are enabled and which models are accessible.
The plan-config
object is available as a property of the plan
object. It can be accessed within theme templates when working with plan-related data.
Indicates whether the writer feature is enabled for this plan.
Specifies the AI model used for the writer feature (e.g., “gpt-4o”).
Indicates whether the coder feature is enabled for this plan.
Specifies the AI model used for the coder feature (e.g., “gpt-4o”).
Indicates whether the imagine feature is enabled for this plan.
Indicates whether the transcriber feature is enabled for this plan.
Indicates whether the voiceover feature is enabled for this plan.
Indicates whether the chat feature is enabled for this plan.
Indicates whether the voice isolator feature is enabled for this plan.
Indicates whether the classifier feature is enabled for this plan.
Indicates whether the composer feature is enabled for this plan.
Specifies the AI model used for the titler feature (e.g., “gpt-4o-mini”).
An object containing boolean flags for various AI models, indicating which ones are available in this plan. Examples include:
o1-preview
o1-mini
gpt-4o
gpt-4o-mini
gpt-4-turbo
gpt-4
gpt-3.5-turbo
claude-3-5-sonnet-20240620
claude-3-haiku-20240307
claude-3-sonnet-20240229
claude-3-opus-20240229
command-r-plus
command-r
command
command-light
dall-e-3
dall-e-2
flux/dev
flux/schnell
flux-pro
flux-realism
sd-ultra
sd-core
sd3-large
sd3-large-turbo
sd3-medium
stable-diffusion-xl-1024-v1-0
stable-diffusion-v1-6
clipdrop
tts-1
eleven_multilingual_v2
eleven_turbo_v2_5
eleven_multilingual_v1
eleven_monolingual_v1
google-tts-standard
google-tts-premium
google-tts-studio
azure-tts
chirp-v3-5
chirp-v3-0
An object specifying which tools are available in this plan:
embedding_search
: Boolean indicating if embedding search is enabledgoogle_search
: Boolean indicating if Google search is enabledcohere_web_search
: Boolean indicating if Cohere web search is enabledweb_scrap
: Boolean indicating if web scraping is enabledgenerate_image
: Boolean indicating if image generation is enabledSpecifies the embedding model used for this plan (e.g., “text-embedding-3-small”).
An array of assistant IDs that are available in this plan. If set to null, all assistants are available.
An array of preset IDs that are available in this plan. If set to null, all presets are available.
Configuration details for various AI models and tools in a plan
The plan-config
object contains configuration settings for different AI models, tools, and features available in a specific plan. It defines which capabilities are enabled and which models are accessible.
The plan-config
object is available as a property of the plan
object. It can be accessed within theme templates when working with plan-related data.
Indicates whether the writer feature is enabled for this plan.
Specifies the AI model used for the writer feature (e.g., “gpt-4o”).
Indicates whether the coder feature is enabled for this plan.
Specifies the AI model used for the coder feature (e.g., “gpt-4o”).
Indicates whether the imagine feature is enabled for this plan.
Indicates whether the transcriber feature is enabled for this plan.
Indicates whether the voiceover feature is enabled for this plan.
Indicates whether the chat feature is enabled for this plan.
Indicates whether the voice isolator feature is enabled for this plan.
Indicates whether the classifier feature is enabled for this plan.
Indicates whether the composer feature is enabled for this plan.
Specifies the AI model used for the titler feature (e.g., “gpt-4o-mini”).
An object containing boolean flags for various AI models, indicating which ones are available in this plan. Examples include:
o1-preview
o1-mini
gpt-4o
gpt-4o-mini
gpt-4-turbo
gpt-4
gpt-3.5-turbo
claude-3-5-sonnet-20240620
claude-3-haiku-20240307
claude-3-sonnet-20240229
claude-3-opus-20240229
command-r-plus
command-r
command
command-light
dall-e-3
dall-e-2
flux/dev
flux/schnell
flux-pro
flux-realism
sd-ultra
sd-core
sd3-large
sd3-large-turbo
sd3-medium
stable-diffusion-xl-1024-v1-0
stable-diffusion-v1-6
clipdrop
tts-1
eleven_multilingual_v2
eleven_turbo_v2_5
eleven_multilingual_v1
eleven_monolingual_v1
google-tts-standard
google-tts-premium
google-tts-studio
azure-tts
chirp-v3-5
chirp-v3-0
An object specifying which tools are available in this plan:
embedding_search
: Boolean indicating if embedding search is enabledgoogle_search
: Boolean indicating if Google search is enabledcohere_web_search
: Boolean indicating if Cohere web search is enabledweb_scrap
: Boolean indicating if web scraping is enabledgenerate_image
: Boolean indicating if image generation is enabledSpecifies the embedding model used for this plan (e.g., “text-embedding-3-small”).
An array of assistant IDs that are available in this plan. If set to null, all assistants are available.
An array of preset IDs that are available in this plan. If set to null, all presets are available.