---
title: "Create Forecast Config"
method: POST
path: "/tokenomics/forecast-configs"
tags: ["tokenomics", "forecast_config"]
---

# Create Forecast Config

`POST /tokenomics/forecast-configs`

## Request body

- CreateForecastConfigRequest
  - `provider` string, nullable
  - `model_name` string, nullable
  - `enabled` boolean
  - `budget` number, nullable
  - `forecast_metric` 'total_cost'
  - `forecast_to_day` integer

## Response `200`

Successful Response

- ForecastConfigResponse
  - `provider` string, nullable
  - `model_name` string, nullable
  - `enabled` boolean
  - `budget` number, nullable
  - `forecast_metric` 'total_cost'
  - `forecast_to_day` integer
  - `id` string, uuid4, required
  - `organization_id` string, uuid4, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/83e631725038/schema)
