Text to model (v1.4-20240625)
This page lists all supported parameters for text_to_model when using model_version v1.4-20240625.
When to use v1.4
- Choose v1.4 only when you must keep behavior compatible with older systems.
- For new projects, prefer
H3,H2,P1, orTurbo-v1.0.
Endpoint
Parameters
Required parameters
type: This field must be set to text_to_model.
prompt: A text value that directs the model generation. The maximum prompt length is 1024 characters, equivalent to approximately 100 words. The API supports multiple languages. However, emojis and certain special Unicode characters are not supported.
model_version: Set to v1.4-20240625.
Common parameters
model_seed: An integer value chosed randomly if not set. This is the random seed for model generation. For model_version>=v2.0-20240919 or Turbo-v1.0-20250506, the seed controls the geometry generation process, ensuring identical models when the same seed is used.
Advanced parameters
None in this version.
Returns
task_id: The identifier for the successfully submitted task.