---
title: "Vector Store Create"
method: POST
path: "/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/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
