---
title: "Vector Store Create"
method: POST
path: "/vector_stores"
tags: ["vector_stores"]
---

# Vector Store Create

`POST /vector_stores`

Create a vector store.

API Reference:
https://platform.openai.com/docs/api-reference/vector-stores/create

Supports target_model_names parameter for creating vector stores across multiple models:
```json
{
    "name": "my-vector-store",
    "target_model_names": "gpt-4,gemini-2.0"
}
```

## Response `200`

Successful Response

- unknown

## Changes

- **2026-09-19** `c357baf422ab` — 1 info
  - api tag `vector_stores` added
- **2026-09-18** `082b5fabd909` — 1 info
  - api tag `vector_stores` removed

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/vector_stores/post.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
