vector_stores
Vector Store Create
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:
{
"name": "my-vector-store",
"target_model_names": "gpt-4,gemini-2.0"
}
post/v1/vector_stores
Response
Successful Response
{"stackTrail":"paths:/v1/vector_stores:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 2 of the 42 revisions of this API.2
- ○
api tag
vector_storesaddedapi-tag-added
- ○
- ○
api tag
vector_storesremovedapi-tag-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○