Skip to main content

remote::openai

Description

OpenAI Files API provider for managing files through OpenAI's native file storage service.

Configuration

FieldTypeRequiredDefaultDescription
api_keystrNoOpenAI API key for authentication
metadata_storeSqlStoreReferenceNoSQL store configuration for file metadata
metadata_store.table_namestrNoName of the table to use for the SqlStore
metadata_store.backendstrNoName of backend from storage.backends

Sample Configuration

api_key: ${env.OPENAI_API_KEY}
metadata_store:
table_name: openai_files_metadata
backend: sql_default