Fireworks AI
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Fireworks AI to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Fireworks AI API key and account ID to sync your models, datasets, deployments, fine-tuning jobs, batch inference jobs, evaluations, and account users into the PostHog Data warehouse.
You can find or create an API key in your Fireworks AI account settings. Your account ID is shown in your account settings and in every resource name (accounts/<account-id>/...).
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Account ID | text | Yes |
Linking Fireworks AI to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Fireworks AI
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
models | Models available in your Fireworks AI account, including base models and fine-tuned (PEFT addon) models. | Full refresh | — | name |
datasets | Datasets uploaded to or generated in your Fireworks AI account for fine-tuning and evaluation. | Full refresh | — | name |
deployments | Dedicated model deployments in your Fireworks AI account, including autoscaling and hardware configuration. | Full refresh | — | name |
deployed_models | Models loaded onto deployments (including LoRA addons), mapping each model to the deployment serving it. | Full refresh | — | name |
supervised_fine_tuning_jobs | Supervised fine-tuning (SFT) jobs run in your Fireworks AI account, with training configuration and progress. | Full refresh | — | name |
reinforcement_fine_tuning_jobs | Reinforcement fine-tuning (RFT) jobs run in your Fireworks AI account, with training/rollout configuration and progress. | Full refresh | — | name |
batch_inference_jobs | Batch inference jobs run in your Fireworks AI account, mapping input datasets to output datasets. | Full refresh | — | name |
evaluation_jobs | Evaluation jobs run in your Fireworks AI account, scoring a dataset with an evaluator. | Full refresh | — | name |
evaluators | Evaluators defined in your Fireworks AI account, used to score fine-tuning rollouts and evaluation jobs. | Full refresh | — | name |
users | Users and service accounts with access to your Fireworks AI account. | Full refresh | — | name |