/opt/canhelp/node_modules/openai/src/resources
NameSizeModeActions
audio/-0755rm
beta/-0755rm
chat/-0755rm
containers/-0755rm
conversations/-0755rm
evals/-0755rm
fine-tuning/-0755rm
graders/-0755rm
realtime/-0755rm
responses/-0755rm
skills/-0755rm
uploads/-0755rm
vector-stores/-0755rm
webhooks/-0755rm
audio.ts1190644editdlrm
batches.ts96780644editdlrm
beta.ts1180644editdlrm
chat.ts1180644editdlrm
completions.ts135260644editdlrm
containers.ts1240644editdlrm
conversations.ts1270644editdlrm
embeddings.ts58630644editdlrm
evals.ts1190644editdlrm
files.ts78410644editdlrm
fine-tuning.ts1250644editdlrm
graders.ts1210644editdlrm
images.ts259680644editdlrm
index.ts41570644editdlrm
models.ts20860644editdlrm
moderations.ts96390644editdlrm
realtime.ts1220644editdlrm
responses.ts1230644editdlrm
shared.ts123630644editdlrm
skills.ts1200644editdlrm
uploads.ts1210644editdlrm
vector-stores.ts1270644editdlrm
videos.ts103310644editdlrm
webhooks.ts1220644editdlrm
Edit: /opt/canhelp/node_modules/openai/src/resources/index.ts (4157B)
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. export * from './chat/index'; export * from './shared'; export { Audio, type AudioModel, type AudioResponseFormat } from './audio/audio'; export { Batches, type Batch, type BatchError, type BatchRequestCounts, type BatchUsage, type BatchCreateParams, type BatchListParams, type BatchesPage, } from './batches'; export { Beta } from './beta/beta'; export { Completions, type Completion, type CompletionChoice, type CompletionUsage, type CompletionCreateParams, type CompletionCreateParamsNonStreaming, type CompletionCreateParamsStreaming, } from './completions'; export { Containers, type ContainerCreateResponse, type ContainerRetrieveResponse, type ContainerListResponse, type ContainerCreateParams, type ContainerListParams, type ContainerListResponsesPage, } from './containers/containers'; export { Conversations } from './conversations/conversations'; export { Embeddings, type CreateEmbeddingResponse, type Embedding, type EmbeddingModel, type EmbeddingCreateParams, } from './embeddings'; export { Evals, type EvalCustomDataSourceConfig, type EvalStoredCompletionsDataSourceConfig, type EvalCreateResponse, type EvalRetrieveResponse, type EvalUpdateResponse, type EvalListResponse, type EvalDeleteResponse, type EvalCreateParams, type EvalUpdateParams, type EvalListParams, type EvalListResponsesPage, } from './evals/evals'; export { Files, type FileContent, type FileDeleted, type FileObject, type FilePurpose, type FileCreateParams, type FileListParams, type FileObjectsPage, } from './files'; export { FineTuning } from './fine-tuning/fine-tuning'; export { Graders } from './graders/graders'; export { Images, type Image, type ImageEditCompletedEvent, type ImageEditPartialImageEvent, type ImageEditStreamEvent, type ImageGenCompletedEvent, type ImageGenPartialImageEvent, type ImageGenStreamEvent, type ImageModel, type ImagesResponse, type ImageCreateVariationParams, type ImageEditParams, type ImageEditParamsNonStreaming, type ImageEditParamsStreaming, type ImageGenerateParams, type ImageGenerateParamsNonStreaming, type ImageGenerateParamsStreaming, } from './images'; export { Models, type Model, type ModelDeleted, type ModelsPage } from './models'; export { Moderations, type Moderation, type ModerationImageURLInput, type ModerationModel, type ModerationMultiModalInput, type ModerationTextInput, type ModerationCreateResponse, type ModerationCreateParams, } from './moderations'; export { Realtime } from './realtime/realtime'; export { Responses } from './responses/responses'; export { Skills, type DeletedSkill, type Skill, type SkillList, type SkillCreateParams, type SkillUpdateParams, type SkillListParams, type SkillsPage, } from './skills/skills'; export { Uploads, type Upload, type UploadCreateParams, type UploadCompleteParams } from './uploads/uploads'; export { VectorStores, type AutoFileChunkingStrategyParam, type FileChunkingStrategy, type FileChunkingStrategyParam, type OtherFileChunkingStrategyObject, type StaticFileChunkingStrategy, type StaticFileChunkingStrategyObject, type StaticFileChunkingStrategyObjectParam, type VectorStore, type VectorStoreDeleted, type VectorStoreSearchResponse, type VectorStoreCreateParams, type VectorStoreUpdateParams, type VectorStoreListParams, type VectorStoreSearchParams, type VectorStoresPage, type VectorStoreSearchResponsesPage, } from './vector-stores/vector-stores'; export { Videos, type ImageInputReferenceParam, type Video, type VideoCreateError, type VideoModel, type VideoSeconds, type VideoSize, type VideoDeleteResponse, type VideoCreateCharacterResponse, type VideoGetCharacterResponse, type VideoCreateParams, type VideoListParams, type VideoCreateCharacterParams, type VideoDownloadContentParams, type VideoEditParams, type VideoExtendParams, type VideoRemixParams, type VideosPage, } from './videos'; export { Webhooks } from './webhooks';