StabilityAI.Grpc 0.1.13

dotnet add package StabilityAI.Grpc --version 0.1.13
NuGet\Install-Package StabilityAI.Grpc -Version 0.1.13
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="StabilityAI.Grpc" Version="0.1.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StabilityAI.Grpc --version 0.1.13
#r "nuget: StabilityAI.Grpc, 0.1.13"
#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 StabilityAI.Grpc as a Cake Addin
#addin nuget:?package=StabilityAI.Grpc&version=0.1.13

// Install StabilityAI.Grpc as a Cake Tool
#tool nuget:?package=StabilityAI.Grpc&version=0.1.13

Grpc classes for Stability AI api

NuGet latest version

It is based on this official repository.

Example

using Gooseai;
using Grpc.Net.Client;

namespace StabilityAI.Grpc;

public class Example
{
    public static void Test()
    {
        using var channel = GrpcChannel.ForAddress("https://localhost:7042");
        var client = new GenerationService.GenerationServiceClient(channel);
        .
        .
        .
    }
}

For full example, check out for StabilityAI.Grpc.Example project.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
0.1.13 15,169 1/22/2024
0.1.12 5,786 10/31/2023
0.1.11 2,954 9/4/2023
0.1.10 1,121 8/19/2023
0.1.9 774 8/4/2023
0.1.8 1,770 7/10/2023
0.1.7 929 6/21/2023
0.1.6 1,222 5/31/2023
0.1.5 1,970 4/26/2023
0.1.4 974 4/4/2023
0.1.3 1,529 3/10/2023
0.1.2 955 2/21/2023
0.1.1 1,120 2/3/2023
0.1.0 1,345 1/10/2023
0.0.9 657 1/3/2023
0.0.8 467 12/27/2022
0.0.7 288 12/27/2022
0.0.6 291 12/27/2022
0.0.5 298 12/27/2022
0.0.4 281 12/27/2022
0.0.3 275 12/27/2022
0.0.2 284 12/27/2022
0.0.1 326 12/27/2022