Soenneker.OpenAI.Client.Chat 3.0.1007

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.OpenAI.Client.Chat --version 3.0.1007
                    
NuGet\Install-Package Soenneker.OpenAI.Client.Chat -Version 3.0.1007
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.OpenAI.Client.Chat" Version="3.0.1007" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.OpenAI.Client.Chat" Version="3.0.1007" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.OpenAI.Client.Chat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.OpenAI.Client.Chat --version 3.0.1007
                    
#r "nuget: Soenneker.OpenAI.Client.Chat, 3.0.1007"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.OpenAI.Client.Chat@3.0.1007
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.1007
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.1007
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.OpenAI.Client.Chat

An async thread-safe singleton for the OpenAI Chat (completions) client

This library provides an implementation for interacting with the OpenAI service. It allows you to configure and utilize a ChatClient to perform various tasks using OpenAI's models.

For the Azure version of this: Soenneker.Azure.OpenAI.Client.Chat

Installation

dotnet add package Soenneker.OpenAI.Client.Chat

Register:

builder.services.AddOpenAIChatClientAsSingleton();

IConfiguration values:

"OpenAI:ApiKey"
"OpenAI:Model"

Usage

public class OpenAIService
{
    private readonly IOpenAIChatClient _chatClient;

    public OpenAIService(IOpenAIChatClient chatClient)
    {
        _chatClient = chatClient;
    }

    public async ValueTask<string> Chat(string prompt, CancellationToken cancellationToken = default)
    {
        var client = await _chatClient.Get(cancellationToken);
        ChatCompletion completion = await client.CompleteChatAsync(prompt);
    }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1093 109 9/24/2025
3.0.1092 281 9/16/2025
3.0.1091 140 9/10/2025
3.0.1090 141 9/9/2025
3.0.1089 135 9/9/2025
3.0.1088 80 9/6/2025
3.0.1087 157 9/3/2025
3.0.1086 146 9/3/2025
3.0.1085 150 9/3/2025
3.0.1084 150 9/3/2025
3.0.1083 149 9/3/2025
3.0.1082 108 8/17/2025
3.0.1081 142 8/11/2025
3.0.1080 139 8/11/2025
3.0.1079 125 8/11/2025
3.0.1078 136 8/11/2025
3.0.1077 138 8/11/2025
3.0.1076 217 8/5/2025
3.0.1075 215 8/5/2025
3.0.1074 197 8/5/2025
3.0.1073 181 8/4/2025
3.0.1072 123 7/29/2025
3.0.1071 146 7/9/2025
3.0.1070 151 7/8/2025
3.0.1069 151 7/8/2025
3.0.1068 148 7/3/2025
3.0.1067 151 7/3/2025
3.0.1066 149 7/1/2025
3.0.1065 84 6/28/2025
3.0.1064 79 6/28/2025
3.0.1063 79 6/27/2025
3.0.1062 75 6/27/2025
3.0.1061 85 6/27/2025
3.0.1060 160 6/25/2025
3.0.1059 298 6/11/2025
3.0.1058 298 6/11/2025
3.0.1057 304 6/10/2025
3.0.1056 166 6/2/2025
3.0.1055 157 5/27/2025
3.0.1054 154 5/27/2025
3.0.1053 146 5/27/2025
3.0.1052 153 5/27/2025
3.0.1051 98 5/25/2025
3.0.1050 119 5/23/2025
3.0.1049 135 5/23/2025
3.0.1048 136 5/23/2025
3.0.1047 137 5/23/2025
3.0.1046 155 5/22/2025
3.0.1045 153 5/22/2025
3.0.1044 242 5/14/2025
3.0.1043 237 5/13/2025
3.0.1042 227 5/13/2025
3.0.1041 196 5/8/2025
3.0.1040 160 5/8/2025
3.0.1039 149 5/8/2025
3.0.1038 173 5/7/2025
3.0.1037 158 5/7/2025
3.0.1036 146 5/5/2025
3.0.1035 159 5/5/2025
3.0.1034 162 5/5/2025
3.0.1033 149 5/5/2025
3.0.1032 159 5/5/2025
3.0.1031 154 5/5/2025
3.0.1030 148 5/5/2025
3.0.1029 156 5/5/2025
3.0.1028 157 4/27/2025
3.0.1027 88 4/26/2025
3.0.1026 169 4/9/2025
3.0.1025 175 4/9/2025
3.0.1024 174 4/8/2025
3.0.1023 175 4/8/2025
3.0.1022 177 4/8/2025
3.0.1021 167 4/8/2025
3.0.1020 161 4/8/2025
3.0.1019 162 4/8/2025
3.0.1018 168 4/8/2025
3.0.1017 179 4/8/2025
3.0.1016 165 4/8/2025
3.0.1015 178 4/8/2025
3.0.1014 170 4/8/2025
3.0.1013 181 4/8/2025
3.0.1012 167 4/8/2025
3.0.1011 171 4/8/2025
3.0.1010 182 4/7/2025
3.0.1009 174 4/7/2025
3.0.1008 166 4/7/2025
3.0.1007 157 4/7/2025
3.0.1006 165 4/7/2025
3.0.1005 162 4/7/2025
3.0.1004 174 4/7/2025
3.0.1003 163 4/7/2025
3.0.1002 163 4/7/2025
3.0.1001 178 4/7/2025
3.0.1000 176 4/7/2025
3.0.999 168 4/7/2025
3.0.998 184 4/7/2025
3.0.997 170 4/7/2025
3.0.996 173 4/6/2025
3.0.995 166 4/6/2025
3.0.994 166 4/6/2025
3.0.993 179 4/6/2025
3.0.992 162 4/6/2025
3.0.991 168 4/6/2025
3.0.990 155 4/6/2025
3.0.989 156 4/6/2025
3.0.988 156 4/6/2025
3.0.987 153 4/6/2025
3.0.986 168 4/6/2025
3.0.985 121 4/6/2025
3.0.984 125 4/6/2025
3.0.983 127 4/6/2025
3.0.982 119 4/6/2025
3.0.981 107 4/5/2025
3.0.980 111 4/5/2025
3.0.979 94 4/5/2025
3.0.978 95 4/5/2025
3.0.977 98 4/5/2025
3.0.976 106 4/5/2025
3.0.975 107 4/5/2025
3.0.974 102 4/5/2025
3.0.973 104 4/4/2025
3.0.972 112 4/4/2025
3.0.971 157 4/4/2025
3.0.970 178 4/1/2025
3.0.969 177 4/1/2025
3.0.968 160 3/31/2025
3.0.967 167 3/31/2025
3.0.966 167 3/31/2025
3.0.965 103 3/29/2025
3.0.964 105 3/29/2025
3.0.963 479 3/25/2025
3.0.962 485 3/25/2025
3.0.961 480 3/25/2025
3.0.960 141 3/21/2025
3.0.959 127 3/21/2025
3.0.958 160 3/18/2025
3.0.957 161 3/18/2025
3.0.956 155 3/18/2025
3.0.955 88 3/15/2025
3.0.954 84 3/15/2025
3.0.953 94 3/15/2025
3.0.952 169 3/12/2025
3.0.951 173 3/12/2025
3.0.950 164 3/12/2025
3.0.949 171 3/12/2025
3.0.948 174 3/12/2025
3.0.947 172 3/11/2025
3.0.946 177 3/11/2025
3.0.945 170 3/11/2025
3.0.944 171 3/11/2025
3.0.943 178 3/11/2025
3.0.942 157 3/11/2025
3.0.941 164 3/11/2025
3.0.940 167 3/11/2025
3.0.939 231 3/7/2025
3.0.938 216 3/7/2025
3.0.937 123 3/2/2025
3.0.936 102 3/2/2025
3.0.935 112 3/2/2025
3.0.934 96 3/2/2025
3.0.933 113 3/2/2025
3.0.932 107 3/2/2025
3.0.931 108 3/2/2025
3.0.930 120 3/1/2025
3.0.929 114 3/1/2025
3.0.928 112 3/1/2025
3.0.927 93 3/1/2025
3.0.926 108 3/1/2025
3.0.925 109 3/1/2025
3.0.924 100 3/1/2025
3.0.923 99 3/1/2025
3.0.922 124 3/1/2025
3.0.921 116 3/1/2025
3.0.920 114 3/1/2025
3.0.919 112 3/1/2025
3.0.918 105 3/1/2025
3.0.917 115 2/25/2025
3.0.916 123 2/25/2025
3.0.915 107 2/25/2025
3.0.914 112 2/25/2025
3.0.913 120 2/25/2025
3.0.912 116 2/25/2025
3.0.911 107 2/25/2025
3.0.910 115 2/25/2025
3.0.909 99 2/25/2025
3.0.908 108 2/24/2025
3.0.907 124 2/23/2025
3.0.906 112 2/23/2025
3.0.905 111 2/23/2025
3.0.904 111 2/22/2025
3.0.903 114 2/22/2025
3.0.902 119 2/22/2025
3.0.901 114 2/22/2025
3.0.900 109 2/22/2025
3.0.899 118 2/22/2025
3.0.898 107 2/22/2025
3.0.897 100 2/22/2025
3.0.896 111 2/22/2025
3.0.895 117 2/21/2025
3.0.894 100 2/21/2025
3.0.893 108 2/21/2025
3.0.892 116 2/21/2025
3.0.891 108 2/19/2025
3.0.890 121 2/19/2025
3.0.889 121 2/19/2025
3.0.888 120 2/19/2025
3.0.887 106 2/18/2025
3.0.886 116 2/18/2025
3.0.885 115 2/18/2025
3.0.884 131 2/18/2025
3.0.883 114 2/18/2025
3.0.882 121 2/18/2025
3.0.881 111 2/18/2025
3.0.880 106 2/14/2025
3.0.879 108 2/14/2025
3.0.878 110 2/13/2025
3.0.877 102 2/13/2025
3.0.876 110 2/12/2025
3.0.875 121 2/12/2025
3.0.874 121 2/12/2025
3.0.873 130 2/12/2025
3.0.872 106 2/12/2025
3.0.871 124 2/12/2025
3.0.870 115 2/12/2025
3.0.869 111 2/12/2025
3.0.868 117 2/12/2025
3.0.867 122 2/12/2025
3.0.866 122 2/12/2025
3.0.865 114 2/11/2025
3.0.864 124 2/11/2025
3.0.863 123 2/11/2025
3.0.862 102 2/11/2025
3.0.861 116 2/11/2025
3.0.860 116 2/11/2025
3.0.859 112 2/11/2025
3.0.858 116 2/11/2025
3.0.857 125 2/11/2025
3.0.856 118 2/11/2025
3.0.855 126 2/11/2025
3.0.854 127 2/11/2025
3.0.853 118 2/11/2025
3.0.852 123 2/11/2025
3.0.851 118 2/11/2025
3.0.850 128 2/10/2025
3.0.849 120 2/10/2025
3.0.848 107 2/10/2025
3.0.847 102 2/10/2025
3.0.846 113 2/10/2025
3.0.845 121 2/10/2025
3.0.844 116 2/10/2025
3.0.843 127 2/10/2025
3.0.842 121 2/9/2025
3.0.841 113 2/9/2025
3.0.840 118 2/9/2025
3.0.839 111 2/8/2025
3.0.838 108 2/8/2025
3.0.837 126 2/8/2025
3.0.836 116 2/8/2025
3.0.835 116 2/8/2025
3.0.834 117 2/8/2025
3.0.833 115 2/8/2025
3.0.832 109 2/8/2025
3.0.831 114 2/7/2025
3.0.830 115 2/7/2025
3.0.829 109 2/7/2025
3.0.828 114 2/7/2025
3.0.827 110 2/7/2025
3.0.826 101 2/7/2025
3.0.825 119 2/7/2025
3.0.824 112 2/7/2025
3.0.823 120 2/7/2025
3.0.822 122 2/7/2025
3.0.821 111 2/7/2025
3.0.820 114 2/7/2025
3.0.819 113 2/7/2025
3.0.818 104 2/6/2025
3.0.817 128 2/5/2025
3.0.816 120 2/5/2025
3.0.815 114 2/5/2025
3.0.814 115 2/5/2025
3.0.813 113 2/5/2025
3.0.812 113 2/5/2025
3.0.811 118 2/5/2025
3.0.810 111 2/5/2025
3.0.809 123 2/5/2025
3.0.808 112 2/5/2025
3.0.807 121 2/5/2025
3.0.806 116 1/28/2025
3.0.805 120 1/28/2025
3.0.804 102 1/28/2025
3.0.803 99 1/28/2025
3.0.802 100 1/28/2025
3.0.801 115 1/28/2025
3.0.800 89 1/27/2025
3.0.799 85 1/27/2025
3.0.798 101 1/27/2025
3.0.797 99 1/27/2025
3.0.796 106 1/27/2025
3.0.795 101 1/27/2025
3.0.794 95 1/27/2025
3.0.793 115 1/26/2025
3.0.792 95 1/26/2025
3.0.791 121 1/26/2025
3.0.790 102 1/26/2025
3.0.789 110 1/26/2025
3.0.788 109 1/26/2025
3.0.787 114 1/25/2025
3.0.786 110 1/25/2025
3.0.785 116 1/25/2025
3.0.784 112 1/25/2025
3.0.783 114 1/25/2025
3.0.782 108 1/25/2025
3.0.781 109 1/25/2025
3.0.780 104 1/25/2025
3.0.778 99 1/25/2025
3.0.777 96 1/25/2025
3.0.776 103 1/25/2025
3.0.775 102 1/24/2025
3.0.774 103 1/24/2025
3.0.773 95 1/24/2025
3.0.772 99 1/24/2025
3.0.771 118 1/24/2025
3.0.770 101 1/24/2025
3.0.769 101 1/24/2025
3.0.768 97 1/24/2025
3.0.767 112 1/24/2025
3.0.766 110 1/24/2025
3.0.765 103 1/24/2025
3.0.764 102 1/24/2025
3.0.763 109 1/23/2025
3.0.762 100 1/23/2025
3.0.761 109 1/22/2025
3.0.760 113 1/21/2025
3.0.759 125 1/21/2025
3.0.758 113 1/21/2025
3.0.757 116 1/21/2025
3.0.756 115 1/21/2025
3.0.755 128 1/21/2025
3.0.754 111 1/21/2025
3.0.753 113 1/21/2025
3.0.752 113 1/21/2025
3.0.751 110 1/21/2025
3.0.750 122 1/21/2025
3.0.749 110 1/21/2025
3.0.748 114 1/21/2025
3.0.747 104 1/21/2025
3.0.746 109 1/21/2025
3.0.745 108 1/21/2025
3.0.744 100 1/21/2025
3.0.743 106 1/20/2025
3.0.742 101 1/20/2025
3.0.741 104 1/20/2025
3.0.740 100 1/20/2025
3.0.739 105 1/20/2025
3.0.738 102 1/20/2025
3.0.737 105 1/20/2025
3.0.736 100 1/20/2025
3.0.735 105 1/20/2025
3.0.734 109 1/20/2025
3.0.733 112 1/20/2025
3.0.732 107 1/20/2025
3.0.731 108 1/20/2025
3.0.730 114 1/20/2025
3.0.729 101 1/20/2025
3.0.728 112 1/20/2025
3.0.727 110 1/19/2025
3.0.726 103 1/19/2025
3.0.725 100 1/19/2025
3.0.724 102 1/19/2025
3.0.723 108 1/19/2025
3.0.722 97 1/19/2025
3.0.721 101 1/19/2025
3.0.720 102 1/19/2025
3.0.719 96 1/19/2025
3.0.718 98 1/18/2025
3.0.717 105 1/18/2025
3.0.716 101 1/18/2025
3.0.715 98 1/18/2025
3.0.714 97 1/18/2025
3.0.713 97 1/18/2025
3.0.712 107 1/18/2025
3.0.711 98 1/18/2025
3.0.710 98 1/17/2025
3.0.709 106 1/17/2025
3.0.708 98 1/17/2025
3.0.707 108 1/17/2025
3.0.706 91 1/17/2025
3.0.705 106 1/17/2025
3.0.704 105 1/17/2025
3.0.703 103 1/17/2025
3.0.702 97 1/17/2025
3.0.701 96 1/17/2025
3.0.700 104 1/16/2025
3.0.699 100 1/16/2025
3.0.698 101 1/16/2025
3.0.697 104 1/16/2025
3.0.696 105 1/16/2025
3.0.695 104 1/16/2025
3.0.694 98 1/16/2025
3.0.693 102 1/16/2025
3.0.692 97 1/16/2025
3.0.691 106 1/16/2025
3.0.690 104 1/16/2025
3.0.689 109 1/16/2025
3.0.688 101 1/16/2025
3.0.687 98 1/16/2025
3.0.686 104 1/16/2025
3.0.685 105 1/15/2025
3.0.684 100 1/15/2025
3.0.683 100 1/15/2025
3.0.682 112 1/15/2025
3.0.681 97 1/15/2025
3.0.680 96 1/15/2025
3.0.679 101 1/15/2025
3.0.678 96 1/15/2025
3.0.677 99 1/15/2025
3.0.676 98 1/15/2025
3.0.675 82 1/15/2025
3.0.674 88 1/15/2025
3.0.673 77 1/15/2025
3.0.672 76 1/15/2025
3.0.671 80 1/15/2025
3.0.670 84 1/15/2025
3.0.669 76 1/15/2025
3.0.668 82 1/15/2025
3.0.667 91 1/15/2025
3.0.666 85 1/14/2025
3.0.665 90 1/14/2025
3.0.664 88 1/14/2025
3.0.663 96 1/14/2025
3.0.662 95 1/14/2025
3.0.661 89 1/14/2025
3.0.660 93 1/14/2025
3.0.659 92 1/14/2025
3.0.658 103 1/14/2025
3.0.657 94 1/14/2025
3.0.656 103 1/14/2025
3.0.655 101 1/13/2025
3.0.654 105 1/13/2025
3.0.653 102 1/13/2025
3.0.652 95 1/13/2025
3.0.651 95 1/13/2025
3.0.650 107 1/12/2025
3.0.649 112 1/12/2025
3.0.648 107 1/11/2025
3.0.647 110 1/11/2025
3.0.646 117 1/11/2025
3.0.645 110 1/11/2025
3.0.644 120 1/11/2025
3.0.643 111 1/11/2025
3.0.642 108 1/11/2025
3.0.641 129 1/10/2025
3.0.640 110 1/10/2025
3.0.639 96 1/10/2025
3.0.638 103 1/10/2025
3.0.637 99 1/10/2025
3.0.636 117 1/10/2025
3.0.635 99 1/10/2025
3.0.634 107 1/10/2025
3.0.633 106 1/8/2025
3.0.632 161 1/3/2025
3.0.631 154 1/3/2025
3.0.630 151 1/3/2025
3.0.629 127 1/3/2025
3.0.628 125 1/3/2025
3.0.627 132 1/3/2025
3.0.626 125 1/3/2025
3.0.625 129 1/2/2025
3.0.624 125 1/2/2025
3.0.623 146 1/2/2025
3.0.622 130 1/2/2025
3.0.621 131 1/2/2025
3.0.620 129 1/2/2025
3.0.619 127 1/2/2025
3.0.618 131 1/1/2025
3.0.617 132 1/1/2025
3.0.616 141 1/1/2025
3.0.615 136 1/1/2025
3.0.614 144 1/1/2025
3.0.613 132 1/1/2025
3.0.612 143 1/1/2025
3.0.611 151 1/1/2025
3.0.610 141 1/1/2025
3.0.609 144 1/1/2025
3.0.608 148 1/1/2025
3.0.607 128 12/31/2024
3.0.606 130 12/31/2024
3.0.605 121 12/31/2024
3.0.604 129 12/31/2024
3.0.603 131 12/31/2024
3.0.602 143 12/31/2024
3.0.601 135 12/31/2024
3.0.600 143 12/31/2024
3.0.599 134 12/31/2024
3.0.598 135 12/31/2024
3.0.597 112 12/31/2024
3.0.596 105 12/31/2024
3.0.595 114 12/31/2024
3.0.594 117 12/31/2024
3.0.593 116 12/31/2024
3.0.592 113 12/31/2024
3.0.591 117 12/31/2024
3.0.590 107 12/31/2024
3.0.589 99 12/31/2024
3.0.588 115 12/28/2024
3.0.587 116 12/28/2024
3.0.586 112 12/28/2024
3.0.585 115 12/27/2024
3.0.584 100 12/27/2024
3.0.583 118 12/27/2024
3.0.582 114 12/24/2024
3.0.581 117 12/24/2024
3.0.580 111 12/24/2024
3.0.579 115 12/24/2024
3.0.578 111 12/24/2024
3.0.577 119 12/24/2024
3.0.576 131 12/24/2024
3.0.575 112 12/24/2024
3.0.574 117 12/24/2024
3.0.573 120 12/24/2024
3.0.572 111 12/24/2024
3.0.571 110 12/24/2024
3.0.570 108 12/24/2024
3.0.569 103 12/24/2024
3.0.568 106 12/24/2024
3.0.567 111 12/24/2024
3.0.566 93 12/24/2024
3.0.565 119 12/23/2024
3.0.564 115 12/23/2024
3.0.563 118 12/23/2024
3.0.562 101 12/23/2024
3.0.561 104 12/23/2024
3.0.560 93 12/23/2024
3.0.559 108 12/23/2024
3.0.558 121 12/23/2024
3.0.557 114 12/23/2024
3.0.556 120 12/23/2024
3.0.555 119 12/22/2024
3.0.554 113 12/22/2024
3.0.553 118 12/22/2024
3.0.552 110 12/22/2024
3.0.551 104 12/22/2024
3.0.550 114 12/22/2024
3.0.549 113 12/22/2024
3.0.548 109 12/22/2024
3.0.547 114 12/22/2024
3.0.546 117 12/22/2024
3.0.545 103 12/22/2024
3.0.544 115 12/22/2024
3.0.543 117 12/21/2024
3.0.542 121 12/21/2024
3.0.541 117 12/21/2024
3.0.540 111 12/21/2024
3.0.539 111 12/21/2024
3.0.538 111 12/21/2024
3.0.537 112 12/21/2024
3.0.536 116 12/21/2024
3.0.535 120 12/21/2024
3.0.534 111 12/21/2024
3.0.533 122 12/21/2024
3.0.532 119 12/21/2024
3.0.531 111 12/21/2024
3.0.530 120 12/20/2024
3.0.529 119 12/20/2024
3.0.528 116 12/20/2024
3.0.527 111 12/20/2024
3.0.526 113 12/20/2024
3.0.525 113 12/20/2024
3.0.524 106 12/20/2024
3.0.523 115 12/20/2024
3.0.522 117 12/20/2024
3.0.521 122 12/19/2024
3.0.520 112 12/19/2024
3.0.519 112 12/19/2024
3.0.518 106 12/19/2024
3.0.517 107 12/19/2024
3.0.516 119 12/19/2024
3.0.515 111 12/19/2024
3.0.514 118 12/18/2024
3.0.513 108 12/18/2024
3.0.512 112 12/18/2024
3.0.511 129 12/17/2024
3.0.509 115 12/17/2024
3.0.508 126 12/17/2024
3.0.507 119 12/17/2024
3.0.506 118 12/17/2024
3.0.505 111 12/17/2024
3.0.504 108 12/16/2024
3.0.503 98 12/16/2024
3.0.502 101 12/16/2024
3.0.501 112 12/10/2024
3.0.500 116 12/10/2024
3.0.499 109 12/10/2024
3.0.498 117 12/10/2024
3.0.497 108 12/10/2024
3.0.496 114 12/9/2024
3.0.495 103 12/9/2024
3.0.494 123 12/9/2024
3.0.493 110 12/9/2024
3.0.492 115 12/9/2024
3.0.491 105 12/9/2024
3.0.490 109 12/9/2024
3.0.489 114 12/9/2024
3.0.488 121 12/7/2024
3.0.487 124 12/6/2024
3.0.486 111 12/6/2024
3.0.485 113 12/6/2024
3.0.484 121 12/6/2024
3.0.483 122 12/6/2024
3.0.482 111 12/6/2024
3.0.481 116 12/6/2024
3.0.480 121 12/6/2024
3.0.479 117 12/6/2024
3.0.478 115 12/6/2024
3.0.477 118 12/6/2024
3.0.476 117 12/6/2024
3.0.475 119 12/6/2024
3.0.474 113 12/6/2024
3.0.473 118 12/6/2024
3.0.472 119 12/6/2024
3.0.471 127 12/6/2024
3.0.470 126 12/6/2024
3.0.469 111 12/6/2024
3.0.468 115 12/6/2024
3.0.467 113 12/6/2024
3.0.466 118 12/6/2024
3.0.465 117 12/6/2024
3.0.464 120 12/6/2024
3.0.463 114 12/6/2024
3.0.462 116 12/6/2024
3.0.460 122 12/5/2024
3.0.459 117 12/5/2024
3.0.458 112 12/5/2024
3.0.457 133 12/5/2024
3.0.456 123 12/5/2024
3.0.455 115 12/5/2024
3.0.454 117 12/5/2024
3.0.453 123 12/5/2024
3.0.452 119 12/5/2024
3.0.451 116 12/5/2024
3.0.450 113 12/5/2024
3.0.449 123 12/5/2024
3.0.448 117 12/5/2024
3.0.447 118 12/5/2024
3.0.446 118 12/4/2024
3.0.445 113 12/4/2024
3.0.444 115 12/4/2024
3.0.443 115 12/4/2024
3.0.442 118 12/4/2024
3.0.441 115 12/4/2024
3.0.440 123 12/4/2024
3.0.439 123 12/4/2024
3.0.438 123 12/4/2024
3.0.437 121 12/4/2024
3.0.436 120 12/4/2024
3.0.435 117 12/3/2024
3.0.434 121 12/3/2024
3.0.433 123 12/3/2024
3.0.432 121 12/3/2024
3.0.431 125 12/3/2024
3.0.430 118 12/3/2024
3.0.429 127 12/3/2024
3.0.428 115 12/3/2024
3.0.427 115 12/3/2024
3.0.426 107 12/3/2024
3.0.425 104 12/3/2024
3.0.424 108 12/3/2024
3.0.423 107 12/2/2024
3.0.422 113 12/2/2024
3.0.421 108 12/2/2024
3.0.420 117 12/2/2024
3.0.419 115 12/2/2024
3.0.418 111 12/2/2024
3.0.417 123 12/2/2024
3.0.416 121 12/2/2024
3.0.415 111 12/2/2024
3.0.414 105 12/2/2024
3.0.413 120 12/1/2024
3.0.412 114 12/1/2024
3.0.411 117 12/1/2024
3.0.410 118 12/1/2024
3.0.409 115 12/1/2024
3.0.408 118 12/1/2024
3.0.407 108 12/1/2024
3.0.406 109 12/1/2024
3.0.405 116 11/29/2024
3.0.404 113 11/29/2024
3.0.403 108 11/29/2024
3.0.402 110 11/29/2024
3.0.401 110 11/29/2024
3.0.400 125 11/21/2024
3.0.399 121 11/21/2024
3.0.398 117 11/21/2024
3.0.397 121 11/20/2024
3.0.396 124 11/20/2024
3.0.395 116 11/20/2024
3.0.394 115 11/20/2024
3.0.393 122 11/20/2024
3.0.392 116 11/20/2024
3.0.391 122 11/20/2024
3.0.390 128 11/20/2024
3.0.389 113 11/20/2024
3.0.388 117 11/20/2024
3.0.387 113 11/20/2024
3.0.386 119 11/20/2024
3.0.385 115 11/20/2024
3.0.384 115 11/20/2024
3.0.383 115 11/20/2024
3.0.382 115 11/19/2024
3.0.381 117 11/19/2024
3.0.380 124 11/19/2024
3.0.378 115 11/19/2024
3.0.377 121 11/19/2024
3.0.376 124 11/19/2024
3.0.375 115 11/19/2024
3.0.374 117 11/19/2024
3.0.373 108 11/19/2024
3.0.372 113 11/19/2024
3.0.371 112 11/19/2024
3.0.370 151 11/15/2024
3.0.369 113 11/14/2024
3.0.368 112 11/14/2024
3.0.367 110 11/14/2024
3.0.366 115 11/14/2024
3.0.365 121 11/14/2024
3.0.364 111 11/14/2024
3.0.363 118 11/14/2024
3.0.362 114 11/14/2024
3.0.361 108 11/14/2024
3.0.360 118 11/14/2024
3.0.359 118 11/14/2024
3.0.358 118 11/14/2024
3.0.357 117 11/14/2024
3.0.356 121 11/14/2024
3.0.355 126 11/14/2024
3.0.354 117 11/14/2024
3.0.353 120 11/14/2024
2.1.352 124 11/13/2024
2.1.351 121 11/13/2024
2.1.350 116 11/13/2024
2.1.349 122 11/13/2024
2.1.348 128 11/13/2024
2.1.347 116 11/13/2024
2.1.346 126 11/13/2024
2.1.345 122 11/13/2024
2.1.344 124 11/12/2024
2.1.343 120 11/12/2024
2.1.342 117 11/12/2024
2.1.341 124 11/12/2024
2.1.340 133 11/9/2024
2.1.339 123 11/9/2024
2.1.338 122 11/9/2024
2.1.337 122 11/9/2024
2.1.336 115 11/9/2024
2.1.335 122 11/9/2024
2.1.334 124 11/9/2024
2.1.333 118 11/8/2024
2.1.332 118 11/8/2024
2.1.331 116 11/8/2024
2.1.330 120 11/8/2024
2.1.329 118 11/8/2024
2.1.328 119 11/8/2024
2.1.327 113 11/8/2024
2.1.326 120 11/8/2024
2.1.325 112 11/8/2024
2.1.324 115 11/8/2024
2.1.323 116 11/8/2024
2.1.322 123 11/6/2024
2.1.321 129 11/1/2024
2.1.320 131 11/1/2024
2.1.319 124 11/1/2024
2.1.318 127 11/1/2024
2.1.317 113 11/1/2024
2.1.316 119 10/29/2024
2.1.315 112 10/29/2024
2.1.314 125 10/29/2024
2.1.313 115 10/29/2024
2.1.312 114 10/29/2024
2.1.311 120 10/29/2024
2.1.310 117 10/29/2024
2.1.309 118 10/29/2024
2.1.308 100 10/29/2024
2.1.307 110 10/29/2024
2.1.306 114 10/28/2024
2.1.305 111 10/28/2024
2.1.304 113 10/28/2024
2.1.303 117 10/26/2024
2.1.302 117 10/26/2024
2.1.301 104 10/26/2024
2.1.300 103 10/26/2024
2.1.299 128 10/22/2024
2.1.298 106 10/22/2024
2.1.297 113 10/22/2024
2.1.296 127 10/22/2024
2.1.295 122 10/22/2024
2.1.294 122 10/22/2024
2.1.293 112 10/22/2024
2.1.292 119 10/22/2024
2.1.291 128 10/22/2024
2.1.290 125 10/22/2024
2.1.289 137 10/18/2024
2.1.288 104 10/17/2024
2.1.287 94 10/17/2024
2.1.286 111 10/17/2024
2.1.285 97 10/17/2024
2.1.284 114 10/15/2024
2.1.283 113 10/15/2024
2.1.282 99 10/15/2024
2.1.281 114 10/15/2024
2.1.280 124 10/14/2024
2.1.279 103 10/14/2024
2.1.278 109 10/12/2024
2.1.277 119 10/12/2024
2.1.276 117 10/12/2024
2.1.275 107 10/11/2024
2.1.274 120 10/11/2024
2.1.273 128 10/11/2024
2.1.272 122 10/9/2024
2.1.271 122 10/9/2024
2.1.270 112 10/9/2024
2.1.269 104 10/9/2024
2.1.268 107 10/9/2024
2.1.267 102 10/9/2024
2.1.266 122 10/8/2024
2.1.265 107 10/8/2024
2.1.264 121 10/8/2024
2.1.263 124 10/8/2024
2.1.262 109 10/8/2024
2.1.261 108 10/8/2024
2.1.260 107 10/8/2024
2.1.259 112 10/8/2024
2.1.258 116 10/8/2024
2.1.257 120 10/3/2024
2.1.256 109 10/3/2024
2.1.255 116 10/3/2024
2.1.254 103 10/3/2024
2.1.253 114 10/3/2024
2.1.252 118 10/3/2024
2.1.251 102 10/3/2024
2.1.250 110 10/3/2024
2.1.249 111 10/3/2024
2.1.248 101 10/2/2024
2.1.247 106 10/2/2024
2.1.246 114 10/2/2024
2.1.245 114 10/2/2024
2.1.244 101 10/2/2024
2.1.243 110 10/2/2024
2.1.242 117 10/2/2024
2.1.241 120 10/2/2024
2.1.240 103 10/2/2024
2.1.239 115 10/2/2024
2.1.238 106 10/1/2024
2.1.237 117 10/1/2024
2.1.236 119 10/1/2024
2.1.235 105 10/1/2024
2.1.234 116 10/1/2024
2.1.233 118 10/1/2024
2.1.232 117 10/1/2024
2.1.231 107 10/1/2024
2.1.230 105 10/1/2024
2.1.229 79 9/30/2024
2.1.228 82 9/29/2024
2.1.227 86 9/29/2024
2.1.226 82 9/29/2024
2.1.225 76 9/29/2024
2.1.224 77 9/29/2024
2.1.223 78 9/29/2024
2.1.222 77 9/29/2024
2.1.221 75 9/29/2024
2.1.220 78 9/29/2024
2.1.219 80 9/28/2024
2.1.218 73 9/27/2024
2.1.217 73 9/27/2024
2.1.216 81 9/27/2024
2.1.215 82 9/27/2024
2.1.214 81 9/27/2024
2.1.213 80 9/27/2024
2.1.212 76 9/27/2024
2.1.211 77 9/27/2024
2.1.210 80 9/27/2024
2.1.209 80 9/27/2024
2.1.208 80 9/27/2024
2.1.207 83 9/26/2024
2.1.206 80 9/26/2024
2.1.205 78 9/26/2024
2.1.204 79 9/26/2024
2.1.203 77 9/26/2024
2.1.202 78 9/26/2024
2.1.201 80 9/26/2024
2.1.200 78 9/26/2024
2.1.199 76 9/26/2024
2.1.198 78 9/26/2024
2.1.197 74 9/26/2024
2.1.195 78 9/26/2024
2.1.194 80 9/26/2024
2.1.193 81 9/23/2024
2.1.192 76 9/23/2024
2.1.191 78 9/23/2024
2.1.190 77 9/23/2024
2.1.189 77 9/23/2024
2.1.188 82 9/23/2024
2.1.187 79 9/23/2024
2.1.186 79 9/23/2024
2.1.185 80 9/23/2024
2.1.184 75 9/23/2024
2.1.183 79 9/23/2024
2.1.182 79 9/23/2024
2.1.181 79 9/23/2024
2.1.180 72 9/23/2024
2.1.179 78 9/23/2024
2.1.178 77 9/23/2024
2.1.177 74 9/23/2024
2.1.176 80 9/23/2024
2.1.175 77 9/23/2024
2.1.174 76 9/23/2024
2.1.173 74 9/23/2024
2.1.172 71 9/20/2024
2.1.171 78 9/18/2024
2.1.170 82 9/18/2024
2.1.169 83 9/18/2024
2.1.168 76 9/18/2024
2.1.167 88 9/18/2024
2.1.166 86 9/18/2024
2.1.165 77 9/18/2024
2.1.163 82 9/17/2024
2.1.162 80 9/17/2024
2.1.161 82 9/17/2024
2.1.160 85 9/17/2024
2.1.159 86 9/17/2024
2.1.158 88 9/17/2024
2.1.157 81 9/17/2024
2.1.156 82 9/17/2024
2.1.155 81 9/17/2024
2.1.154 84 9/17/2024
2.1.153 78 9/17/2024
2.1.152 82 9/17/2024
2.1.151 106 9/17/2024
2.1.150 87 9/17/2024
2.1.149 85 9/17/2024
2.1.148 84 9/17/2024
2.1.147 76 9/17/2024
2.1.146 79 9/17/2024
2.1.145 79 9/16/2024
2.1.144 100 9/16/2024
2.1.143 83 9/16/2024
2.1.142 91 9/16/2024
2.1.141 79 9/16/2024
2.1.140 83 9/12/2024
2.1.139 78 9/12/2024
2.1.138 81 9/12/2024
2.1.137 81 9/12/2024
2.1.136 80 9/12/2024
2.1.135 85 9/12/2024
2.1.134 83 9/11/2024
2.1.133 79 9/11/2024
2.1.132 83 9/11/2024
2.1.131 76 9/11/2024
2.1.130 84 9/11/2024
2.1.129 79 9/11/2024
2.1.128 88 9/11/2024
2.1.127 77 9/11/2024
2.1.125 86 9/11/2024
2.1.123 85 9/11/2024
2.1.122 79 9/11/2024
2.1.121 90 9/11/2024
2.1.120 86 9/11/2024
2.1.119 87 9/10/2024
2.1.118 73 9/10/2024
2.1.117 85 9/10/2024
2.1.116 77 9/10/2024
2.1.115 86 9/10/2024
2.1.114 78 9/10/2024
2.1.113 83 9/10/2024
2.1.112 78 9/9/2024
2.1.111 82 9/9/2024
2.1.108 79 9/9/2024
2.1.105 84 9/9/2024
2.1.104 83 9/9/2024
2.1.103 80 9/9/2024
2.1.102 74 9/9/2024
2.1.101 78 9/9/2024
2.1.100 80 9/9/2024
2.1.99 76 9/9/2024
2.1.98 90 9/9/2024
2.1.97 91 9/7/2024
2.1.96 92 9/7/2024
2.1.95 84 9/7/2024
2.1.94 83 9/7/2024
2.1.93 80 9/7/2024
2.1.92 89 9/6/2024
2.1.91 85 9/6/2024
2.1.90 81 9/6/2024
2.1.89 87 9/6/2024
2.1.88 82 9/6/2024
2.1.87 89 9/5/2024
2.1.86 77 9/5/2024
2.1.85 81 9/5/2024
2.1.84 81 9/5/2024
2.1.83 78 9/5/2024
2.1.82 81 9/5/2024
2.1.81 87 9/5/2024
2.1.80 83 9/5/2024
2.1.79 83 9/5/2024
2.1.78 80 9/5/2024
2.1.77 88 9/5/2024
2.1.76 83 9/5/2024
2.1.75 89 9/5/2024
2.1.74 78 9/5/2024
2.1.73 85 9/4/2024
2.1.72 74 9/4/2024
2.1.71 90 9/4/2024
2.1.70 86 9/4/2024
2.1.69 82 9/4/2024
2.1.68 86 9/4/2024
2.1.67 82 9/3/2024
2.1.66 85 9/3/2024
2.1.65 80 9/3/2024
2.1.64 76 9/3/2024
2.1.63 91 9/3/2024
2.1.62 81 9/3/2024
2.1.61 81 9/3/2024
2.1.60 76 9/3/2024
2.1.59 79 9/3/2024
2.1.58 84 9/3/2024
2.1.57 79 9/3/2024
2.1.56 84 8/29/2024
2.1.55 81 8/29/2024
2.1.54 79 8/29/2024
2.1.53 74 8/29/2024
2.1.52 73 8/29/2024
2.1.51 91 8/26/2024
2.1.50 79 8/26/2024
2.1.49 80 8/26/2024
2.1.48 81 8/26/2024
2.1.47 102 8/24/2024
2.1.46 110 8/21/2024
2.1.45 104 8/21/2024
2.1.44 95 8/21/2024
2.1.43 104 8/21/2024
2.1.42 101 8/20/2024
2.1.41 102 8/20/2024
2.1.40 89 8/20/2024
2.1.39 86 8/20/2024
2.1.38 84 8/20/2024
2.1.37 85 8/20/2024
2.1.36 96 8/20/2024
2.1.35 98 8/19/2024
2.1.34 105 8/15/2024
2.1.33 92 8/15/2024
2.1.32 98 8/15/2024
2.1.31 103 8/15/2024
2.1.30 101 8/13/2024
2.1.29 98 8/13/2024
2.1.28 84 8/7/2024
2.1.27 77 8/6/2024
2.1.26 68 8/6/2024
2.1.25 66 8/6/2024
2.1.24 87 8/1/2024
2.1.23 78 8/1/2024
2.1.22 77 8/1/2024
2.1.21 78 8/1/2024
2.1.20 83 8/1/2024
2.1.19 71 7/31/2024
2.1.18 72 7/26/2024
2.1.17 86 7/25/2024
2.1.16 87 7/25/2024
2.1.15 74 7/24/2024
2.1.14 86 7/24/2024
2.1.13 79 7/24/2024
2.1.12 86 7/24/2024
2.1.11 90 7/20/2024
2.1.10 88 7/20/2024
2.1.9 89 7/20/2024
2.1.8 91 7/20/2024
2.1.7 96 7/20/2024
2.1.6 79 7/15/2024
2.1.5 96 7/14/2024
2.1.4 87 7/14/2024
2.1.3 79 7/12/2024
2.1.2 77 7/12/2024
2.1.1 77 7/12/2024