Generate
Generate is a Pipe type that is designed to generate LLM completions. It's not intended for chat use-cases. Since it is still a Pipe, it has all the Pipe features like streaming, logs, versions, safety, etc.
Experiments is a Pipe feature that is only available for Generate Pipes. Read more about Experiments here.
How to create a Generate Pipe
Follow this quick guide to learn how to create a Generate Pipe.
Step #1Create a new Pipe
Navigate to the Pipes tab from the sidebar and click on the Add New button.
Alternatively, you can visit pipe.new to create a new Pipe.
Step #2Select Pipe type
By default, the Pipe type is set to Generate. Give your Pipe a name and click on the Create Pipe button.
This will create a new Generate Pipe with the default settings.