Soenneker.OpenAI.Client.Chat 3.0.1082

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