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
Enter a prompt or MermaidJS syntax and click Preview Diagram to generate a diagram. To make changes to the diagram, click Edit Diagram. If the prompt includes escape sequences or \n, click Unescape. For Gemini and ChatGPT, an API key is required. Use the following resources to obtain one:
Using a hash tag (#) instead of a query parameter (?) ensures the parameters remain in the browser and are not logged by the server delivering the static HTML. This allows you to create bookmarks for specific engines with your private key, which is only sent directly to the engine when generating diagrams.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Try it
Enter a prompt or MermaidJS syntax and click Preview Diagram to generate a diagram. To make changes to the diagram, click Edit Diagram. If the prompt includes escape sequences or
\n
, click Unescape. For Gemini and ChatGPT, an API key is required. Use the following resources to obtain one:You can include parameters in the URL using a hash tag (
#
), separated by ampersands (&
), with the following options:engine
: Specifychatgpt
,gemini
, ormermaidjs
key
: Your API keyprompt
: (Optional) A URL-encoded prompt for processingExample:
generate.html#engine=gemini&key=your-key
generate.html#engine=gemini&key=your-key&prompt=sequence%20diagram%20on%20how%20to%20order%20food
Using a hash tag (
#
) instead of a query parameter (?
) ensures the parameters remain in the browser and are not logged by the server delivering the static HTML. This allows you to create bookmarks for specific engines with your private key, which is only sent directly to the engine when generating diagrams.Models
Currently, the following models are used:
Beta Was this translation helpful? Give feedback.
All reactions