Modern .NET SDK for BytePlusModelArk generated from the provider's OpenAPI definition with AutoSDK.
Built from BytePlus ModelArk's OpenAPI definition so the SDK stays close to the upstream API surface.
Designed for fast regeneration and low-friction updates when the upstream API changes without breaking compatibility.
Targets current .NET practices including nullability, trimming, NativeAOT awareness, and source-generated serialization.
using BytePlusModelArk;
using var client = new BytePlusModelArkClient(apiKey);dotnet tool install --global BytePlusModelArk.CLI --prerelease
byte-plus-model-ark api --helpGenerate an image with a BytePlus ModelArk Seedream model.
using var client = new BytePlusModelArkClient(apiKey);
var model =
Environment.GetEnvironmentVariable("BYTEPLUSMODELARK_IMAGE_MODEL") is { Length: > 0 } modelValue
? modelValue
: "seedream-5-0-260128";
var response = await client.CreateImageGenerationAsync(
model: model,
prompt: "A clean editorial product photo of a matte ceramic espresso cup.",
size: "1K",
responseFormat: ImageGenerationRequestResponseFormat.Url,
watermark: false);Open an issue in tryAGI/BytePlusModelArk.
Use GitHub Discussions for design questions and usage help.
Join the tryAGI Discord for broader discussion across SDKs.
This project is supported by JetBrains through the Open Source Support Program.
