Soenneker.Azure.OpenAI.Client.Chat 3.0.828

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Azure.OpenAI.Client.Chat --version 3.0.828                
NuGet\Install-Package Soenneker.Azure.OpenAI.Client.Chat -Version 3.0.828                
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.Azure.OpenAI.Client.Chat" Version="3.0.828" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Azure.OpenAI.Client.Chat --version 3.0.828                
#r "nuget: Soenneker.Azure.OpenAI.Client.Chat, 3.0.828"                
#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.
// Install Soenneker.Azure.OpenAI.Client.Chat as a Cake Addin
#addin nuget:?package=Soenneker.Azure.OpenAI.Client.Chat&version=3.0.828

// Install Soenneker.Azure.OpenAI.Client.Chat as a Cake Tool
#tool nuget:?package=Soenneker.Azure.OpenAI.Client.Chat&version=3.0.828                

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 Azure OpenAI Chat (completions) client

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

For the direct from OpenAI version of this: Soenneker.OpenAI.Client.Chat

Installation

dotnet add package Soenneker.Azure.OpenAI.Client.Chat

Register:

builder.services.AddAzureOpenAIChatClientAsSingleton();

IConfiguration values:

"Azure:OpenAI:Chat:Deployment"
"Azure:OpenAI:ApiKey"
"Azure:OpenAI:Uri"

Usage

public class OpenAIService
{
    private readonly IAzureOpenAIChatClient _chatClient;

    public OpenAIService(IAzureOpenAIChatClient 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. 
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.1020 0 1/25/2025
3.0.1019 0 1/25/2025
3.0.1018 0 1/25/2025
3.0.1017 26 1/25/2025
3.0.1016 23 1/25/2025
3.0.1015 23 1/25/2025
3.0.1014 21 1/25/2025
3.0.1013 23 1/25/2025
3.0.1012 12 1/25/2025
3.0.1011 13 1/25/2025
3.0.1010 10 1/25/2025
3.0.1009 10 1/25/2025
3.0.1008 11 1/24/2025
3.0.1007 5 1/24/2025
3.0.1006 5 1/24/2025
3.0.1005 5 1/24/2025
3.0.1004 6 1/24/2025
3.0.1003 5 1/24/2025
3.0.1002 21 1/24/2025
3.0.1001 20 1/24/2025
3.0.1000 19 1/24/2025
3.0.999 27 1/24/2025
3.0.998 26 1/24/2025
3.0.997 26 1/24/2025
3.0.996 29 1/24/2025
3.0.995 29 1/23/2025
3.0.994 26 1/23/2025
3.0.993 27 1/23/2025
3.0.992 37 1/23/2025
3.0.991 33 1/23/2025
3.0.990 38 1/22/2025
3.0.989 35 1/22/2025
3.0.988 35 1/21/2025
3.0.987 33 1/21/2025
3.0.986 34 1/21/2025
3.0.985 36 1/21/2025
3.0.984 35 1/21/2025
3.0.983 37 1/21/2025
3.0.982 32 1/21/2025
3.0.981 32 1/21/2025
3.0.980 32 1/21/2025
3.0.979 36 1/21/2025
3.0.978 35 1/21/2025
3.0.977 34 1/21/2025
3.0.976 45 1/21/2025
3.0.975 47 1/21/2025
3.0.974 46 1/21/2025
3.0.973 49 1/21/2025
3.0.972 50 1/21/2025
3.0.971 49 1/21/2025
3.0.970 54 1/21/2025
3.0.969 53 1/21/2025
3.0.968 57 1/21/2025
3.0.967 59 1/21/2025
3.0.966 55 1/21/2025
3.0.965 70 1/20/2025
3.0.964 58 1/20/2025
3.0.963 66 1/20/2025
3.0.962 64 1/20/2025
3.0.961 55 1/20/2025
3.0.960 68 1/20/2025
3.0.959 72 1/20/2025
3.0.958 68 1/20/2025
3.0.957 67 1/20/2025
3.0.956 71 1/20/2025
3.0.955 60 1/20/2025
3.0.954 62 1/20/2025
3.0.953 72 1/20/2025
3.0.952 65 1/20/2025
3.0.951 61 1/20/2025
3.0.950 67 1/20/2025
3.0.949 62 1/20/2025
3.0.948 66 1/20/2025
3.0.947 65 1/20/2025
3.0.946 64 1/20/2025
3.0.945 75 1/20/2025
3.0.944 72 1/20/2025
3.0.943 62 1/19/2025
3.0.942 67 1/19/2025
3.0.941 67 1/19/2025
3.0.940 70 1/19/2025
3.0.939 60 1/19/2025
3.0.938 60 1/19/2025
3.0.937 67 1/19/2025
3.0.936 64 1/19/2025
3.0.935 63 1/19/2025
3.0.934 60 1/19/2025
3.0.933 60 1/19/2025
3.0.932 58 1/19/2025
3.0.931 59 1/19/2025
3.0.930 66 1/19/2025
3.0.929 66 1/18/2025
3.0.928 65 1/18/2025
3.0.927 65 1/18/2025
3.0.926 58 1/18/2025
3.0.925 60 1/18/2025
3.0.924 62 1/18/2025
3.0.923 65 1/17/2025
3.0.922 68 1/17/2025
3.0.921 61 1/17/2025
3.0.920 66 1/17/2025
3.0.919 63 1/17/2025
3.0.918 70 1/17/2025
3.0.917 63 1/17/2025
3.0.916 68 1/17/2025
3.0.915 67 1/17/2025
3.0.914 67 1/17/2025
3.0.913 71 1/17/2025
3.0.912 62 1/17/2025
3.0.911 65 1/17/2025
3.0.910 68 1/17/2025
3.0.909 65 1/17/2025
3.0.908 65 1/16/2025
3.0.907 64 1/16/2025
3.0.906 69 1/16/2025
3.0.905 66 1/16/2025
3.0.904 67 1/16/2025
3.0.903 73 1/16/2025
3.0.902 76 1/16/2025
3.0.901 65 1/16/2025
3.0.900 62 1/16/2025
3.0.899 61 1/16/2025
3.0.898 65 1/16/2025
3.0.897 61 1/16/2025
3.0.896 61 1/16/2025
3.0.895 62 1/16/2025
3.0.894 67 1/16/2025
3.0.893 67 1/16/2025
3.0.892 69 1/16/2025
3.0.891 63 1/16/2025
3.0.890 67 1/16/2025
3.0.889 68 1/16/2025
3.0.888 68 1/16/2025
3.0.887 71 1/16/2025
3.0.886 62 1/16/2025
3.0.885 71 1/15/2025
3.0.884 62 1/15/2025
3.0.883 61 1/15/2025
3.0.882 68 1/15/2025
3.0.881 62 1/15/2025
3.0.880 60 1/15/2025
3.0.879 71 1/15/2025
3.0.878 75 1/15/2025
3.0.877 68 1/15/2025
3.0.876 64 1/15/2025
3.0.875 66 1/15/2025
3.0.874 65 1/15/2025
3.0.873 60 1/15/2025
3.0.872 65 1/15/2025
3.0.871 71 1/15/2025
3.0.870 80 1/15/2025
3.0.869 53 1/15/2025
3.0.868 53 1/15/2025
3.0.867 44 1/15/2025
3.0.866 51 1/15/2025
3.0.865 51 1/15/2025
3.0.864 45 1/15/2025
3.0.863 49 1/15/2025
3.0.862 43 1/15/2025
3.0.861 46 1/15/2025
3.0.860 38 1/15/2025
3.0.859 37 1/15/2025
3.0.858 39 1/15/2025
3.0.857 44 1/14/2025
3.0.856 39 1/14/2025
3.0.855 43 1/14/2025
3.0.854 39 1/14/2025
3.0.853 44 1/14/2025
3.0.852 39 1/14/2025
3.0.851 38 1/14/2025
3.0.850 44 1/14/2025
3.0.849 36 1/14/2025
3.0.848 36 1/14/2025
3.0.847 71 1/13/2025
3.0.846 69 1/13/2025
3.0.845 73 1/13/2025
3.0.844 68 1/13/2025
3.0.843 67 1/13/2025
3.0.842 62 1/13/2025
3.0.841 63 1/13/2025
3.0.840 71 1/13/2025
3.0.839 67 1/13/2025
3.0.838 73 1/12/2025
3.0.837 74 1/12/2025
3.0.836 70 1/11/2025
3.0.835 72 1/11/2025
3.0.834 72 1/11/2025
3.0.833 75 1/11/2025
3.0.832 71 1/11/2025
3.0.831 73 1/11/2025
3.0.830 65 1/11/2025
3.0.829 66 1/11/2025
3.0.828 71 1/11/2025
3.0.827 69 1/11/2025
3.0.826 67 1/11/2025
3.0.825 82 1/10/2025
3.0.824 69 1/10/2025
3.0.823 69 1/10/2025
3.0.822 61 1/10/2025
3.0.821 74 1/10/2025
3.0.820 79 1/10/2025
3.0.819 76 1/10/2025
3.0.818 82 1/10/2025
3.0.817 77 1/10/2025
3.0.816 67 1/10/2025
3.0.815 47 1/8/2025
3.0.814 63 1/8/2025
3.0.813 64 1/8/2025
3.0.812 325 1/3/2025
3.0.811 104 1/3/2025
3.0.810 111 1/3/2025
3.0.809 104 1/3/2025
3.0.808 112 1/3/2025
3.0.807 112 1/3/2025
3.0.806 98 1/3/2025
3.0.805 95 1/3/2025
3.0.804 84 1/3/2025
3.0.803 86 1/3/2025
3.0.802 90 1/3/2025
3.0.801 98 1/2/2025
3.0.800 95 1/2/2025
3.0.799 92 1/2/2025
3.0.798 88 1/2/2025
3.0.797 94 1/2/2025
3.0.796 85 1/2/2025
3.0.795 100 1/2/2025
3.0.794 89 1/2/2025
3.0.793 92 1/2/2025
3.0.792 89 1/2/2025
3.0.791 104 1/1/2025
3.0.790 101 1/1/2025
3.0.789 95 1/1/2025
3.0.788 96 1/1/2025
3.0.787 95 1/1/2025
3.0.786 103 1/1/2025
3.0.785 91 1/1/2025
3.0.784 91 1/1/2025
3.0.783 93 1/1/2025
3.0.782 93 1/1/2025
3.0.781 89 1/1/2025
3.0.780 96 1/1/2025
3.0.779 96 1/1/2025
3.0.778 90 1/1/2025
3.0.777 94 1/1/2025
3.0.776 89 1/1/2025
3.0.775 95 1/1/2025
3.0.774 101 12/31/2024
3.0.773 85 12/31/2024
3.0.772 82 12/31/2024
3.0.771 85 12/31/2024
3.0.770 108 12/31/2024
3.0.769 104 12/31/2024
3.0.768 103 12/31/2024
3.0.767 110 12/31/2024
3.0.766 113 12/31/2024
3.0.765 108 12/31/2024
3.0.764 96 12/31/2024
3.0.763 101 12/31/2024
3.0.762 98 12/31/2024
3.0.761 105 12/31/2024
3.0.760 94 12/31/2024
3.0.759 80 12/31/2024
3.0.758 76 12/31/2024
3.0.757 78 12/31/2024
3.0.756 83 12/31/2024
3.0.755 76 12/31/2024
3.0.754 73 12/31/2024
3.0.753 81 12/31/2024
3.0.752 76 12/31/2024
3.0.751 84 12/31/2024
3.0.750 93 12/31/2024
3.0.749 85 12/28/2024
3.0.748 84 12/28/2024
3.0.747 81 12/28/2024
3.0.746 89 12/28/2024
3.0.745 78 12/28/2024
3.0.744 80 12/28/2024
3.0.743 87 12/27/2024
3.0.742 78 12/27/2024
3.0.741 80 12/27/2024
3.0.740 80 12/27/2024
3.0.739 87 12/24/2024
3.0.738 82 12/24/2024
3.0.737 89 12/24/2024
3.0.736 88 12/24/2024
3.0.735 92 12/24/2024
3.0.734 84 12/24/2024
3.0.733 81 12/24/2024
3.0.732 82 12/24/2024
3.0.731 80 12/24/2024
3.0.730 76 12/23/2024
3.0.729 80 12/23/2024
3.0.728 72 12/23/2024
3.0.727 74 12/23/2024
3.0.726 79 12/23/2024
3.0.725 72 12/23/2024
3.0.724 79 12/23/2024
3.0.723 88 12/23/2024
3.0.722 76 12/23/2024
3.0.721 79 12/23/2024
3.0.720 89 12/23/2024
3.0.719 77 12/23/2024
3.0.718 79 12/23/2024
3.0.717 72 12/23/2024
3.0.716 80 12/23/2024
3.0.715 79 12/23/2024
3.0.714 74 12/23/2024
3.0.713 84 12/23/2024
3.0.712 76 12/23/2024
3.0.711 79 12/23/2024
3.0.710 93 12/22/2024
3.0.709 87 12/22/2024
3.0.708 77 12/22/2024
3.0.707 77 12/22/2024
3.0.706 78 12/22/2024
3.0.705 80 12/22/2024
3.0.704 82 12/22/2024
3.0.703 73 12/22/2024
3.0.702 78 12/22/2024
3.0.701 81 12/22/2024
3.0.700 87 12/22/2024
3.0.699 77 12/22/2024
3.0.698 78 12/22/2024
3.0.697 84 12/22/2024
3.0.696 80 12/22/2024
3.0.695 75 12/22/2024
3.0.694 80 12/22/2024
3.0.693 79 12/22/2024
3.0.692 82 12/21/2024
3.0.691 86 12/21/2024
3.0.690 83 12/21/2024
3.0.689 82 12/21/2024
3.0.688 74 12/21/2024
3.0.687 84 12/21/2024
3.0.686 87 12/21/2024
3.0.685 77 12/21/2024
3.0.684 78 12/21/2024
3.0.683 80 12/21/2024
3.0.682 75 12/21/2024
3.0.681 82 12/21/2024
3.0.680 87 12/21/2024
3.0.679 84 12/21/2024
3.0.678 84 12/20/2024
3.0.677 79 12/20/2024
3.0.676 76 12/20/2024
3.0.675 86 12/20/2024
3.0.674 84 12/20/2024
3.0.673 82 12/20/2024
3.0.672 77 12/20/2024
3.0.671 87 12/20/2024
3.0.670 89 12/20/2024
3.0.669 81 12/20/2024
3.0.668 85 12/20/2024
3.0.667 80 12/20/2024
3.0.666 93 12/20/2024
3.0.665 80 12/20/2024
3.0.664 82 12/19/2024
3.0.663 86 12/19/2024
3.0.662 82 12/19/2024
3.0.661 78 12/19/2024
3.0.660 79 12/19/2024
3.0.659 83 12/19/2024
3.0.658 88 12/19/2024
3.0.657 80 12/19/2024
3.0.656 88 12/19/2024
3.0.655 93 12/18/2024
3.0.654 80 12/18/2024
3.0.653 80 12/18/2024
3.0.652 80 12/18/2024
3.0.651 91 12/18/2024
3.0.650 92 12/17/2024
3.0.649 90 12/17/2024
3.0.648 88 12/17/2024
3.0.647 87 12/17/2024
3.0.646 90 12/17/2024
3.0.645 84 12/17/2024
3.0.644 73 12/17/2024
3.0.643 77 12/17/2024
3.0.642 75 12/16/2024
3.0.641 72 12/16/2024
3.0.640 74 12/16/2024
3.0.639 77 12/16/2024
3.0.638 144 12/10/2024
3.0.637 83 12/10/2024
3.0.636 83 12/10/2024
3.0.635 78 12/10/2024
3.0.634 75 12/10/2024
3.0.633 75 12/10/2024
3.0.632 81 12/10/2024
3.0.631 81 12/10/2024
3.0.630 81 12/9/2024
3.0.629 82 12/9/2024
3.0.628 84 12/9/2024
3.0.627 91 12/9/2024
3.0.626 73 12/9/2024
3.0.625 83 12/9/2024
3.0.624 86 12/9/2024
3.0.623 85 12/9/2024
3.0.622 76 12/9/2024
3.0.621 90 12/9/2024
3.0.620 84 12/9/2024
3.0.619 95 12/7/2024
3.0.618 97 12/7/2024
3.0.617 93 12/7/2024
3.0.616 90 12/6/2024
3.0.615 81 12/6/2024
3.0.614 84 12/6/2024
3.0.613 78 12/6/2024
3.0.612 81 12/6/2024
3.0.611 82 12/6/2024
3.0.610 86 12/6/2024
3.0.609 79 12/6/2024
3.0.608 81 12/6/2024
3.0.607 91 12/6/2024
3.0.606 93 12/6/2024
3.0.605 85 12/6/2024
3.0.604 81 12/6/2024
3.0.603 87 12/6/2024
3.0.602 84 12/6/2024
3.0.601 88 12/6/2024
3.0.600 81 12/6/2024
3.0.599 81 12/6/2024
3.0.598 83 12/6/2024
3.0.597 81 12/6/2024
3.0.596 93 12/6/2024
3.0.595 86 12/6/2024
3.0.594 84 12/6/2024
3.0.593 96 12/6/2024
3.0.592 87 12/6/2024
3.0.591 87 12/6/2024
3.0.590 81 12/6/2024
3.0.589 85 12/6/2024
3.0.588 83 12/6/2024
3.0.587 87 12/6/2024
3.0.586 88 12/6/2024
3.0.585 81 12/6/2024
3.0.584 79 12/6/2024
3.0.583 95 12/6/2024
3.0.580 94 12/6/2024
3.0.579 90 12/6/2024
3.0.578 88 12/5/2024
3.0.577 84 12/5/2024
3.0.576 89 12/5/2024
3.0.575 88 12/5/2024
3.0.574 95 12/5/2024
3.0.573 85 12/5/2024
3.0.572 87 12/5/2024
3.0.571 91 12/5/2024
3.0.570 86 12/5/2024
3.0.569 91 12/5/2024
3.0.568 92 12/5/2024
3.0.567 96 12/5/2024
3.0.566 92 12/5/2024
3.0.565 85 12/5/2024
3.0.564 90 12/5/2024
3.0.563 85 12/5/2024
3.0.562 85 12/5/2024
3.0.561 96 12/5/2024
3.0.560 90 12/5/2024
3.0.559 85 12/5/2024
3.0.558 92 12/5/2024
3.0.557 86 12/5/2024
3.0.556 93 12/4/2024
3.0.555 84 12/4/2024
3.0.554 88 12/4/2024
3.0.553 87 12/4/2024
3.0.552 85 12/4/2024
3.0.551 81 12/4/2024
3.0.550 96 12/4/2024
3.0.549 90 12/4/2024
3.0.548 90 12/4/2024
3.0.547 83 12/4/2024
3.0.546 90 12/4/2024
3.0.545 93 12/4/2024
3.0.544 88 12/4/2024
3.0.543 89 12/4/2024
3.0.542 90 12/4/2024
3.0.541 88 12/4/2024
3.0.540 85 12/4/2024
3.0.539 93 12/3/2024
3.0.538 95 12/3/2024
3.0.537 88 12/3/2024
3.0.536 94 12/3/2024
3.0.535 99 12/3/2024
3.0.534 88 12/3/2024
3.0.533 82 12/3/2024
3.0.532 96 12/3/2024
3.0.531 88 12/3/2024
3.0.530 95 12/3/2024
3.0.529 94 12/3/2024
3.0.528 96 12/3/2024
3.0.527 92 12/3/2024
3.0.526 92 12/3/2024
3.0.525 90 12/3/2024
3.0.524 89 12/3/2024
3.0.523 83 12/3/2024
3.0.522 78 12/3/2024
3.0.521 83 12/2/2024
3.0.520 78 12/2/2024
3.0.519 82 12/2/2024
3.0.518 85 12/2/2024
3.0.517 89 12/2/2024
3.0.516 86 12/2/2024
3.0.515 100 12/2/2024
3.0.514 83 12/2/2024
3.0.513 83 12/2/2024
3.0.512 93 12/2/2024
3.0.511 86 12/2/2024
3.0.510 85 12/2/2024
3.0.509 96 12/2/2024
3.0.508 81 12/2/2024
3.0.507 83 12/2/2024
3.0.506 89 12/2/2024
3.0.505 83 12/2/2024
3.0.504 95 12/1/2024
3.0.503 88 12/1/2024
3.0.502 84 12/1/2024
3.0.501 81 12/1/2024
3.0.500 88 12/1/2024
3.0.499 92 12/1/2024
3.0.498 93 12/1/2024
3.0.497 87 12/1/2024
3.0.496 94 12/1/2024
3.0.495 80 12/1/2024
3.0.494 85 11/29/2024
3.0.493 92 11/29/2024
3.0.492 86 11/29/2024
3.0.491 88 11/29/2024
3.0.490 92 11/29/2024
3.0.489 82 11/29/2024
3.0.488 87 11/29/2024
3.0.487 99 11/21/2024
3.0.486 87 11/21/2024
3.0.485 90 11/21/2024
3.0.484 82 11/21/2024
3.0.483 90 11/21/2024
3.0.482 87 11/21/2024
3.0.481 82 11/21/2024
3.0.480 91 11/20/2024
3.0.479 94 11/20/2024
3.0.478 85 11/20/2024
3.0.477 89 11/20/2024
3.0.476 85 11/20/2024
3.0.475 87 11/20/2024
3.0.474 93 11/20/2024
3.0.473 92 11/20/2024
3.0.472 91 11/20/2024
3.0.471 90 11/20/2024
3.0.470 87 11/20/2024
3.0.469 97 11/20/2024
3.0.468 86 11/20/2024
3.0.467 88 11/20/2024
3.0.466 85 11/20/2024
3.0.465 85 11/20/2024
3.0.464 85 11/20/2024
3.0.463 80 11/20/2024
3.0.462 85 11/20/2024
3.0.461 87 11/20/2024
3.0.460 94 11/20/2024
3.0.459 86 11/19/2024
3.0.458 86 11/19/2024
3.0.457 89 11/19/2024
3.0.456 85 11/19/2024
3.0.455 82 11/19/2024
3.0.454 93 11/19/2024
3.0.453 84 11/19/2024
3.0.452 86 11/19/2024
3.0.451 87 11/19/2024
3.0.450 84 11/19/2024
3.0.449 89 11/19/2024
3.0.448 94 11/19/2024
3.0.447 84 11/19/2024
3.0.446 89 11/19/2024
3.0.445 79 11/19/2024
3.0.444 90 11/19/2024
3.0.443 83 11/19/2024
3.0.442 85 11/19/2024
3.0.441 89 11/19/2024
3.0.440 90 11/15/2024
3.0.439 89 11/15/2024
3.0.438 83 11/15/2024
3.0.437 86 11/14/2024
3.0.436 86 11/14/2024
3.0.435 81 11/14/2024
3.0.434 85 11/14/2024
3.0.433 90 11/14/2024
3.0.432 83 11/14/2024
3.0.431 80 11/14/2024
3.0.430 82 11/14/2024
3.0.429 89 11/14/2024
3.0.428 87 11/14/2024
3.0.427 83 11/14/2024
3.0.426 83 11/14/2024
3.0.425 78 11/14/2024
3.0.424 87 11/14/2024
3.0.423 91 11/14/2024
3.0.422 82 11/14/2024
3.0.421 86 11/14/2024
3.0.420 81 11/14/2024
3.0.419 88 11/14/2024
3.0.418 88 11/14/2024
3.0.417 91 11/14/2024
3.0.416 88 11/14/2024
3.0.415 91 11/14/2024
3.0.414 92 11/14/2024
3.0.413 89 11/14/2024
3.0.412 90 11/14/2024
3.0.411 92 11/14/2024
3.0.410 87 11/14/2024
3.0.409 83 11/14/2024
3.0.408 91 11/14/2024
2.1.407 92 11/13/2024
2.1.406 86 11/13/2024
2.1.405 89 11/13/2024
2.1.404 89 11/13/2024
2.1.403 87 11/13/2024
2.1.402 88 11/13/2024
2.1.401 90 11/13/2024
2.1.400 94 11/13/2024
2.1.399 87 11/13/2024
2.1.398 92 11/13/2024
2.1.397 88 11/13/2024
2.1.396 92 11/13/2024
2.1.395 90 11/13/2024
2.1.394 92 11/12/2024
2.1.393 95 11/12/2024
2.1.392 87 11/12/2024
2.1.391 89 11/12/2024
2.1.390 372 11/9/2024
2.1.389 94 11/9/2024
2.1.388 95 11/9/2024
2.1.387 90 11/9/2024
2.1.386 98 11/9/2024
2.1.385 98 11/9/2024
2.1.384 86 11/9/2024
2.1.383 100 11/9/2024
2.1.382 95 11/9/2024
2.1.381 95 11/9/2024
2.1.380 91 11/9/2024
2.1.379 93 11/8/2024
2.1.378 89 11/8/2024
2.1.377 89 11/8/2024
2.1.376 108 11/8/2024
2.1.375 94 11/8/2024
2.1.374 94 11/8/2024
2.1.373 92 11/8/2024
2.1.372 88 11/8/2024
2.1.371 92 11/8/2024
2.1.370 90 11/8/2024
2.1.369 88 11/8/2024
2.1.368 93 11/8/2024
2.1.367 91 11/8/2024
2.1.366 88 11/8/2024
2.1.365 93 11/8/2024
2.1.364 97 11/8/2024
2.1.363 86 11/8/2024
2.1.362 85 11/6/2024
2.1.361 89 11/6/2024
2.1.360 180 11/1/2024
2.1.359 86 11/1/2024
2.1.358 90 11/1/2024
2.1.357 87 11/1/2024
2.1.356 92 11/1/2024
2.1.355 82 11/1/2024
2.1.354 89 11/1/2024
2.1.353 92 11/1/2024
2.1.352 86 11/1/2024
2.1.351 101 10/29/2024
2.1.350 90 10/29/2024
2.1.349 80 10/29/2024
2.1.348 83 10/29/2024
2.1.347 88 10/29/2024
2.1.346 82 10/29/2024
2.1.345 85 10/29/2024
2.1.344 84 10/29/2024
2.1.343 80 10/29/2024
2.1.342 79 10/29/2024
2.1.341 83 10/29/2024
2.1.340 88 10/29/2024
2.1.339 87 10/29/2024
2.1.338 86 10/29/2024
2.1.337 84 10/29/2024
2.1.336 86 10/29/2024
2.1.335 85 10/29/2024
2.1.334 87 10/29/2024
2.1.333 82 10/29/2024
2.1.332 86 10/29/2024
2.1.331 90 10/28/2024
2.1.330 91 10/28/2024
2.1.329 86 10/28/2024
2.1.328 86 10/28/2024
2.1.327 234 10/27/2024
2.1.326 93 10/27/2024
2.1.325 89 10/27/2024
2.1.324 92 10/26/2024
2.1.323 88 10/26/2024
2.1.322 80 10/26/2024
2.1.321 87 10/26/2024
2.1.320 105 10/24/2024
2.1.319 135 10/22/2024
2.1.318 91 10/22/2024
2.1.317 86 10/22/2024
2.1.316 92 10/22/2024
2.1.315 98 10/22/2024
2.1.314 105 10/22/2024
2.1.313 88 10/22/2024
2.1.312 72 10/22/2024
2.1.311 77 10/22/2024
2.1.310 74 10/22/2024
2.1.309 109 10/17/2024
2.1.308 87 10/17/2024
2.1.307 86 10/17/2024
2.1.306 79 10/17/2024
2.1.305 132 10/15/2024
2.1.304 87 10/15/2024
2.1.303 87 10/15/2024
2.1.302 88 10/15/2024
2.1.301 85 10/14/2024
2.1.300 89 10/14/2024
2.1.299 98 10/12/2024
2.1.298 94 10/12/2024
2.1.297 84 10/12/2024
2.1.296 97 10/11/2024
2.1.295 93 10/11/2024
2.1.294 94 10/11/2024
2.1.293 88 10/11/2024
2.1.292 117 10/9/2024
2.1.291 92 10/9/2024
2.1.290 91 10/9/2024
2.1.289 87 10/9/2024
2.1.288 96 10/9/2024
2.1.287 91 10/8/2024
2.1.286 88 10/8/2024
2.1.285 89 10/8/2024
2.1.284 88 10/8/2024
2.1.283 90 10/8/2024
2.1.282 92 10/8/2024
2.1.281 89 10/8/2024
2.1.280 95 10/8/2024
2.1.279 91 10/8/2024
2.1.278 87 10/8/2024
2.1.277 97 10/8/2024
2.1.276 85 10/8/2024
2.1.275 168 10/3/2024
2.1.274 81 10/3/2024
2.1.273 77 10/3/2024
2.1.272 94 10/3/2024
2.1.271 93 10/3/2024
2.1.270 90 10/3/2024
2.1.269 91 10/3/2024
2.1.268 88 10/3/2024
2.1.267 85 10/3/2024
2.1.266 89 10/3/2024
2.1.265 93 10/3/2024
2.1.264 96 10/2/2024
2.1.263 87 10/2/2024
2.1.262 90 10/2/2024
2.1.261 97 10/2/2024
2.1.260 94 10/2/2024
2.1.259 96 10/2/2024
2.1.258 88 10/2/2024
2.1.257 91 10/2/2024
2.1.256 96 10/2/2024
2.1.255 177 10/1/2024
2.1.254 92 10/1/2024
2.1.253 95 10/1/2024
2.1.252 91 10/1/2024
2.1.251 99 10/1/2024
2.1.250 89 10/1/2024
2.1.249 63 10/1/2024
2.1.248 63 10/1/2024
2.1.247 68 10/1/2024
2.1.246 65 10/1/2024
2.1.245 75 9/30/2024
2.1.244 62 9/29/2024
2.1.243 65 9/29/2024
2.1.242 60 9/29/2024
2.1.241 61 9/29/2024
2.1.240 61 9/29/2024
2.1.239 58 9/29/2024
2.1.238 66 9/29/2024
2.1.237 62 9/29/2024
2.1.236 62 9/29/2024
2.1.235 62 9/29/2024
2.1.234 64 9/27/2024
2.1.233 59 9/27/2024
2.1.232 59 9/27/2024
2.1.231 64 9/27/2024
2.1.230 62 9/27/2024
2.1.229 64 9/27/2024
2.1.228 59 9/27/2024
2.1.227 64 9/27/2024
2.1.226 64 9/27/2024
2.1.225 62 9/27/2024
2.1.224 61 9/27/2024
2.1.223 59 9/27/2024
2.1.222 57 9/27/2024
2.1.221 68 9/26/2024
2.1.220 60 9/26/2024
2.1.219 66 9/26/2024
2.1.218 66 9/26/2024
2.1.217 62 9/26/2024
2.1.216 66 9/26/2024
2.1.215 65 9/26/2024
2.1.212 61 9/26/2024
2.1.211 56 9/26/2024
2.1.210 62 9/26/2024
2.1.209 59 9/26/2024
2.1.208 85 9/23/2024
2.1.207 61 9/23/2024
2.1.206 62 9/23/2024
2.1.205 54 9/23/2024
2.1.204 63 9/23/2024
2.1.203 61 9/23/2024
2.1.202 59 9/23/2024
2.1.201 58 9/23/2024
2.1.200 58 9/23/2024
2.1.199 60 9/23/2024
2.1.198 59 9/23/2024
2.1.197 64 9/23/2024
2.1.196 57 9/23/2024
2.1.195 62 9/23/2024
2.1.194 64 9/23/2024
2.1.193 57 9/23/2024
2.1.192 63 9/23/2024
2.1.191 57 9/23/2024
2.1.190 60 9/23/2024
2.1.189 58 9/23/2024
2.1.188 67 9/23/2024
2.1.187 62 9/23/2024
2.1.186 62 9/23/2024
2.1.185 67 9/18/2024
2.1.184 63 9/18/2024
2.1.183 97 9/18/2024
2.1.182 64 9/18/2024
2.1.181 65 9/18/2024
2.1.180 65 9/18/2024
2.1.179 71 9/18/2024
2.1.178 60 9/17/2024
2.1.177 70 9/17/2024
2.1.176 66 9/17/2024
2.1.175 62 9/17/2024
2.1.174 64 9/17/2024
2.1.173 69 9/17/2024
2.1.172 68 9/17/2024
2.1.171 63 9/17/2024
2.1.170 66 9/17/2024
2.1.169 67 9/17/2024
2.1.168 67 9/17/2024
2.1.167 64 9/17/2024
2.1.166 64 9/17/2024
2.1.165 60 9/17/2024
2.1.164 63 9/17/2024
2.1.163 64 9/17/2024
2.1.162 61 9/17/2024
2.1.161 83 9/17/2024
2.1.160 61 9/17/2024
2.1.159 68 9/17/2024
2.1.158 66 9/16/2024
2.1.157 70 9/16/2024
2.1.156 65 9/16/2024
2.1.155 69 9/16/2024
2.1.154 63 9/16/2024
2.1.153 105 9/12/2024
2.1.152 75 9/12/2024
2.1.151 71 9/12/2024
2.1.150 63 9/12/2024
2.1.149 68 9/12/2024
2.1.148 62 9/12/2024
2.1.146 69 9/11/2024
2.1.145 68 9/11/2024
2.1.144 67 9/11/2024
2.1.143 67 9/11/2024
2.1.142 66 9/11/2024
2.1.141 62 9/11/2024
2.1.140 64 9/11/2024
2.1.139 72 9/11/2024
2.1.138 67 9/11/2024
2.1.137 64 9/11/2024
2.1.136 67 9/11/2024
2.1.135 69 9/11/2024
2.1.134 96 9/11/2024
2.1.133 66 9/10/2024
2.1.132 64 9/10/2024
2.1.131 64 9/10/2024
2.1.130 56 9/10/2024
2.1.127 61 9/9/2024
2.1.126 57 9/9/2024
2.1.125 73 9/9/2024
2.1.124 63 9/9/2024
2.1.123 65 9/9/2024
2.1.122 62 9/9/2024
2.1.121 64 9/9/2024
2.1.120 60 9/9/2024
2.1.119 60 9/9/2024
2.1.118 101 9/7/2024
2.1.117 60 9/7/2024
2.1.116 71 9/6/2024
2.1.115 68 9/6/2024
2.1.114 65 9/6/2024
2.1.113 105 9/5/2024
2.1.112 65 9/5/2024
2.1.111 72 9/5/2024
2.1.110 66 9/5/2024
2.1.109 58 9/5/2024
2.1.108 64 9/5/2024
2.1.107 62 9/5/2024
2.1.106 62 9/5/2024
2.1.105 71 9/5/2024
2.1.104 66 9/4/2024
2.1.103 124 9/4/2024
2.1.102 65 9/3/2024
2.1.101 61 9/3/2024
2.1.100 67 9/3/2024
2.1.99 62 9/3/2024
2.1.98 69 9/3/2024
2.1.97 58 9/3/2024
2.1.96 56 9/3/2024
2.1.95 66 9/3/2024
2.1.94 61 9/3/2024
2.1.93 58 9/3/2024
2.1.92 63 8/30/2024
2.1.91 61 8/29/2024
2.1.90 53 8/29/2024
2.1.89 60 8/29/2024
2.1.88 55 8/29/2024
2.1.87 55 8/29/2024
2.1.86 131 8/26/2024
2.1.85 63 8/26/2024
2.1.84 66 8/26/2024
2.1.83 72 8/26/2024
2.1.82 77 8/24/2024
2.1.81 162 8/21/2024
2.1.80 96 8/21/2024
2.1.79 90 8/21/2024
2.1.78 84 8/21/2024
2.1.77 82 8/21/2024
2.1.76 79 8/21/2024
2.1.75 77 8/21/2024
2.1.74 91 8/20/2024
2.1.73 85 8/20/2024
2.1.72 84 8/20/2024
2.1.71 76 8/20/2024
2.1.70 76 8/20/2024
2.1.69 77 8/20/2024
2.1.68 72 8/20/2024
2.1.67 69 8/20/2024
2.1.66 70 8/20/2024
2.1.65 85 8/20/2024
2.1.64 83 8/20/2024
2.1.63 80 8/20/2024
2.1.62 88 8/19/2024
2.1.61 80 8/19/2024
2.1.60 129 8/15/2024
2.1.59 77 8/15/2024
2.1.58 76 8/15/2024
2.1.57 78 8/15/2024
2.1.56 80 8/15/2024
2.1.55 82 8/15/2024
2.1.54 75 8/14/2024
2.1.53 79 8/13/2024
2.1.52 77 8/13/2024
2.1.51 65 8/7/2024
2.1.50 64 8/7/2024
2.1.49 64 8/7/2024
2.1.48 60 8/7/2024
2.1.47 60 8/6/2024
2.1.46 51 8/6/2024
2.1.45 49 8/6/2024
2.1.44 53 8/6/2024
2.1.43 151 8/1/2024
2.1.42 69 8/1/2024
2.1.41 62 8/1/2024
2.1.40 64 8/1/2024
2.1.39 58 8/1/2024
2.1.38 60 8/1/2024
2.1.37 60 8/1/2024
2.1.36 58 8/1/2024
2.1.35 61 8/1/2024
2.1.34 126 7/25/2024
2.1.33 66 7/25/2024
2.1.32 113 7/25/2024
2.1.31 106 7/25/2024
2.1.30 69 7/25/2024
2.1.29 70 7/24/2024
2.1.28 66 7/24/2024
2.1.27 54 7/24/2024
2.1.26 54 7/24/2024
2.1.25 58 7/24/2024
2.1.24 62 7/24/2024
2.1.23 99 7/20/2024
2.1.22 72 7/20/2024
2.1.21 69 7/20/2024
2.1.20 76 7/20/2024
2.1.19 75 7/20/2024
2.1.18 150 7/14/2024
2.1.17 72 7/14/2024
2.1.16 63 7/14/2024
2.1.15 63 7/14/2024
2.1.14 65 7/14/2024
2.1.13 68 7/14/2024
2.1.12 66 7/14/2024
2.1.11 65 7/14/2024
2.1.10 63 7/14/2024
2.1.9 63 7/14/2024
2.1.8 68 7/12/2024
2.1.7 67 7/12/2024
2.1.6 66 7/12/2024
2.1.5 75 7/12/2024
2.1.4 66 7/12/2024
2.1.3 68 7/12/2024
2.1.2 66 7/12/2024
2.1.1 63 7/12/2024