---
title: "Model Import Local Source"
method: GET
path: "/model/import_from_source"
tags: ["model"]
---

# Model Import Local Source

`GET /model/import_from_source`

Given a model_source and a model_id within that source,
try to import a file into TransformerLab.

## Query parameters

- `model_source` string, required
- `model_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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