Fireworks AI
Run language, embedding, reranking, and image models on Fireworks AI
Tools
| Name | Description |
|---|---|
chat_completionGenerate a non-streaming chat completion with a Fireworks AI model. | Generate a non-streaming chat completion with a Fireworks AI model. |
create_embeddingCreate embeddings for one or more input strings. | Create embeddings for one or more input strings. |
rerank_documentsScore and rerank candidate documents for a query. | Score and rerank candidate documents for a query. |
generate_imageGenerate an image with a Fireworks AI image model and return JSON/base64 output when supported. | Generate an image with a Fireworks AI image model and return JSON/base64 output when supported. |
list_modelsList Fireworks account models with optional pagination. | List Fireworks account models with optional pagination. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('fireworks-ai', 'chat_completion', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'fireworks-ai',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Fireworks AI to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Fireworks AI support?
Fireworks AI supports 5 tools including Chat Completion, Create Embedding, Rerank Documents, Generate Image, List Models.
Can I use Fireworks AI with AI agents?
Yes. Add Fireworks AI to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Fireworks AI be used in stateful agent workflows?
Yes. Agents can combine Fireworks AI tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Fireworks AI use?
Fireworks AI uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Fireworks AI integration cost?
The Fireworks AI integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Fireworks AI in minutes
Get 20,000 free action executions every month. No credit card required.