Skip to main content
Fireworks AI logo

Fireworks AI

Overview

Fireworks AI is a generative AI inference platform to run and customize models with industry-leading speed and production-readiness. Harness the power of Firework AI to create apps that produce dynamic video content that resonates with audiences, enhances brand visibility, and drives consumer engagement.

Setting up Fireworks

Create an access token

To get started using Fireworks AI:

  1. Create a Fireworks AI account
  2. Navigate to Account settingsAPI Keys
  3. Generate an API key
  4. Copy the API key to configure your integration's connection

Add integration

Once you have an access token, you're ready to set up your Superblocks integration.

  1. In the web app, navigate to the Integrations page
  2. Click on the Fireworks AI tile
  3. Name the integration
  4. Paste your credentials into the relevant fields
  5. Optionally, add more configurations to set credentials for different environments
  6. Click Create
success

Fireworks AI connected Now you can use Fireworks AI in any Application, Workflow, or Scheduled Job.

Use Fireworks in APIs

Once your Fireworks AI integration is created, you can start calling Fireworks AI actions in Superblocks APIs.

Fireworks AI actions are REST requests. To learn more about REST requests in Superblocks, see the Building REST requests guide.

Supported actions

Create Chat Completion

Creates a model response for the given chat conversation.

Generic HTTP Request

Every SaaS integration in Superblocks comes with a built in Generic HTTP Request Action. This is a powerful action you can use to call Fireworks AI API endpoints not in the Superblocks supported actions.

To use this action simply add the method, path, required query parameters, and body for the desired endpoint.

info

Learn more about REST requests in Superblocks in our Building REST requests guide.

Generic HTTP Requests use the authentication set up and base URL you've configured for your integration, making it an easy for your team to extend Superblocks Integrations to meet their needs.