ClawLink
AI & ML9 toolsPaste one API key

Fireworks AI integration for AI agents

Fireworks AI provides APIs for serverless model inference, fine-tuning, deployments, datasets, evaluations, and account management.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Fireworks AI once and call the same tools from all of them.

Setup

Connect Fireworks AI through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Fireworks AI exposes 9 tools through ClawLink.

ToolWhat it doesKind
fireworks_ai_get_deploymentReturn configuration and serving status for one Fireworks deployment without scaling orRead
fireworks_ai_get_modelReturn metadata and status for one model resource in a Fireworks account; this does not testRead
fireworks_ai_list_accountsReturn one page of Fireworks accounts accessible to the API key so an agent can obtain accountRead
fireworks_ai_list_deploymentsReturn one page of deployment resources in a Fireworks account for deployment ID discovery andRead
fireworks_ai_list_modelsReturn one page of model resources in a Fireworks account for model-ID discovery and statusRead
fireworks_ai_create_chat_completionGenerate one non-streaming OpenAI-compatible chat completion from role-based messages using aWrite
fireworks_ai_create_embeddingsCreate embedding vectors for one or more caller-provided inputs using a caller-suppliedWrite
fireworks_ai_generate_model_responseGenerate one non-streaming Responses API result, optionally continuing a stored response orRead
fireworks_ai_rerank_documentsRank a provided document list by relevance to a query using an optional caller-suppliedRead