You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Rate limit exceeded | The maximum number of mesh generations has been exceeded for the minute. | Wait until the rate limit resets. |
70
-
| Moderation failed | The mesh generation was flagged for moderation. | Review and modify the prompt to ensure it adheres to Roblox's moderation guidelines. |
71
-
| Internal server error | An unexpected issue occurred on the server. | Retry the request later or check server status for issues. |
72
-
| Character limit exceeded | The input prompt length for this generation request exceeded the limit. | Reduce the number of characters in the `Prompt` string of the `input` dictionary. |
73
-
| Service overloaded | The service is overloaded. | Retry the request later. |
74
-
| Size dimensions must be greater than 0 | Invalid size provided. | Change the size to above `0`. |
| Rate limit exceeded | The maximum number of mesh generations has been exceeded for the minute. | Wait until the rate limit resets. |
79
+
| Moderation failed | The mesh generation was flagged for moderation. | Review and modify the prompt to ensure it adheres to Roblox's moderation guidelines. |
80
+
| Internal server error | An unexpected issue occurred on the server. | Retry the request later or check server status for issues. |
81
+
| Character limit exceeded | The input prompt length for this generation request exceeded the limit. | Reduce the number of characters in the `Prompt` string of the `input` dictionary. |
82
+
| Service overloaded | The service is overloaded. | Retry the request later. |
83
+
| Size dimensions must all be greater than 0 | Invalid size provided. | Change the size to above `0`. |
75
84
code_samples: []
76
85
parameters:
77
86
- name: inputs
@@ -92,11 +101,12 @@ methods:
92
101
summary: |
93
102
A dictionary for additional generation options to influence the
94
103
result. The following key is supported:
95
-
96
-
- `SuggestedSize` — Optional `Datatype.Vector3` representing a size
97
-
guide for the generated asset. The service will attempt to create a
98
-
model with a size and proportion similar to the provided
99
-
`Datatype.Vector3`. This does not guarantee the final output size.
104
+
105
+
- `SuggestedSize` — Optional
106
+
`Datatype.Vector3` representing a size guide for the generated asset.
107
+
The service will attempt to create a model with a size and proportion
108
+
similar to the provided `Datatype.Vector3`. This does not guarantee
0 commit comments