---
title: "Create a new parameterized model for the current cell specification"
method: POST
path: "/cells/{cell_spec_id}/parameterized_models"
tags: ["parameterized_models"]
---

# Create a new parameterized model for the current cell specification

`POST /cells/{cell_spec_id}/parameterized_models`

## Path parameters

- `cell_spec_id` string, required

## Request body

- CreateParameterizedModelBody — Request body for creating a parameterized model. The frontend sends all parameter values directly - no library presets or BPX.
  - `name` string, required
  - `description` string
  - `model_id` string, required
  - `parameters` object
  - `simulation_settings` object, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
