PSOpenAI
4.7.0
PowerShell module for OpenAI API
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2024 mkht. All rights reserved.
Package Details
Author(s)
- mkht
Tags
Functions
ConvertFrom-Token ConvertTo-Token Get-CosineSimilarity Get-OpenAIContext Clear-OpenAIContext Set-OpenAIContext Get-Assistant New-Assistant Remove-Assistant Set-Assistant Get-Thread New-Thread Remove-Thread Set-Thread Add-ThreadMessage Get-ThreadMessage Remove-ThreadMessage Start-ThreadRun Stop-ThreadRun Get-ThreadRun Wait-ThreadRun Receive-ThreadRun Submit-ToolOutput Get-ThreadRunStep New-ChatCompletionFunction Enter-ChatGPT Get-OpenAIModels Request-AudioSpeech Request-AudioTranscription Request-AudioTranslation Request-ChatCompletion Request-Embeddings Request-ImageEdit Request-ImageGeneration Request-ImageVariation Request-Moderation Request-TextCompletion Add-OpenAIFile Remove-OpenAIFile Get-OpenAIFile Get-OpenAIFileContent Start-Batch Get-Batch Wait-Batch Stop-Batch Get-BatchOutput New-VectorStore Get-VectorStore Set-VectorStore Remove-VectorStore Add-VectorStoreFile Get-VectorStoreFile Remove-VectorStoreFile Get-VectorStoreFileBatch Get-VectorStoreFileInBatch Start-VectorStoreFileBatch Stop-VectorStoreFileBatch Wait-VectorStoreFileBatch
PSEditions
Dependencies
This module has no dependencies.
FileList
- PSOpenAI.nuspec
- CHANGELOG.ja.md
- README.ja.md
- Private\Convert-LogitBiasDictionary.ps1
- Private\Exceptions.ps1
- Private\Get-OpenAIAPIParameter.ps1
- Private\Initialize-OrganizationID.ps1
- Private\New-MultipartFormContent.ps1
- Private\Utils.ps1
- Public\Enter-ChatGPT.ps1
- Public\Request-AudioSpeech.ps1
- Public\Request-ImageEdit.ps1
- Public\Set-OpenAIContext.ps1
- Public\Assistants\Set-Assistant.ps1
- Public\Batch\Stop-Batch.ps1
- Public\Files\Get-OpenAIFileContent.ps1
- Public\Runs\Receive-ThreadRun.ps1
- Public\Runs\Wait-ThreadRun.ps1
- Public\Threads\New-Thread.ps1
- Public\VectorStores\Get-VectorStore.ps1
- Libs\CancelableWait\netstandard2.0\CancelableWait.dll
- Libs\NJsonSchema\netstandard2.0\NJsonSchema.dll
- Public\VectorStores\Batches\Get-VectorStoreFileBatch.ps1
- Public\VectorStores\Batches\Wait-VectorStoreFileBatch.ps1
- CHANGELOG.md
- PSOpenAI.psd1
- README.md
- Private\Convert-ModelToEncoding.ps1
- Private\Get-AzureOpenAIAPIEndpoint.ps1
- Private\Get-RetryDelay.ps1
- Private\Invoke-ChatCompletionFunction.ps1
- Private\ObjectParser.ps1
- Private\Wait-OpenAIFileStatus.ps1
- Public\Get-CosineSimilarity.ps1
- Public\Request-AudioTranscription.ps1
- Public\Request-ImageGeneration.ps1
- Public\Assistants\Get-Assistant.ps1
- Public\Batch\Get-Batch.ps1
- Public\Batch\Wait-Batch.ps1
- Public\Files\Remove-OpenAIFile.ps1
- Public\Runs\Start-ThreadRun.ps1
- Public\Threads\Add-ThreadMessage.ps1
- Public\Threads\Remove-Thread.ps1
- Public\VectorStores\New-VectorStore.ps1
- Libs\CustomAttributes\netstandard2.0\CustomAttributes.dll
- Libs\TokenizerLib\netstandard2.0\cl100k_base.tiktoken
- Public\VectorStores\Batches\Get-VectorStoreFileInBatch.ps1
- Public\VectorStores\Files\Add-VectorStoreFile.ps1
- LICENSE
- PSOpenAI.psm1
- Private\Assert-UnsupportedModels.ps1
- Private\ConvertTo-JsonSchema.ps1
- Private\Get-CultureInfo.ps1
- Private\Get-UserAgent.ps1
- Private\Invoke-OpenAIAPIRequest.ps1
- Private\Parse-WebExceptionResponse.ps1
- Public\Clear-OpenAIContext.ps1
- Public\Get-OpenAIContext.ps1
- Public\Request-AudioTranslation.ps1
- Public\Request-ImageVariation.ps1
- Public\Assistants\New-Assistant.ps1
- Public\Batch\Get-BatchOutput.ps1
- Public\Files\Add-OpenAIFile.ps1
- Public\Runs\Get-ThreadRun.ps1
- Public\Runs\Stop-ThreadRun.ps1
- Public\Threads\Get-Thread.ps1
- Public\Threads\Remove-ThreadMessage.ps1
- Public\VectorStores\Remove-VectorStore.ps1
- Libs\NJsonSchema\netstandard2.0\Namotion.Reflection.dll
- Libs\TokenizerLib\netstandard2.0\o200k_base.tiktoken
- Public\VectorStores\Batches\Start-VectorStoreFileBatch.ps1
- Public\VectorStores\Files\Get-VectorStoreFile.ps1
- PSOpenAI-Help.xml
- PSOpenAI.Types.ps1xml
- Private\ChatCompletionFunction.ps1
- Private\Copy-TempFile.ps1
- Private\Get-MaskedString.ps1
- Private\Initialize-APIBase.ps1
- Private\Invoke-OpenAIAPIRequestSSE.ps1
- Private\Should-Retry.ps1
- Public\ConvertFrom-Token.ps1
- Public\Get-OpenAIModels.ps1
- Public\Request-ChatCompletion.ps1
- Public\Request-Moderation.ps1
- Public\Assistants\Remove-Assistant.ps1
- Public\Batch\Start-Batch.ps1
- Public\Files\Get-OpenAIFile.ps1
- Public\Runs\Get-ThreadRunStep.ps1
- Public\Runs\Submit-ToolOutput.ps1
- Public\Threads\Get-ThreadMessage.ps1
- Public\Threads\Set-Thread.ps1
- Public\VectorStores\Set-VectorStore.ps1
- Libs\NJsonSchema\netstandard2.0\Newtonsoft.Json.dll
- Libs\TokenizerLib\netstandard2.0\TokenizerLib.dll
- Public\VectorStores\Batches\Stop-VectorStoreFileBatch.ps1
- Public\VectorStores\Files\Remove-VectorStoreFile.ps1
- PSOpenAI.Format.ps1xml
- PSScriptAnalyzerRules.psd1
- Private\Convert-ImageToDataURL.ps1
- Private\Enums.ps1
- Private\Get-OpenAIAPIEndpoint.ps1
- Private\Initialize-APIKey.ps1
- Private\New-MultipartFormBoundary.ps1
- Private\Test-Debug.ps1
- Public\ConvertTo-Token.ps1
- Public\New-ChatCompletionFunction.ps1
- Public\Request-Embeddings.ps1
- Public\Request-TextCompletion.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
4.11.0 | 135 | 11/20/2024 |
4.10.0 | 1,366 | 11/6/2024 |
4.9.1 | 374 | 11/1/2024 |
4.8.0 | 179 | 10/27/2024 |
4.7.0 (current version) | 1,712 | 10/2/2024 |
4.6.0 | 71 | 10/1/2024 |
4.5.0 | 218 | 9/27/2024 |
4.4.1 | 368 | 9/19/2024 |
4.4.0 | 293 | 9/13/2024 |
4.3.0 | 360 | 9/6/2024 |
4.2.0 | 954 | 8/16/2024 |
4.1.1 | 141 | 8/12/2024 |
4.1.0 | 56 | 8/11/2024 |
4.0.0 | 525 | 7/19/2024 |
3.16.0 | 405 | 7/7/2024 |
3.15.1 | 301 | 6/19/2024 |
3.15.0 | 238 | 6/14/2024 |
3.14.0 | 77 | 5/26/2024 |
3.13.0 | 21 | 5/24/2024 |
3.12.0 | 239 | 5/14/2024 |
3.11.0 | 6 | 5/13/2024 |
3.10.0 | 10 | 5/11/2024 |
3.9.1 | 93 | 5/2/2024 |
3.9.0 | 4 | 5/2/2024 |
3.8.0 | 10 | 4/29/2024 |
3.7.0 | 12 | 4/25/2024 |
3.6.1 | 17 | 4/17/2024 |
3.6.0 | 16 | 4/14/2024 |
3.5.0 | 18 | 4/8/2024 |
3.4.0 | 47 | 4/1/2024 |
3.3.1 | 136 | 3/25/2024 |
3.3.0 | 30 | 3/24/2024 |
3.2.0 | 169 | 3/17/2024 |
3.1.0 | 358 | 3/10/2024 |
3.0.0 | 307 | 2/27/2024 |
2.10.0 | 123 | 2/22/2024 |
2.9.0 | 127 | 2/14/2024 |
2.8.0 | 12 | 2/10/2024 |
2.7.0 | 86 | 1/27/2024 |
2.6.2 | 16 | 1/20/2024 |
2.6.1 | 8 | 1/19/2024 |
2.6.0 | 11 | 1/13/2024 |
2.5.0 | 63 | 12/27/2023 |
2.4.0 | 18 | 12/18/2023 |
2.3.0 | 143 | 11/28/2023 |
2.2.0 | 11 | 11/23/2023 |
2.1.0 | 18 | 11/10/2023 |
2.0.0 | 18 | 10/20/2023 |
1.15.2 | 39 | 10/4/2023 |
1.15.1 | 6 | 10/4/2023 |
1.15.0 | 8 | 10/4/2023 |
1.14.3 | 13 | 9/19/2023 |
1.14.2 | 462 | 8/23/2023 |
1.14.0 | 68 | 6/19/2023 |
1.12.6 | 29 | 5/23/2023 |
1.12.5 | 19 | 5/16/2023 |
1.12.4 | 9 | 5/14/2023 |
1.12.3 | 8 | 5/8/2023 |
1.12.2 | 36 | 5/6/2023 |
1.12.1 | 12 | 5/4/2023 |
1.12.0 | 7 | 5/3/2023 |
1.11.0 | 8 | 4/28/2023 |
1.10.0 | 6 | 4/27/2023 |
1.9.2 | 11 | 4/23/2023 |
1.9.1 | 7 | 4/23/2023 |
1.9.0 | 6 | 4/22/2023 |
1.8.0 | 9 | 4/19/2023 |
1.7.0 | 9 | 4/15/2023 |
1.6.0 | 11 | 4/10/2023 |
1.5.0 | 12 | 4/9/2023 |
1.4.0 | 11 | 4/1/2023 |
1.3.0 | 9 | 3/28/2023 |
1.2.1 | 13 | 3/21/2023 |
1.2.0 | 16 | 3/13/2023 |
1.1.2 | 10 | 3/11/2023 |
1.1.0 | 9 | 3/9/2023 |
1.0.0 | 12 | 3/8/2023 |