---
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

---

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