
Getting Started Guide
How to Use fal.ai
A practical guide to get you up and running with fal.ai. Written by Delv Editorial, Delv Team.
Getting started with fal.ai
In this guide, you will learn how to set up your fal.ai account, run your first generative AI model, and optimise your results for faster inference. By the end, you'll be ready to use fal.ai effectively for your projects.Step 1: Sign up and set up
- Go to fal.ai.
- Click on the "Sign Up" button located at the top right of the homepage.
- Fill in your details (name, email, password) and click "Create Account".
- Verify your email by clicking the link sent to your inbox.
- Log in to your account and navigate to the dashboard.
Step 2: Your first API call
- On the dashboard, locate the "API Documentation" link in the menu.
- Select a model you want to use, such as "Stable Diffusion".
- Copy the example API call provided.
- Open a tool like Postman or your preferred API client.
- Paste the API call into the request field and update the necessary parameters (like input text or image).
- Click "Send" to execute the API call.
- Review the response, which will contain the generated output.
Step 3: Get better results
- Experiment with different models available in the API documentation, such as "Flux" or "Stable Diffusion".
- Adjust parameters like "temperature" for creativity and "max tokens" for output length.
- Use batch processing to send multiple requests at once for efficiency.
- Check the response times and adjust your API calls to optimise for sub-second latency.