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.
| Tool | What it does | Kind |
|---|---|---|
fireworks_ai_get_deployment | Return configuration and serving status for one Fireworks deployment without scaling or | Read |
fireworks_ai_get_model | Return metadata and status for one model resource in a Fireworks account; this does not test | Read |
fireworks_ai_list_accounts | Return one page of Fireworks accounts accessible to the API key so an agent can obtain account | Read |
fireworks_ai_list_deployments | Return one page of deployment resources in a Fireworks account for deployment ID discovery and | Read |
fireworks_ai_list_models | Return one page of model resources in a Fireworks account for model-ID discovery and status | Read |
fireworks_ai_create_chat_completion | Generate one non-streaming OpenAI-compatible chat completion from role-based messages using a | Write |
fireworks_ai_create_embeddings | Create embedding vectors for one or more caller-provided inputs using a caller-supplied | Write |
fireworks_ai_generate_model_response | Generate one non-streaming Responses API result, optionally continuing a stored response or | Read |
fireworks_ai_rerank_documents | Rank a provided document list by relevance to a query using an optional caller-supplied | Read |