remote::openai
Description
OpenAI Files API provider for managing files through OpenAI's native file storage service.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
api_key | str | No | OpenAI API key for authentication | |
metadata_store | SqlStoreReference | No | SQL store configuration for file metadata | |
metadata_store.table_name | str | No | Name of the table to use for the SqlStore | |
metadata_store.backend | str | No | Name of backend from storage.backends |
Sample Configuration
api_key: ${env.OPENAI_API_KEY}
metadata_store:
table_name: openai_files_metadata
backend: sql_default