@@ -431,6 +431,60 @@ Methods:
431431
432432# Beta
433433
434+ ## ChatKit
435+
436+ Response Types:
437+
438+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitWorkflow " >ChatKitWorkflow</a >
439+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#FilePart " >FilePart</a >
440+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ImagePart " >ImagePart</a >
441+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitUploadFileResponseUnion " >BetaChatKitUploadFileResponseUnion</a >
442+
443+ Methods:
444+
445+ - <code title =" post /chatkit/files " >client.Beta.ChatKit.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitService.UploadFile " >UploadFile</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitUploadFileParams " >BetaChatKitUploadFileParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitUploadFileResponseUnion " >BetaChatKitUploadFileResponseUnion</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
446+
447+ ### Sessions
448+
449+ Methods:
450+
451+ - <code title =" post /chatkit/sessions " >client.Beta.ChatKit.Sessions.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitSessionService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitSessionNewParams " >BetaChatKitSessionNewParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSession " >ChatSession</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
452+ - <code title =" post /chatkit/sessions/{session_id}/cancel " >client.Beta.ChatKit.Sessions.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitSessionService.Cancel " >Cancel</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, sessionID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSession " >ChatSession</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
453+
454+ ### Threads
455+
456+ Params Types:
457+
458+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionChatKitConfigurationParam " >ChatSessionChatKitConfigurationParam</a >
459+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionExpiresAfterParam " >ChatSessionExpiresAfterParam</a >
460+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionRateLimitsParam " >ChatSessionRateLimitsParam</a >
461+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionWorkflowParam " >ChatSessionWorkflowParam</a >
462+
463+ Response Types:
464+
465+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSession " >ChatSession</a >
466+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionAutomaticThreadTitling " >ChatSessionAutomaticThreadTitling</a >
467+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionChatKitConfiguration " >ChatSessionChatKitConfiguration</a >
468+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionFileUpload " >ChatSessionFileUpload</a >
469+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionHistory " >ChatSessionHistory</a >
470+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionRateLimits " >ChatSessionRateLimits</a >
471+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatSessionStatus " >ChatSessionStatus</a >
472+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitAttachment " >ChatKitAttachment</a >
473+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitResponseOutputText " >ChatKitResponseOutputText</a >
474+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThread " >ChatKitThread</a >
475+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThreadAssistantMessageItem " >ChatKitThreadAssistantMessageItem</a >
476+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThreadItemList " >ChatKitThreadItemList</a >
477+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThreadUserMessageItem " >ChatKitThreadUserMessageItem</a >
478+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitWidgetItem " >ChatKitWidgetItem</a >
479+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadDeleteResponse " >BetaChatKitThreadDeleteResponse</a >
480+
481+ Methods:
482+
483+ - <code title =" get /chatkit/threads/{thread_id} " >client.Beta.ChatKit.Threads.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, threadID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThread " >ChatKitThread</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
484+ - <code title =" get /chatkit/threads " >client.Beta.ChatKit.Threads.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadListParams " >BetaChatKitThreadListParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination#ConversationCursorPage " >ConversationCursorPage</a >[ <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThread " >ChatKitThread</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
485+ - <code title =" delete /chatkit/threads/{thread_id} " >client.Beta.ChatKit.Threads.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, threadID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadDeleteResponse " >BetaChatKitThreadDeleteResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
486+ - <code title="get /chatkit/threads/{thread_id}/items">client.Beta.ChatKit.Threads.<a href="https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadService.ListItems">ListItems</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, threadID <a href="https://pkg.go.dev/builtin#string">string</a>, query <a href="https://pkg.go.dev/github.com/openai/openai-go/v3">openai</a>.<a href="https://pkg.go.dev/github.com/openai/openai-go/v3#BetaChatKitThreadListItemsParams">BetaChatKitThreadListItemsParams</a>) (<a href="https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination">pagination</a>.<a href="https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination#ConversationCursorPage">ConversationCursorPage</a>[<a href="https://pkg.go.dev/github.com/openai/openai-go/v3">openai</a>.<a href="https://pkg.go.dev/github.com/openai/openai-go/v3#ChatKitThreadItemListDataUnion">ChatKitThreadItemListDataUnion</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
487+
434488## Assistants
435489
436490Params Types:
@@ -917,3 +971,29 @@ Methods:
917971Methods:
918972
919973- <code title =" get /containers/{container_id}/files/{file_id}/content " >client.Containers.Files.Content.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#ContainerFileContentService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, fileID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (http.Response, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
974+
975+ # Videos
976+
977+ Params Types:
978+
979+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoModel " >VideoModel</a >
980+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoSeconds " >VideoSeconds</a >
981+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoSize " >VideoSize</a >
982+
983+ Response Types:
984+
985+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#Video " >Video</a >
986+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoCreateError " >VideoCreateError</a >
987+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoModel " >VideoModel</a >
988+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoSeconds " >VideoSeconds</a >
989+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoSize " >VideoSize</a >
990+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoDeleteResponse " >VideoDeleteResponse</a >
991+
992+ Methods:
993+
994+ - <code title =" post /videos " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoNewParams " >VideoNewParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#Video " >Video</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
995+ - <code title =" get /videos/{video_id} " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, videoID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#Video " >Video</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
996+ - <code title =" get /videos " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoListParams " >VideoListParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3/packages/pagination#ConversationCursorPage " >ConversationCursorPage</a >[ <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#Video " >Video</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
997+ - <code title =" delete /videos/{video_id} " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, videoID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoDeleteResponse " >VideoDeleteResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
998+ - <code title =" get /videos/{video_id}/content " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.DownloadContent " >DownloadContent</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, videoID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoDownloadContentParams " >VideoDownloadContentParams</a >) (http.Response, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
999+ - <code title =" post /videos/{video_id}/remix " >client.Videos.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoService.Remix " >Remix</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, videoID <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#VideoRemixParams " >VideoRemixParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3 " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/v3#Video " >Video</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
0 commit comments