Soenneker.OpenAI.Client.Chat 3.0.1085

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.1085
                    
NuGet\Install-Package Soenneker.OpenAI.Client.Chat -Version 3.0.1085
                    
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.1085" />
                    
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.1085" />
                    
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.1085
                    
#r "nuget: Soenneker.OpenAI.Client.Chat, 3.0.1085"
                    
#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.1085
                    
#: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.1085
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.1085
                    
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 156 9/24/2025
3.0.1092 291 9/16/2025
3.0.1091 150 9/10/2025
3.0.1090 151 9/9/2025
3.0.1089 145 9/9/2025
3.0.1088 90 9/6/2025
3.0.1087 157 9/3/2025
3.0.1086 156 9/3/2025
3.0.1085 160 9/3/2025
3.0.1084 160 9/3/2025
3.0.1083 149 9/3/2025
3.0.1082 109 8/17/2025
3.0.1081 152 8/11/2025
3.0.1080 139 8/11/2025
3.0.1079 135 8/11/2025
3.0.1078 146 8/11/2025
3.0.1077 158 8/11/2025
3.0.1076 227 8/5/2025
3.0.1075 225 8/5/2025
3.0.1074 207 8/5/2025
3.0.1073 191 8/4/2025
3.0.1072 134 7/29/2025
3.0.1071 146 7/9/2025
3.0.1070 161 7/8/2025
3.0.1069 161 7/8/2025
3.0.1068 168 7/3/2025
3.0.1067 161 7/3/2025
3.0.1066 159 7/1/2025
3.0.1065 97 6/28/2025
3.0.1064 89 6/28/2025
3.0.1063 79 6/27/2025
3.0.1062 85 6/27/2025
3.0.1061 85 6/27/2025
3.0.1060 171 6/25/2025
3.0.1059 309 6/11/2025
3.0.1058 308 6/11/2025
3.0.1057 314 6/10/2025
3.0.1056 178 6/2/2025
3.0.1055 157 5/27/2025
3.0.1054 164 5/27/2025
3.0.1053 156 5/27/2025
3.0.1052 163 5/27/2025
3.0.1051 108 5/25/2025
3.0.1050 129 5/23/2025
3.0.1049 146 5/23/2025
3.0.1048 146 5/23/2025
3.0.1047 147 5/23/2025
3.0.1046 155 5/22/2025
3.0.1045 163 5/22/2025
3.0.1044 252 5/14/2025
3.0.1043 248 5/13/2025
3.0.1042 238 5/13/2025
3.0.1041 206 5/8/2025
3.0.1040 170 5/8/2025
3.0.1039 159 5/8/2025
3.0.1038 183 5/7/2025
3.0.1037 169 5/7/2025
3.0.1036 156 5/5/2025
3.0.1035 170 5/5/2025
3.0.1034 172 5/5/2025
3.0.1033 159 5/5/2025
3.0.1032 169 5/5/2025
3.0.1031 164 5/5/2025
3.0.1030 158 5/5/2025
3.0.1029 166 5/5/2025
3.0.1028 167 4/27/2025
3.0.1027 99 4/26/2025
3.0.1026 179 4/9/2025
3.0.1025 185 4/9/2025
3.0.1024 185 4/8/2025
3.0.1023 175 4/8/2025
3.0.1022 187 4/8/2025
3.0.1021 177 4/8/2025
3.0.1020 171 4/8/2025
3.0.1019 172 4/8/2025
3.0.1018 168 4/8/2025
3.0.1017 189 4/8/2025
3.0.1016 175 4/8/2025
3.0.1015 188 4/8/2025
3.0.1014 180 4/8/2025
3.0.1013 191 4/8/2025
3.0.1012 177 4/8/2025
3.0.1011 181 4/8/2025
3.0.1010 192 4/7/2025
3.0.1009 184 4/7/2025
3.0.1008 176 4/7/2025
3.0.1007 167 4/7/2025
3.0.1006 175 4/7/2025
3.0.1005 162 4/7/2025
3.0.1004 184 4/7/2025
3.0.1003 163 4/7/2025
3.0.1002 173 4/7/2025
3.0.1001 188 4/7/2025
3.0.1000 186 4/7/2025
3.0.999 178 4/7/2025
3.0.998 184 4/7/2025
3.0.997 170 4/7/2025
3.0.996 183 4/6/2025
3.0.995 166 4/6/2025
3.0.994 176 4/6/2025
3.0.993 189 4/6/2025
3.0.992 172 4/6/2025
3.0.991 178 4/6/2025
3.0.990 165 4/6/2025
3.0.989 156 4/6/2025
3.0.988 166 4/6/2025
3.0.987 164 4/6/2025
3.0.986 178 4/6/2025
3.0.985 121 4/6/2025
3.0.984 135 4/6/2025
3.0.983 137 4/6/2025
3.0.982 129 4/6/2025
3.0.981 117 4/5/2025
3.0.980 121 4/5/2025
3.0.979 104 4/5/2025
3.0.978 105 4/5/2025
3.0.977 98 4/5/2025
3.0.976 116 4/5/2025
3.0.975 107 4/5/2025
3.0.974 112 4/5/2025
3.0.973 114 4/4/2025
3.0.972 123 4/4/2025
3.0.971 167 4/4/2025
3.0.970 188 4/1/2025
3.0.969 177 4/1/2025
3.0.968 171 3/31/2025
3.0.967 177 3/31/2025
3.0.966 167 3/31/2025
3.0.965 113 3/29/2025
3.0.964 105 3/29/2025
3.0.963 490 3/25/2025
3.0.962 495 3/25/2025
3.0.961 490 3/25/2025
3.0.960 151 3/21/2025
3.0.959 127 3/21/2025
3.0.958 170 3/18/2025
3.0.957 171 3/18/2025
3.0.956 165 3/18/2025
3.0.955 98 3/15/2025
3.0.954 94 3/15/2025
3.0.953 104 3/15/2025
3.0.952 179 3/12/2025
3.0.951 173 3/12/2025
3.0.950 174 3/12/2025
3.0.949 181 3/12/2025
3.0.948 184 3/12/2025
3.0.947 183 3/11/2025
3.0.946 187 3/11/2025
3.0.945 180 3/11/2025
3.0.944 181 3/11/2025
3.0.943 188 3/11/2025
3.0.942 167 3/11/2025
3.0.941 174 3/11/2025
3.0.940 177 3/11/2025
3.0.939 241 3/7/2025
3.0.938 226 3/7/2025
3.0.937 133 3/2/2025
3.0.936 112 3/2/2025
3.0.935 122 3/2/2025
3.0.934 106 3/2/2025
3.0.933 123 3/2/2025
3.0.932 117 3/2/2025
3.0.931 118 3/2/2025
3.0.930 130 3/1/2025
3.0.929 124 3/1/2025
3.0.928 122 3/1/2025
3.0.927 103 3/1/2025
3.0.926 118 3/1/2025
3.0.925 119 3/1/2025
3.0.924 110 3/1/2025
3.0.923 109 3/1/2025
3.0.922 124 3/1/2025
3.0.921 116 3/1/2025
3.0.920 124 3/1/2025
3.0.919 122 3/1/2025
3.0.918 115 3/1/2025
3.0.917 125 2/25/2025
3.0.916 133 2/25/2025
3.0.915 117 2/25/2025
3.0.914 112 2/25/2025
3.0.913 130 2/25/2025
3.0.912 126 2/25/2025
3.0.911 117 2/25/2025
3.0.910 125 2/25/2025
3.0.909 109 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 121 2/23/2025
3.0.904 121 2/22/2025
3.0.903 124 2/22/2025
3.0.902 139 2/22/2025
3.0.901 124 2/22/2025
3.0.900 119 2/22/2025
3.0.899 128 2/22/2025
3.0.898 117 2/22/2025
3.0.897 110 2/22/2025
3.0.896 121 2/22/2025
3.0.895 127 2/21/2025
3.0.894 110 2/21/2025
3.0.893 118 2/21/2025
3.0.892 118 2/21/2025
3.0.891 119 2/19/2025
3.0.890 131 2/19/2025
3.0.889 121 2/19/2025
3.0.888 120 2/19/2025
3.0.887 116 2/18/2025
3.0.886 126 2/18/2025
3.0.885 125 2/18/2025
3.0.884 141 2/18/2025
3.0.883 124 2/18/2025
3.0.882 131 2/18/2025
3.0.881 121 2/18/2025
3.0.880 116 2/14/2025
3.0.879 118 2/14/2025
3.0.878 110 2/13/2025
3.0.877 102 2/13/2025
3.0.876 120 2/12/2025
3.0.875 131 2/12/2025
3.0.874 131 2/12/2025
3.0.873 130 2/12/2025
3.0.872 116 2/12/2025
3.0.871 135 2/12/2025
3.0.870 126 2/12/2025
3.0.869 121 2/12/2025
3.0.868 127 2/12/2025
3.0.867 132 2/12/2025
3.0.866 135 2/12/2025
3.0.865 124 2/11/2025
3.0.864 124 2/11/2025
3.0.863 133 2/11/2025
3.0.862 112 2/11/2025
3.0.861 116 2/11/2025
3.0.860 126 2/11/2025
3.0.859 122 2/11/2025
3.0.858 126 2/11/2025
3.0.857 135 2/11/2025
3.0.856 128 2/11/2025
3.0.855 136 2/11/2025
3.0.854 137 2/11/2025
3.0.853 128 2/11/2025
3.0.852 133 2/11/2025
3.0.851 128 2/11/2025
3.0.850 138 2/10/2025
3.0.849 130 2/10/2025
3.0.848 117 2/10/2025
3.0.847 112 2/10/2025
3.0.846 123 2/10/2025
3.0.845 131 2/10/2025
3.0.844 126 2/10/2025
3.0.843 137 2/10/2025
3.0.842 131 2/9/2025
3.0.841 123 2/9/2025
3.0.840 128 2/9/2025
3.0.839 121 2/8/2025
3.0.838 118 2/8/2025
3.0.837 137 2/8/2025
3.0.836 126 2/8/2025
3.0.835 126 2/8/2025
3.0.834 127 2/8/2025
3.0.833 125 2/8/2025
3.0.832 120 2/8/2025
3.0.831 124 2/7/2025
3.0.830 125 2/7/2025
3.0.829 119 2/7/2025
3.0.828 124 2/7/2025
3.0.827 120 2/7/2025
3.0.826 111 2/7/2025
3.0.825 129 2/7/2025
3.0.824 122 2/7/2025
3.0.823 130 2/7/2025
3.0.822 122 2/7/2025
3.0.821 121 2/7/2025
3.0.820 125 2/7/2025
3.0.819 123 2/7/2025
3.0.818 114 2/6/2025
3.0.817 138 2/5/2025
3.0.816 130 2/5/2025
3.0.815 124 2/5/2025
3.0.814 115 2/5/2025
3.0.813 123 2/5/2025
3.0.812 123 2/5/2025
3.0.811 128 2/5/2025
3.0.810 121 2/5/2025
3.0.809 133 2/5/2025
3.0.808 122 2/5/2025
3.0.807 141 2/5/2025
3.0.806 126 1/28/2025
3.0.805 130 1/28/2025
3.0.804 102 1/28/2025
3.0.803 109 1/28/2025
3.0.802 110 1/28/2025
3.0.801 125 1/28/2025
3.0.800 100 1/27/2025
3.0.799 95 1/27/2025
3.0.798 111 1/27/2025
3.0.797 109 1/27/2025
3.0.796 116 1/27/2025
3.0.795 111 1/27/2025
3.0.794 105 1/27/2025
3.0.793 125 1/26/2025
3.0.792 105 1/26/2025
3.0.791 131 1/26/2025
3.0.790 112 1/26/2025
3.0.789 120 1/26/2025
3.0.788 119 1/26/2025
3.0.787 124 1/25/2025
3.0.786 120 1/25/2025
3.0.785 126 1/25/2025
3.0.784 122 1/25/2025
3.0.783 124 1/25/2025
3.0.782 118 1/25/2025
3.0.781 119 1/25/2025
3.0.780 114 1/25/2025
3.0.778 109 1/25/2025
3.0.777 106 1/25/2025
3.0.776 113 1/25/2025
3.0.775 112 1/24/2025
3.0.774 113 1/24/2025
3.0.773 105 1/24/2025
3.0.772 109 1/24/2025
3.0.771 128 1/24/2025
3.0.770 111 1/24/2025
3.0.769 111 1/24/2025
3.0.768 107 1/24/2025
3.0.767 122 1/24/2025
3.0.766 120 1/24/2025
3.0.765 113 1/24/2025
3.0.764 112 1/24/2025
3.0.763 119 1/23/2025
3.0.762 110 1/23/2025
3.0.761 119 1/22/2025
3.0.760 123 1/21/2025
3.0.759 135 1/21/2025
3.0.758 123 1/21/2025
3.0.757 126 1/21/2025
3.0.756 125 1/21/2025
3.0.755 138 1/21/2025
3.0.754 122 1/21/2025
3.0.753 123 1/21/2025
3.0.752 123 1/21/2025
3.0.751 120 1/21/2025
3.0.750 132 1/21/2025
3.0.749 120 1/21/2025
3.0.748 124 1/21/2025
3.0.747 114 1/21/2025
3.0.746 119 1/21/2025
3.0.745 118 1/21/2025
3.0.744 110 1/21/2025
3.0.743 116 1/20/2025
3.0.742 112 1/20/2025
3.0.741 124 1/20/2025
3.0.740 110 1/20/2025
3.0.739 115 1/20/2025
3.0.738 112 1/20/2025
3.0.737 115 1/20/2025
3.0.736 110 1/20/2025
3.0.735 116 1/20/2025
3.0.734 119 1/20/2025
3.0.733 122 1/20/2025
3.0.732 117 1/20/2025
3.0.731 118 1/20/2025
3.0.730 124 1/20/2025
3.0.729 112 1/20/2025
3.0.728 112 1/20/2025
3.0.727 120 1/19/2025
3.0.726 103 1/19/2025
3.0.725 110 1/19/2025
3.0.724 112 1/19/2025
3.0.723 118 1/19/2025
3.0.722 97 1/19/2025
3.0.721 101 1/19/2025
3.0.720 112 1/19/2025
3.0.719 106 1/19/2025
3.0.718 108 1/18/2025
3.0.717 115 1/18/2025
3.0.716 111 1/18/2025
3.0.715 108 1/18/2025
3.0.714 107 1/18/2025
3.0.713 107 1/18/2025
3.0.712 117 1/18/2025
3.0.711 108 1/18/2025
3.0.710 108 1/17/2025
3.0.709 116 1/17/2025
3.0.708 109 1/17/2025
3.0.707 118 1/17/2025
3.0.706 101 1/17/2025
3.0.705 116 1/17/2025
3.0.704 115 1/17/2025
3.0.703 113 1/17/2025
3.0.702 107 1/17/2025
3.0.701 106 1/17/2025
3.0.700 114 1/16/2025
3.0.699 110 1/16/2025
3.0.698 111 1/16/2025
3.0.697 114 1/16/2025
3.0.696 115 1/16/2025
3.0.695 114 1/16/2025
3.0.694 108 1/16/2025
3.0.693 112 1/16/2025
3.0.692 107 1/16/2025
3.0.691 116 1/16/2025
3.0.690 114 1/16/2025
3.0.689 119 1/16/2025
3.0.688 111 1/16/2025
3.0.687 108 1/16/2025
3.0.686 114 1/16/2025
3.0.685 115 1/15/2025
3.0.684 110 1/15/2025
3.0.683 120 1/15/2025
3.0.682 112 1/15/2025
3.0.681 107 1/15/2025
3.0.680 96 1/15/2025
3.0.679 102 1/15/2025
3.0.678 107 1/15/2025
3.0.677 109 1/15/2025
3.0.676 108 1/15/2025
3.0.675 92 1/15/2025
3.0.674 98 1/15/2025
3.0.673 87 1/15/2025
3.0.672 86 1/15/2025
3.0.671 90 1/15/2025
3.0.670 94 1/15/2025
3.0.669 76 1/15/2025
3.0.668 92 1/15/2025
3.0.667 101 1/15/2025
3.0.666 95 1/14/2025
3.0.665 90 1/14/2025
3.0.664 99 1/14/2025
3.0.663 106 1/14/2025
3.0.662 105 1/14/2025
3.0.661 99 1/14/2025
3.0.660 103 1/14/2025
3.0.659 102 1/14/2025
3.0.658 113 1/14/2025
3.0.657 104 1/14/2025
3.0.656 104 1/14/2025
3.0.655 111 1/13/2025
3.0.654 115 1/13/2025
3.0.653 112 1/13/2025
3.0.652 105 1/13/2025
3.0.651 105 1/13/2025
3.0.650 117 1/12/2025
3.0.649 122 1/12/2025
3.0.648 117 1/11/2025
3.0.647 120 1/11/2025
3.0.646 127 1/11/2025
3.0.645 120 1/11/2025
3.0.644 130 1/11/2025
3.0.643 121 1/11/2025
3.0.642 118 1/11/2025
3.0.641 129 1/10/2025
3.0.640 121 1/10/2025
3.0.639 106 1/10/2025
3.0.638 113 1/10/2025
3.0.637 109 1/10/2025
3.0.636 127 1/10/2025
3.0.635 119 1/10/2025
3.0.634 117 1/10/2025
3.0.633 116 1/8/2025
3.0.632 171 1/3/2025
3.0.631 164 1/3/2025
3.0.630 161 1/3/2025
3.0.629 137 1/3/2025
3.0.628 135 1/3/2025
3.0.627 142 1/3/2025
3.0.626 135 1/3/2025
3.0.625 139 1/2/2025
3.0.624 135 1/2/2025
3.0.623 156 1/2/2025
3.0.622 130 1/2/2025
3.0.621 141 1/2/2025
3.0.620 139 1/2/2025
3.0.619 137 1/2/2025
3.0.618 141 1/1/2025
3.0.617 142 1/1/2025
3.0.616 152 1/1/2025
3.0.615 146 1/1/2025
3.0.614 154 1/1/2025
3.0.613 142 1/1/2025
3.0.612 153 1/1/2025
3.0.611 161 1/1/2025
3.0.610 151 1/1/2025
3.0.609 144 1/1/2025
3.0.608 158 1/1/2025
3.0.607 138 12/31/2024
3.0.606 140 12/31/2024
3.0.605 131 12/31/2024
3.0.604 129 12/31/2024
3.0.603 142 12/31/2024
3.0.602 153 12/31/2024
3.0.601 145 12/31/2024
3.0.600 153 12/31/2024
3.0.599 144 12/31/2024
3.0.598 145 12/31/2024
3.0.597 122 12/31/2024
3.0.596 115 12/31/2024
3.0.595 125 12/31/2024
3.0.594 127 12/31/2024
3.0.593 136 12/31/2024
3.0.592 123 12/31/2024
3.0.591 117 12/31/2024
3.0.590 117 12/31/2024
3.0.589 109 12/31/2024
3.0.588 125 12/28/2024
3.0.587 126 12/28/2024
3.0.586 122 12/28/2024
3.0.585 125 12/27/2024
3.0.584 110 12/27/2024
3.0.583 128 12/27/2024
3.0.582 124 12/24/2024
3.0.581 127 12/24/2024
3.0.580 121 12/24/2024
3.0.579 125 12/24/2024
3.0.578 121 12/24/2024
3.0.577 129 12/24/2024
3.0.576 141 12/24/2024
3.0.575 122 12/24/2024
3.0.574 127 12/24/2024
3.0.573 130 12/24/2024
3.0.572 121 12/24/2024
3.0.571 120 12/24/2024
3.0.570 118 12/24/2024
3.0.569 113 12/24/2024
3.0.568 106 12/24/2024
3.0.567 121 12/24/2024
3.0.566 103 12/24/2024
3.0.565 129 12/23/2024
3.0.564 125 12/23/2024
3.0.563 128 12/23/2024
3.0.562 111 12/23/2024
3.0.561 114 12/23/2024
3.0.560 103 12/23/2024
3.0.559 118 12/23/2024
3.0.558 131 12/23/2024
3.0.557 114 12/23/2024
3.0.556 130 12/23/2024
3.0.555 130 12/22/2024
3.0.554 123 12/22/2024
3.0.553 128 12/22/2024
3.0.552 120 12/22/2024
3.0.551 114 12/22/2024
3.0.550 124 12/22/2024
3.0.549 123 12/22/2024
3.0.548 119 12/22/2024
3.0.547 124 12/22/2024
3.0.546 127 12/22/2024
3.0.545 113 12/22/2024
3.0.544 116 12/22/2024
3.0.543 127 12/21/2024
3.0.542 131 12/21/2024
3.0.541 127 12/21/2024
3.0.540 121 12/21/2024
3.0.539 111 12/21/2024
3.0.538 121 12/21/2024
3.0.537 112 12/21/2024
3.0.536 126 12/21/2024
3.0.535 120 12/21/2024
3.0.534 111 12/21/2024
3.0.533 132 12/21/2024
3.0.532 129 12/21/2024
3.0.531 111 12/21/2024
3.0.530 130 12/20/2024
3.0.529 119 12/20/2024
3.0.528 126 12/20/2024
3.0.527 111 12/20/2024
3.0.526 133 12/20/2024
3.0.525 123 12/20/2024
3.0.524 116 12/20/2024
3.0.523 125 12/20/2024
3.0.522 127 12/20/2024
3.0.521 132 12/19/2024
3.0.520 123 12/19/2024
3.0.519 132 12/19/2024
3.0.518 116 12/19/2024
3.0.517 117 12/19/2024
3.0.516 129 12/19/2024
3.0.515 121 12/19/2024
3.0.514 128 12/18/2024
3.0.513 118 12/18/2024
3.0.512 122 12/18/2024
3.0.511 139 12/17/2024
3.0.509 135 12/17/2024
3.0.508 136 12/17/2024
3.0.507 129 12/17/2024
3.0.506 128 12/17/2024
3.0.505 121 12/17/2024
3.0.504 118 12/16/2024
3.0.503 108 12/16/2024
3.0.502 111 12/16/2024
3.0.501 122 12/10/2024
3.0.500 126 12/10/2024
3.0.499 119 12/10/2024
3.0.498 128 12/10/2024
3.0.497 118 12/10/2024
3.0.496 124 12/9/2024
3.0.495 113 12/9/2024
3.0.494 133 12/9/2024
3.0.493 120 12/9/2024
3.0.492 125 12/9/2024
3.0.491 115 12/9/2024
3.0.490 119 12/9/2024
3.0.489 124 12/9/2024
3.0.488 131 12/7/2024
3.0.487 134 12/6/2024
3.0.486 121 12/6/2024
3.0.485 123 12/6/2024
3.0.484 131 12/6/2024
3.0.483 132 12/6/2024
3.0.482 121 12/6/2024
3.0.481 126 12/6/2024
3.0.480 131 12/6/2024
3.0.479 117 12/6/2024
3.0.478 125 12/6/2024
3.0.477 128 12/6/2024
3.0.476 127 12/6/2024
3.0.475 129 12/6/2024
3.0.474 123 12/6/2024
3.0.473 138 12/6/2024
3.0.472 129 12/6/2024
3.0.471 137 12/6/2024
3.0.470 136 12/6/2024
3.0.469 121 12/6/2024
3.0.468 125 12/6/2024
3.0.467 123 12/6/2024
3.0.466 128 12/6/2024
3.0.465 127 12/6/2024
3.0.464 131 12/6/2024
3.0.463 124 12/6/2024
3.0.462 126 12/6/2024
3.0.460 132 12/5/2024
3.0.459 127 12/5/2024
3.0.458 122 12/5/2024
3.0.457 143 12/5/2024
3.0.456 133 12/5/2024
3.0.455 125 12/5/2024
3.0.454 127 12/5/2024
3.0.453 133 12/5/2024
3.0.452 129 12/5/2024
3.0.451 126 12/5/2024
3.0.450 123 12/5/2024
3.0.449 133 12/5/2024
3.0.448 127 12/5/2024
3.0.447 128 12/5/2024
3.0.446 128 12/4/2024
3.0.445 123 12/4/2024
3.0.444 125 12/4/2024
3.0.443 125 12/4/2024
3.0.442 128 12/4/2024
3.0.441 125 12/4/2024
3.0.440 133 12/4/2024
3.0.439 133 12/4/2024
3.0.438 133 12/4/2024
3.0.437 131 12/4/2024
3.0.436 130 12/4/2024
3.0.435 117 12/3/2024
3.0.434 131 12/3/2024
3.0.433 134 12/3/2024
3.0.432 131 12/3/2024
3.0.431 135 12/3/2024
3.0.430 128 12/3/2024
3.0.429 137 12/3/2024
3.0.428 125 12/3/2024
3.0.427 125 12/3/2024
3.0.426 117 12/3/2024
3.0.425 114 12/3/2024
3.0.424 118 12/3/2024
3.0.423 118 12/2/2024
3.0.422 123 12/2/2024
3.0.421 118 12/2/2024
3.0.420 127 12/2/2024
3.0.419 125 12/2/2024
3.0.418 121 12/2/2024
3.0.417 133 12/2/2024
3.0.416 131 12/2/2024
3.0.415 121 12/2/2024
3.0.414 116 12/2/2024
3.0.413 130 12/1/2024
3.0.412 124 12/1/2024
3.0.411 127 12/1/2024
3.0.410 128 12/1/2024
3.0.409 125 12/1/2024
3.0.408 128 12/1/2024
3.0.407 118 12/1/2024
3.0.406 119 12/1/2024
3.0.405 126 11/29/2024
3.0.404 123 11/29/2024
3.0.403 108 11/29/2024
3.0.402 120 11/29/2024
3.0.401 120 11/29/2024
3.0.400 135 11/21/2024
3.0.399 131 11/21/2024
3.0.398 127 11/21/2024
3.0.397 131 11/20/2024
3.0.396 134 11/20/2024
3.0.395 126 11/20/2024
3.0.394 126 11/20/2024
3.0.393 132 11/20/2024
3.0.392 126 11/20/2024
3.0.391 132 11/20/2024
3.0.390 138 11/20/2024
3.0.389 123 11/20/2024
3.0.388 127 11/20/2024
3.0.387 123 11/20/2024
3.0.386 129 11/20/2024
3.0.385 126 11/20/2024
3.0.384 125 11/20/2024
3.0.383 126 11/20/2024
3.0.382 125 11/19/2024
3.0.381 127 11/19/2024
3.0.380 134 11/19/2024
3.0.378 125 11/19/2024
3.0.377 131 11/19/2024
3.0.376 134 11/19/2024
3.0.375 125 11/19/2024
3.0.374 127 11/19/2024
3.0.373 118 11/19/2024
3.0.372 123 11/19/2024
3.0.371 122 11/19/2024
3.0.370 164 11/15/2024
3.0.369 123 11/14/2024
3.0.368 122 11/14/2024
3.0.367 120 11/14/2024
3.0.366 125 11/14/2024
3.0.365 121 11/14/2024
3.0.364 121 11/14/2024
3.0.363 118 11/14/2024
3.0.362 124 11/14/2024
3.0.361 118 11/14/2024
3.0.360 128 11/14/2024
3.0.359 128 11/14/2024
3.0.358 118 11/14/2024
3.0.357 127 11/14/2024
3.0.356 121 11/14/2024
3.0.355 126 11/14/2024
3.0.354 127 11/14/2024
3.0.353 120 11/14/2024
2.1.352 134 11/13/2024
2.1.351 131 11/13/2024
2.1.350 126 11/13/2024
2.1.349 132 11/13/2024
2.1.348 138 11/13/2024
2.1.347 127 11/13/2024
2.1.346 136 11/13/2024
2.1.345 132 11/13/2024
2.1.344 134 11/12/2024
2.1.343 130 11/12/2024
2.1.342 127 11/12/2024
2.1.341 134 11/12/2024
2.1.340 143 11/9/2024
2.1.339 133 11/9/2024
2.1.338 132 11/9/2024
2.1.337 133 11/9/2024
2.1.336 125 11/9/2024
2.1.335 122 11/9/2024
2.1.334 124 11/9/2024
2.1.333 128 11/8/2024
2.1.332 128 11/8/2024
2.1.331 126 11/8/2024
2.1.330 140 11/8/2024
2.1.329 128 11/8/2024
2.1.328 129 11/8/2024
2.1.327 123 11/8/2024
2.1.326 120 11/8/2024
2.1.325 112 11/8/2024
2.1.324 125 11/8/2024
2.1.323 126 11/8/2024
2.1.322 133 11/6/2024
2.1.321 139 11/1/2024
2.1.320 141 11/1/2024
2.1.319 134 11/1/2024
2.1.318 137 11/1/2024
2.1.317 123 11/1/2024
2.1.316 129 10/29/2024
2.1.315 122 10/29/2024
2.1.314 135 10/29/2024
2.1.313 125 10/29/2024
2.1.312 124 10/29/2024
2.1.311 130 10/29/2024
2.1.310 127 10/29/2024
2.1.309 128 10/29/2024
2.1.308 110 10/29/2024
2.1.307 120 10/29/2024
2.1.306 124 10/28/2024
2.1.305 121 10/28/2024
2.1.304 113 10/28/2024
2.1.303 127 10/26/2024
2.1.302 127 10/26/2024
2.1.301 114 10/26/2024
2.1.300 113 10/26/2024
2.1.299 138 10/22/2024
2.1.298 116 10/22/2024
2.1.297 113 10/22/2024
2.1.296 137 10/22/2024
2.1.295 122 10/22/2024
2.1.294 132 10/22/2024
2.1.293 122 10/22/2024
2.1.292 129 10/22/2024
2.1.291 138 10/22/2024
2.1.290 135 10/22/2024
2.1.289 147 10/18/2024
2.1.288 104 10/17/2024
2.1.287 104 10/17/2024
2.1.286 121 10/17/2024
2.1.285 107 10/17/2024
2.1.284 124 10/15/2024
2.1.283 123 10/15/2024
2.1.282 110 10/15/2024
2.1.281 115 10/15/2024
2.1.280 134 10/14/2024
2.1.279 113 10/14/2024
2.1.278 119 10/12/2024
2.1.277 129 10/12/2024
2.1.276 127 10/12/2024
2.1.275 117 10/11/2024
2.1.274 130 10/11/2024
2.1.273 138 10/11/2024
2.1.272 132 10/9/2024
2.1.271 132 10/9/2024
2.1.270 122 10/9/2024
2.1.269 114 10/9/2024
2.1.268 127 10/9/2024
2.1.267 112 10/9/2024
2.1.266 132 10/8/2024
2.1.265 117 10/8/2024
2.1.264 131 10/8/2024
2.1.263 134 10/8/2024
2.1.262 119 10/8/2024
2.1.261 118 10/8/2024
2.1.260 117 10/8/2024
2.1.259 122 10/8/2024
2.1.258 126 10/8/2024
2.1.257 130 10/3/2024
2.1.256 109 10/3/2024
2.1.255 126 10/3/2024
2.1.254 113 10/3/2024
2.1.253 124 10/3/2024
2.1.252 128 10/3/2024
2.1.251 112 10/3/2024
2.1.250 110 10/3/2024
2.1.249 111 10/3/2024
2.1.248 111 10/2/2024
2.1.247 116 10/2/2024
2.1.246 124 10/2/2024
2.1.245 124 10/2/2024
2.1.244 111 10/2/2024
2.1.243 120 10/2/2024
2.1.242 127 10/2/2024
2.1.241 130 10/2/2024
2.1.240 103 10/2/2024
2.1.239 125 10/2/2024
2.1.238 116 10/1/2024
2.1.237 127 10/1/2024
2.1.236 129 10/1/2024
2.1.235 115 10/1/2024
2.1.234 126 10/1/2024
2.1.233 128 10/1/2024
2.1.232 127 10/1/2024
2.1.231 117 10/1/2024
2.1.230 115 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 79 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 83 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 77 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 76 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 84 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 78 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 83 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 80 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 69 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