diff --git a/src/libs/OpenRouter/Generated/OpenRouter.IOpenRouterClient.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.IOpenRouterClient.g.cs
index 7cc49edb..e612b96d 100644
--- a/src/libs/OpenRouter/Generated/OpenRouter.IOpenRouterClient.g.cs
+++ b/src/libs/OpenRouter/Generated/OpenRouter.IOpenRouterClient.g.cs
@@ -84,6 +84,11 @@ public partial interface IOpenRouterClient : global::System.IDisposable
///
public SubpackageChatClient SubpackageChat { get; }
+ ///
+ ///
+ ///
+ public SubpackageClassificationsClient SubpackageClassifications { get; }
+
///
///
///
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.GetTaskClassifications.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.GetTaskClassifications.g.cs
new file mode 100644
index 00000000..a538fea6
--- /dev/null
+++ b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.GetTaskClassifications.g.cs
@@ -0,0 +1,64 @@
+#nullable enable
+
+namespace OpenRouter
+{
+ public partial interface ISubpackageClassificationsClient
+ {
+ ///
+ /// Task classification market share
+ /// Returns the market-share breakdown of OpenRouter traffic by task classification
+ /// (e.g. code generation, web search, summarization) over a trailing time window.
+ /// Each classification reports its share of classified sampled requests (`usage_share`)
+ /// and classified sampled token volume (`token_share`) as fractions between 0 and 1.
+ /// The unclassified `other` bucket is excluded. Absolute volumes are not exposed
+ /// because the underlying data is sampled.
+ /// Each classification also includes a `models` array listing the top models by
+ /// request volume within that classification, with their within-tag usage and token shares.
+ /// Classifications are grouped into macro-categories (Code, Data, Agent, General)
+ /// with aggregate shares provided for each.
+ /// Authenticate with any valid OpenRouter API key (same key used for inference).
+ /// Rate-limited to 30 requests/minute per key and 500 requests/day per account.
+ /// When republishing or quoting this data, cite as:
+ /// "Source: OpenRouter (openrouter.ai/rankings), as of {as_of}."
+ ///
+ ///
+ /// Trailing time window for the classification data. Currently only `7d` (trailing 7 days) is supported.
+ /// Default Value: 7d
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task GetTaskClassificationsAsync(
+ global::OpenRouter.ClassificationsTaskGetParametersWindow? window = default,
+ global::OpenRouter.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// Task classification market share
+ /// Returns the market-share breakdown of OpenRouter traffic by task classification
+ /// (e.g. code generation, web search, summarization) over a trailing time window.
+ /// Each classification reports its share of classified sampled requests (`usage_share`)
+ /// and classified sampled token volume (`token_share`) as fractions between 0 and 1.
+ /// The unclassified `other` bucket is excluded. Absolute volumes are not exposed
+ /// because the underlying data is sampled.
+ /// Each classification also includes a `models` array listing the top models by
+ /// request volume within that classification, with their within-tag usage and token shares.
+ /// Classifications are grouped into macro-categories (Code, Data, Agent, General)
+ /// with aggregate shares provided for each.
+ /// Authenticate with any valid OpenRouter API key (same key used for inference).
+ /// Rate-limited to 30 requests/minute per key and 500 requests/day per account.
+ /// When republishing or quoting this data, cite as:
+ /// "Source: OpenRouter (openrouter.ai/rankings), as of {as_of}."
+ ///
+ ///
+ /// Trailing time window for the classification data. Currently only `7d` (trailing 7 days) is supported.
+ /// Default Value: 7d
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task> GetTaskClassificationsAsResponseAsync(
+ global::OpenRouter.ClassificationsTaskGetParametersWindow? window = default,
+ global::OpenRouter.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.g.cs
new file mode 100644
index 00000000..28add273
--- /dev/null
+++ b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageClassificationsClient.g.cs
@@ -0,0 +1,48 @@
+
+#nullable enable
+
+namespace OpenRouter
+{
+ ///
+ /// If no httpClient is provided, a new one will be created.
+ /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
+ ///
+ public partial interface ISubpackageClassificationsClient : global::System.IDisposable
+ {
+ ///
+ /// The HttpClient instance.
+ ///
+ public global::System.Net.Http.HttpClient HttpClient { get; }
+
+ ///
+ /// The base URL for the API.
+ ///
+ public System.Uri? BaseUri { get; }
+
+ ///
+ /// The authorizations to use for the requests.
+ ///
+ public global::System.Collections.Generic.List Authorizations { get; }
+
+ ///
+ /// Gets or sets a value indicating whether the response content should be read as a string.
+ /// True by default in debug builds, false otherwise.
+ /// When false, successful responses are deserialized directly from the response stream for better performance.
+ /// Error responses are always read as strings regardless of this setting,
+ /// ensuring is populated.
+ ///
+ public bool ReadResponseAsString { get; set; }
+ ///
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ ///
+ public global::OpenRouter.AutoSDKClientOptions Options { get; }
+
+
+ ///
+ ///
+ ///
+ global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }
+
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindow.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindow.g.cs
new file mode 100644
index 00000000..0c02b268
--- /dev/null
+++ b/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindow.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace OpenRouter.JsonConverters
+{
+ ///
+ public sealed class ClassificationsTaskGetParametersWindowJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::OpenRouter.ClassificationsTaskGetParametersWindow Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::OpenRouter.ClassificationsTaskGetParametersWindowExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::OpenRouter.ClassificationsTaskGetParametersWindow)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::OpenRouter.ClassificationsTaskGetParametersWindow);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::OpenRouter.ClassificationsTaskGetParametersWindow value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::OpenRouter.ClassificationsTaskGetParametersWindowExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullable.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullable.g.cs
new file mode 100644
index 00000000..b9e6c830
--- /dev/null
+++ b/src/libs/OpenRouter/Generated/OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace OpenRouter.JsonConverters
+{
+ ///
+ public sealed class ClassificationsTaskGetParametersWindowNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::OpenRouter.ClassificationsTaskGetParametersWindow? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::OpenRouter.ClassificationsTaskGetParametersWindowExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::OpenRouter.ClassificationsTaskGetParametersWindow)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::OpenRouter.ClassificationsTaskGetParametersWindow?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::OpenRouter.ClassificationsTaskGetParametersWindow? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::OpenRouter.ClassificationsTaskGetParametersWindowExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContext.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContext.g.cs
index ba287f45..bac13794 100644
--- a/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContext.g.cs
+++ b/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContext.g.cs
@@ -1481,6 +1481,10 @@ namespace OpenRouter
typeof(global::OpenRouter.JsonConverters.ChatResultObjectNullableJsonConverter),
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowJsonConverter),
+
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullableJsonConverter),
+
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryJsonConverter),
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryNullableJsonConverter),
@@ -4952,6 +4956,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::OpenRouter.JsonConverters.ChatResultObjectNullableJsonConverter),
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowJsonConverter),
+
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullableJsonConverter),
+
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryJsonConverter),
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryNullableJsonConverter),
@@ -8423,6 +8431,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
typeof(global::OpenRouter.JsonConverters.ChatResultObjectNullableJsonConverter),
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowJsonConverter),
+
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullableJsonConverter),
+
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryJsonConverter),
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryNullableJsonConverter),
@@ -9918,6 +9930,15 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.OneOf), TypeInfoPropertyName = "OneOfChatUsageServerToolUseDetailsObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.ChatResult))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.ClassificationsTaskGetParametersWindow), TypeInfoPropertyName = "ClassificationsTaskGetParametersWindow2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.TaskClassificationModel))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.TaskClassificationItem))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.TaskClassificationMacroCategory))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.TaskClassificationResponseData))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.TaskClassificationResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.CreditsGetResponsesContentApplicationJsonSchemaData))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.CreditsGetCreditsResponse200))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.DatasetsAppRankingsGetParametersCategory), TypeInfoPropertyName = "DatasetsAppRankingsGetParametersCategory2")]
@@ -10406,15 +10427,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.ORAnthropicContentBlockDiscriminatorType), TypeInfoPropertyName = "ORAnthropicContentBlockDiscriminatorType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultRole), TypeInfoPropertyName = "MessagesResultRole2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicRefusalStopDetailsCategory), TypeInfoPropertyName = "AnthropicRefusalStopDetailsCategory2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicRefusalStopDetailsType), TypeInfoPropertyName = "AnthropicRefusalStopDetailsType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicRefusalStopDetails))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.OneOf), TypeInfoPropertyName = "OneOfAnthropicRefusalStopDetailsCategoryObject2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.ORAnthropicStopReason), TypeInfoPropertyName = "ORAnthropicStopReason2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultType), TypeInfoPropertyName = "MessagesResultType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicCacheCreation))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicOutputTokensDetails))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicServerToolUsage))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicServiceTier), TypeInfoPropertyName = "AnthropicServiceTier2")]
internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -11894,6 +11906,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
typeof(global::OpenRouter.JsonConverters.ChatResultObjectNullableJsonConverter),
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowJsonConverter),
+
+ typeof(global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullableJsonConverter),
+
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryJsonConverter),
typeof(global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryNullableJsonConverter),
@@ -13386,6 +13402,15 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
typeof(global::OpenRouter.JsonConverters.UnixTimestampJsonConverter),
})]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicRefusalStopDetailsType), TypeInfoPropertyName = "AnthropicRefusalStopDetailsType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicRefusalStopDetails))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.OneOf), TypeInfoPropertyName = "OneOfAnthropicRefusalStopDetailsCategoryObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.ORAnthropicStopReason), TypeInfoPropertyName = "ORAnthropicStopReason2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultType), TypeInfoPropertyName = "MessagesResultType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicCacheCreation))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicOutputTokensDetails))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicServerToolUsage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.AnthropicServiceTier), TypeInfoPropertyName = "AnthropicServiceTier2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultUsage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultContextManagementAppliedEditsItems))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::OpenRouter.MessagesResultContextManagement))]
@@ -13803,6 +13828,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
@@ -14654,6 +14682,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::OpenRouter.JsonConverters.ChatFinishReasonEnumNullableJsonConverter());
options.Converters.Add(new global::OpenRouter.JsonConverters.ChatResultObjectJsonConverter());
options.Converters.Add(new global::OpenRouter.JsonConverters.ChatResultObjectNullableJsonConverter());
+ options.Converters.Add(new global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowJsonConverter());
+ options.Converters.Add(new global::OpenRouter.JsonConverters.ClassificationsTaskGetParametersWindowNullableJsonConverter());
options.Converters.Add(new global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryJsonConverter());
options.Converters.Add(new global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersCategoryNullableJsonConverter());
options.Converters.Add(new global::OpenRouter.JsonConverters.DatasetsAppRankingsGetParametersSubcategoryJsonConverter());
diff --git a/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContextTypes.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContextTypes.g.cs
index 637f5b79..ce920e33 100644
--- a/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContextTypes.g.cs
+++ b/src/libs/OpenRouter/Generated/OpenRouter.JsonSerializerContextTypes.g.cs
@@ -4036,3327 +4036,3363 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::OpenRouter.CreditsGetResponsesContentApplicationJsonSchemaData? Type1002 { get; set; }
+ public global::OpenRouter.ClassificationsTaskGetParametersWindow? Type1002 { get; set; }
///
///
///
- public global::OpenRouter.CreditsGetCreditsResponse200? Type1003 { get; set; }
+ public global::OpenRouter.TaskClassificationModel? Type1003 { get; set; }
///
///
///
- public global::OpenRouter.DatasetsAppRankingsGetParametersCategory? Type1004 { get; set; }
+ public global::OpenRouter.TaskClassificationItem? Type1004 { get; set; }
///
///
///
- public global::OpenRouter.DatasetsAppRankingsGetParametersSubcategory? Type1005 { get; set; }
+ public global::System.Collections.Generic.IList? Type1005 { get; set; }
///
///
///
- public global::OpenRouter.DatasetsAppRankingsGetParametersSort? Type1006 { get; set; }
+ public global::OpenRouter.TaskClassificationMacroCategory? Type1006 { get; set; }
///
///
///
- public global::OpenRouter.AppRankingsItem? Type1007 { get; set; }
+ public global::OpenRouter.TaskClassificationResponseData? Type1007 { get; set; }
///
///
///
- public global::OpenRouter.RankingsDailyMetaVersion? Type1008 { get; set; }
+ public global::System.Collections.Generic.IList? Type1008 { get; set; }
///
///
///
- public global::OpenRouter.RankingsDailyMeta? Type1009 { get; set; }
+ public global::System.Collections.Generic.IList? Type1009 { get; set; }
///
///
///
- public global::OpenRouter.AppRankingsResponse? Type1010 { get; set; }
+ public global::OpenRouter.TaskClassificationResponse? Type1010 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1011 { get; set; }
+ public global::OpenRouter.CreditsGetResponsesContentApplicationJsonSchemaData? Type1011 { get; set; }
///
///
///
- public global::OpenRouter.RankingsDailyItem? Type1012 { get; set; }
+ public global::OpenRouter.CreditsGetCreditsResponse200? Type1012 { get; set; }
///
///
///
- public global::OpenRouter.RankingsDailyResponse? Type1013 { get; set; }
+ public global::OpenRouter.DatasetsAppRankingsGetParametersCategory? Type1013 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1014 { get; set; }
+ public global::OpenRouter.DatasetsAppRankingsGetParametersSubcategory? Type1014 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaEncodingFormat? Type1015 { get; set; }
+ public global::OpenRouter.DatasetsAppRankingsGetParametersSort? Type1015 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf0Type? Type1016 { get; set; }
+ public global::OpenRouter.AppRankingsItem? Type1016 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems0? Type1017 { get; set; }
+ public global::OpenRouter.RankingsDailyMetaVersion? Type1017 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf1ImageUrl? Type1018 { get; set; }
+ public global::OpenRouter.RankingsDailyMeta? Type1018 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf1Type? Type1019 { get; set; }
+ public global::OpenRouter.AppRankingsResponse? Type1019 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems1? Type1020 { get; set; }
+ public global::System.Collections.Generic.IList? Type1020 { get; set; }
///
///
///
- public global::OpenRouter.MultimodalMedia? Type1021 { get; set; }
+ public global::OpenRouter.RankingsDailyItem? Type1021 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputAudioType? Type1022 { get; set; }
+ public global::OpenRouter.RankingsDailyResponse? Type1022 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputAudio? Type1023 { get; set; }
+ public global::System.Collections.Generic.IList? Type1023 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputVideoType? Type1024 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaEncodingFormat? Type1024 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputVideo? Type1025 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf0Type? Type1025 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputFileType? Type1026 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems0? Type1026 { get; set; }
///
///
///
- public global::OpenRouter.ContentPartInputFile? Type1027 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf1ImageUrl? Type1027 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems? Type1028 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItemsOneOf1Type? Type1028 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4Items? Type1029 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems1? Type1029 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1030 { get; set; }
+ public global::OpenRouter.MultimodalMedia? Type1030 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1031 { get; set; }
+ public global::OpenRouter.ContentPartInputAudioType? Type1031 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInput? Type1032 { get; set; }
+ public global::OpenRouter.ContentPartInputAudio? Type1032 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1033 { get; set; }
+ public global::OpenRouter.ContentPartInputVideoType? Type1033 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type1034 { get; set; }
+ public global::OpenRouter.ContentPartInputVideo? Type1034 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderDataCollection? Type1035 { get; set; }
+ public global::OpenRouter.ContentPartInputFileType? Type1035 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderIgnoreItems? Type1036 { get; set; }
+ public global::OpenRouter.ContentPartInputFile? Type1036 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderMaxPrice? Type1037 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4ItemsContentItems? Type1037 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderOnlyItems? Type1038 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInputOneOf4Items? Type1038 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderOrderItems? Type1039 { get; set; }
+ public global::System.Collections.Generic.IList? Type1039 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderSort? Type1040 { get; set; }
+ public global::System.Collections.Generic.IList? Type1040 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProvider? Type1041 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaInput? Type1041 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1042 { get; set; }
+ public global::System.Collections.Generic.IList? Type1042 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1043 { get; set; }
+ public global::System.Collections.Generic.IList>? Type1043 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1044 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderDataCollection? Type1044 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1045 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderIgnoreItems? Type1045 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItemsEmbedding? Type1046 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderMaxPrice? Type1046 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItemsObject? Type1047 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderOnlyItems? Type1047 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItems? Type1048 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderOrderItems? Type1048 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaObject? Type1049 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProviderSort? Type1049 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsageCostDetails? Type1050 { get; set; }
+ public global::OpenRouter.EmbeddingsPostRequestBodyContentApplicationJsonSchemaProvider? Type1050 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsagePromptTokensDetails? Type1051 { get; set; }
+ public global::OpenRouter.OneOf? Type1051 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsage? Type1052 { get; set; }
+ public global::System.Collections.Generic.IList? Type1052 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1053 { get; set; }
+ public global::System.Collections.Generic.IList? Type1053 { get; set; }
///
///
///
- public global::OpenRouter.EmbeddingsCreateEmbeddingsResponse200? Type1054 { get; set; }
+ public global::System.Collections.Generic.IList? Type1054 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1055 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItemsEmbedding? Type1055 { get; set; }
///
///
///
- public global::OpenRouter.ModelArchitectureInstructType? Type1056 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItemsObject? Type1056 { get; set; }
///
///
///
- public global::OpenRouter.OutputModality? Type1057 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaDataItems? Type1057 { get; set; }
///
///
///
- public global::OpenRouter.ModelGroup? Type1058 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaObject? Type1058 { get; set; }
///
///
///
- public global::OpenRouter.ModelArchitecture? Type1059 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsageCostDetails? Type1059 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1060 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsagePromptTokensDetails? Type1060 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1061 { get; set; }
+ public global::OpenRouter.EmbeddingsPostResponsesContentApplicationJsonSchemaUsage? Type1061 { get; set; }
///
///
///
- public global::OpenRouter.AABenchmarkEntry? Type1062 { get; set; }
+ public global::OpenRouter.OneOf? Type1062 { get; set; }
///
///
///
- public global::OpenRouter.DABenchmarkEntry? Type1063 { get; set; }
+ public global::OpenRouter.EmbeddingsCreateEmbeddingsResponse200? Type1063 { get; set; }
///
///
///
- public global::OpenRouter.ModelBenchmarks? Type1064 { get; set; }
+ public global::System.Collections.Generic.IList? Type1064 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1065 { get; set; }
+ public global::OpenRouter.ModelArchitectureInstructType? Type1065 { get; set; }
///
///
///
- public global::OpenRouter.DefaultParameters? Type1066 { get; set; }
+ public global::OpenRouter.OutputModality? Type1066 { get; set; }
///
///
///
- public global::OpenRouter.ModelLinks? Type1067 { get; set; }
+ public global::OpenRouter.ModelGroup? Type1067 { get; set; }
///
///
///
- public global::OpenRouter.PerRequestLimits? Type1068 { get; set; }
+ public global::OpenRouter.ModelArchitecture? Type1068 { get; set; }
///
///
///
- public global::OpenRouter.PublicPricing? Type1069 { get; set; }
+ public global::OpenRouter.OneOf? Type1069 { get; set; }
///
///
///
- public global::OpenRouter.ModelReasoning? Type1070 { get; set; }
+ public global::System.Collections.Generic.IList? Type1070 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1071 { get; set; }
+ public global::OpenRouter.AABenchmarkEntry? Type1071 { get; set; }
///
///
///
- public global::OpenRouter.Parameter? Type1072 { get; set; }
+ public global::OpenRouter.DABenchmarkEntry? Type1072 { get; set; }
///
///
///
- public global::OpenRouter.TopProviderInfo? Type1073 { get; set; }
+ public global::OpenRouter.ModelBenchmarks? Type1073 { get; set; }
///
///
///
- public global::OpenRouter.Model? Type1074 { get; set; }
+ public global::System.Collections.Generic.IList? Type1074 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1075 { get; set; }
+ public global::OpenRouter.DefaultParameters? Type1075 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1076 { get; set; }
+ public global::OpenRouter.ModelLinks? Type1076 { get; set; }
///
///
///
- public global::OpenRouter.ModelsListResponse? Type1077 { get; set; }
+ public global::OpenRouter.PerRequestLimits? Type1077 { get; set; }
///
///
///
- public global::OpenRouter.PercentileStats? Type1078 { get; set; }
+ public global::OpenRouter.PublicPricing? Type1078 { get; set; }
///
///
///
- public global::OpenRouter.PublicEndpointPricing? Type1079 { get; set; }
+ public global::OpenRouter.ModelReasoning? Type1079 { get; set; }
///
///
///
- public global::OpenRouter.EndpointStatus? Type1080 { get; set; }
+ public global::System.Collections.Generic.IList? Type1080 { get; set; }
///
///
///
- public global::OpenRouter.PublicEndpointThroughputLast30M? Type1081 { get; set; }
+ public global::OpenRouter.Parameter? Type1081 { get; set; }
///
///
///
- public global::OpenRouter.PublicEndpoint? Type1082 { get; set; }
+ public global::OpenRouter.TopProviderInfo? Type1082 { get; set; }
///
///
///
- public global::OpenRouter.EndpointsListEndpointsZdrResponse200? Type1083 { get; set; }
+ public global::OpenRouter.Model? Type1083 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1084 { get; set; }
+ public global::System.Collections.Generic.IList? Type1084 { get; set; }
///
///
///
- public global::OpenRouter.InstructType2? Type1085 { get; set; }
+ public global::System.Collections.Generic.IList? Type1085 { get; set; }
///
///
///
- public global::OpenRouter.ListEndpointsResponseArchitecture? Type1086 { get; set; }
+ public global::OpenRouter.ModelsListResponse? Type1086 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1087 { get; set; }
+ public global::OpenRouter.PercentileStats? Type1087 { get; set; }
///
///
///
- public global::OpenRouter.ListEndpointsResponse? Type1088 { get; set; }
+ public global::OpenRouter.PublicEndpointPricing? Type1088 { get; set; }
///
///
///
- public global::OpenRouter.EndpointsListEndpointsResponse200? Type1089 { get; set; }
+ public global::OpenRouter.EndpointStatus? Type1089 { get; set; }
///
///
///
- public global::OpenRouter.FileMetadataType? Type1090 { get; set; }
+ public global::OpenRouter.PublicEndpointThroughputLast30M? Type1090 { get; set; }
///
///
///
- public global::OpenRouter.FileMetadata? Type1091 { get; set; }
+ public global::OpenRouter.PublicEndpoint? Type1091 { get; set; }
///
///
///
- public global::OpenRouter.FileListResponse? Type1092 { get; set; }
+ public global::OpenRouter.EndpointsListEndpointsZdrResponse200? Type1092 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1093 { get; set; }
+ public global::System.Collections.Generic.IList? Type1093 { get; set; }
///
///
///
- public global::OpenRouter.FileDeleteResponseType? Type1094 { get; set; }
+ public global::OpenRouter.InstructType2? Type1094 { get; set; }
///
///
///
- public global::OpenRouter.FileDeleteResponse? Type1095 { get; set; }
+ public global::OpenRouter.ListEndpointsResponseArchitecture? Type1095 { get; set; }
///
///
///
- public global::OpenRouter.GenerationResponseDataApiType? Type1096 { get; set; }
+ public global::OpenRouter.OneOf? Type1096 { get; set; }
///
///
///
- public global::OpenRouter.GenerationResponseDataDataRegion? Type1097 { get; set; }
+ public global::OpenRouter.ListEndpointsResponse? Type1097 { get; set; }
///
///
///
- public global::OpenRouter.ProviderResponseProviderName? Type1098 { get; set; }
+ public global::OpenRouter.EndpointsListEndpointsResponse200? Type1098 { get; set; }
///
///
///
- public global::OpenRouter.ProviderResponse? Type1099 { get; set; }
+ public global::OpenRouter.FileMetadataType? Type1099 { get; set; }
///
///
///
- public global::OpenRouter.GenerationResponseData? Type1100 { get; set; }
+ public global::OpenRouter.FileMetadata? Type1100 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1101 { get; set; }
+ public global::OpenRouter.FileListResponse? Type1101 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1102 { get; set; }
+ public global::System.Collections.Generic.IList? Type1102 { get; set; }
///
///
///
- public global::OpenRouter.GenerationResponse? Type1103 { get; set; }
+ public global::OpenRouter.FileDeleteResponseType? Type1103 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentDataInput0? Type1104 { get; set; }
+ public global::OpenRouter.FileDeleteResponse? Type1104 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentDataInput1? Type1105 { get; set; }
+ public global::OpenRouter.GenerationResponseDataApiType? Type1105 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentDataInput? Type1106 { get; set; }
+ public global::OpenRouter.GenerationResponseDataDataRegion? Type1106 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentDataOutput? Type1107 { get; set; }
+ public global::OpenRouter.ProviderResponseProviderName? Type1107 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentData? Type1108 { get; set; }
+ public global::OpenRouter.ProviderResponse? Type1108 { get; set; }
///
///
///
- public global::OpenRouter.GenerationContentResponse? Type1109 { get; set; }
+ public global::OpenRouter.GenerationResponseData? Type1109 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterBuiltinAction? Type1110 { get; set; }
+ public global::OpenRouter.OneOf? Type1110 { get; set; }
///
///
///
- public global::OpenRouter.PromptInjectionScanScope? Type1111 { get; set; }
+ public global::System.Collections.Generic.IList? Type1111 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterBuiltinSlug? Type1112 { get; set; }
+ public global::OpenRouter.GenerationResponse? Type1112 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterBuiltinEntry? Type1113 { get; set; }
+ public global::OpenRouter.GenerationContentDataInput0? Type1113 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterAction? Type1114 { get; set; }
+ public global::OpenRouter.GenerationContentDataInput1? Type1114 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterEntry? Type1115 { get; set; }
+ public global::OpenRouter.GenerationContentDataInput? Type1115 { get; set; }
///
///
///
- public global::OpenRouter.GuardrailInterval? Type1116 { get; set; }
+ public global::OpenRouter.GenerationContentDataOutput? Type1116 { get; set; }
///
///
///
- public global::OpenRouter.Guardrail? Type1117 { get; set; }
+ public global::OpenRouter.GenerationContentData? Type1117 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1118 { get; set; }
+ public global::OpenRouter.GenerationContentResponse? Type1118 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1119 { get; set; }
+ public global::OpenRouter.ContentFilterBuiltinAction? Type1119 { get; set; }
///
///
///
- public global::OpenRouter.ListGuardrailsResponse? Type1120 { get; set; }
+ public global::OpenRouter.PromptInjectionScanScope? Type1120 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1121 { get; set; }
+ public global::OpenRouter.ContentFilterBuiltinSlug? Type1121 { get; set; }
///
///
///
- public global::OpenRouter.ContentFilterBuiltinEntryInput? Type1122 { get; set; }
+ public global::OpenRouter.ContentFilterBuiltinEntry? Type1122 { get; set; }
///
///
///
- public global::OpenRouter.CreateGuardrailRequest? Type1123 { get; set; }
+ public global::OpenRouter.ContentFilterAction? Type1123 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1124 { get; set; }
+ public global::OpenRouter.ContentFilterEntry? Type1124 { get; set; }
///
///
///
- public global::OpenRouter.CreateGuardrailResponseData? Type1125 { get; set; }
+ public global::OpenRouter.GuardrailInterval? Type1125 { get; set; }
///
///
///
- public global::OpenRouter.CreateGuardrailResponse? Type1126 { get; set; }
+ public global::OpenRouter.Guardrail? Type1126 { get; set; }
///
///
///
- public global::OpenRouter.GetGuardrailResponseData? Type1127 { get; set; }
+ public global::System.Collections.Generic.IList? Type1127 { get; set; }
///
///
///
- public global::OpenRouter.GetGuardrailResponse? Type1128 { get; set; }
+ public global::System.Collections.Generic.IList? Type1128 { get; set; }
///
///
///
- public global::OpenRouter.DeleteGuardrailResponse? Type1129 { get; set; }
+ public global::OpenRouter.ListGuardrailsResponse? Type1129 { get; set; }
///
///
///
- public global::OpenRouter.UpdateGuardrailRequest? Type1130 { get; set; }
+ public global::System.Collections.Generic.IList? Type1130 { get; set; }
///
///
///
- public global::OpenRouter.UpdateGuardrailResponseData? Type1131 { get; set; }
+ public global::OpenRouter.ContentFilterBuiltinEntryInput? Type1131 { get; set; }
///
///
///
- public global::OpenRouter.UpdateGuardrailResponse? Type1132 { get; set; }
+ public global::OpenRouter.CreateGuardrailRequest? Type1132 { get; set; }
///
///
///
- public global::OpenRouter.KeyAssignment? Type1133 { get; set; }
+ public global::System.Collections.Generic.IList? Type1133 { get; set; }
///
///
///
- public global::OpenRouter.ListKeyAssignmentsResponse? Type1134 { get; set; }
+ public global::OpenRouter.CreateGuardrailResponseData? Type1134 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1135 { get; set; }
+ public global::OpenRouter.CreateGuardrailResponse? Type1135 { get; set; }
///
///
///
- public global::OpenRouter.BulkAssignKeysRequest? Type1136 { get; set; }
+ public global::OpenRouter.GetGuardrailResponseData? Type1136 { get; set; }
///
///
///
- public global::OpenRouter.BulkAssignKeysResponse? Type1137 { get; set; }
+ public global::OpenRouter.GetGuardrailResponse? Type1137 { get; set; }
///
///
///
- public global::OpenRouter.BulkUnassignKeysRequest? Type1138 { get; set; }
+ public global::OpenRouter.DeleteGuardrailResponse? Type1138 { get; set; }
///
///
///
- public global::OpenRouter.BulkUnassignKeysResponse? Type1139 { get; set; }
+ public global::OpenRouter.UpdateGuardrailRequest? Type1139 { get; set; }
///
///
///
- public global::OpenRouter.MemberAssignment? Type1140 { get; set; }
+ public global::OpenRouter.UpdateGuardrailResponseData? Type1140 { get; set; }
///
///
///
- public global::OpenRouter.ListMemberAssignmentsResponse? Type1141 { get; set; }
+ public global::OpenRouter.UpdateGuardrailResponse? Type1141 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1142 { get; set; }
+ public global::OpenRouter.KeyAssignment? Type1142 { get; set; }
///
///
///
- public global::OpenRouter.BulkAssignMembersRequest? Type1143 { get; set; }
+ public global::OpenRouter.ListKeyAssignmentsResponse? Type1143 { get; set; }
///
///
///
- public global::OpenRouter.BulkAssignMembersResponse? Type1144 { get; set; }
+ public global::System.Collections.Generic.IList? Type1144 { get; set; }
///
///
///
- public global::OpenRouter.BulkUnassignMembersRequest? Type1145 { get; set; }
+ public global::OpenRouter.BulkAssignKeysRequest? Type1145 { get; set; }
///
///
///
- public global::OpenRouter.BulkUnassignMembersResponse? Type1146 { get; set; }
+ public global::OpenRouter.BulkAssignKeysResponse? Type1146 { get; set; }
///
///
///
- public global::OpenRouter.KeyGetResponsesContentApplicationJsonSchemaDataRateLimit? Type1147 { get; set; }
+ public global::OpenRouter.BulkUnassignKeysRequest? Type1147 { get; set; }
///
///
///
- public global::OpenRouter.KeyGetResponsesContentApplicationJsonSchemaData? Type1148 { get; set; }
+ public global::OpenRouter.BulkUnassignKeysResponse? Type1148 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysGetCurrentKeyResponse200? Type1149 { get; set; }
+ public global::OpenRouter.MemberAssignment? Type1149 { get; set; }
///
///
///
- public global::OpenRouter.KeysGetResponsesContentApplicationJsonSchemaDataItems? Type1150 { get; set; }
+ public global::OpenRouter.ListMemberAssignmentsResponse? Type1150 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysListResponse200? Type1151 { get; set; }
+ public global::System.Collections.Generic.IList? Type1151 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1152 { get; set; }
+ public global::OpenRouter.BulkAssignMembersRequest? Type1152 { get; set; }
///
///
///
- public global::OpenRouter.KeysPostRequestBodyContentApplicationJsonSchemaLimitReset? Type1153 { get; set; }
+ public global::OpenRouter.BulkAssignMembersResponse? Type1153 { get; set; }
///
///
///
- public global::OpenRouter.KeysPostResponsesContentApplicationJsonSchemaData? Type1154 { get; set; }
+ public global::OpenRouter.BulkUnassignMembersRequest? Type1154 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysCreateKeysResponse201? Type1155 { get; set; }
+ public global::OpenRouter.BulkUnassignMembersResponse? Type1155 { get; set; }
///
///
///
- public global::OpenRouter.KeysHashGetResponsesContentApplicationJsonSchemaData? Type1156 { get; set; }
+ public global::OpenRouter.KeyGetResponsesContentApplicationJsonSchemaDataRateLimit? Type1156 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysGetKeyResponse200? Type1157 { get; set; }
+ public global::OpenRouter.KeyGetResponsesContentApplicationJsonSchemaData? Type1157 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysDeleteKeysResponse200? Type1158 { get; set; }
+ public global::OpenRouter.ApiKeysGetCurrentKeyResponse200? Type1158 { get; set; }
///
///
///
- public global::OpenRouter.KeysHashPatchRequestBodyContentApplicationJsonSchemaLimitReset? Type1159 { get; set; }
+ public global::OpenRouter.KeysGetResponsesContentApplicationJsonSchemaDataItems? Type1159 { get; set; }
///
///
///
- public global::OpenRouter.KeysHashPatchResponsesContentApplicationJsonSchemaData? Type1160 { get; set; }
+ public global::OpenRouter.ApiKeysListResponse200? Type1160 { get; set; }
///
///
///
- public global::OpenRouter.ApiKeysUpdateKeysResponse200? Type1161 { get; set; }
+ public global::System.Collections.Generic.IList? Type1161 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicInputTokensClearAtLeastType? Type1162 { get; set; }
+ public global::OpenRouter.KeysPostRequestBodyContentApplicationJsonSchemaLimitReset? Type1162 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicInputTokensClearAtLeast? Type1163 { get; set; }
+ public global::OpenRouter.KeysPostResponsesContentApplicationJsonSchemaData? Type1163 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0ClearToolInputs? Type1164 { get; set; }
+ public global::OpenRouter.ApiKeysCreateKeysResponse201? Type1164 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolUsesKeepType? Type1165 { get; set; }
+ public global::OpenRouter.KeysHashGetResponsesContentApplicationJsonSchemaData? Type1165 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolUsesKeep? Type1166 { get; set; }
+ public global::OpenRouter.ApiKeysGetKeyResponse200? Type1166 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0Trigger? Type1167 { get; set; }
+ public global::OpenRouter.ApiKeysDeleteKeysResponse200? Type1167 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant1? Type1168 { get; set; }
+ public global::OpenRouter.KeysHashPatchRequestBodyContentApplicationJsonSchemaLimitReset? Type1168 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant1Type? Type1169 { get; set; }
+ public global::OpenRouter.KeysHashPatchResponsesContentApplicationJsonSchemaData? Type1169 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant2? Type1170 { get; set; }
+ public global::OpenRouter.ApiKeysUpdateKeysResponse200? Type1170 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant2Type? Type1171 { get; set; }
+ public global::OpenRouter.AnthropicInputTokensClearAtLeastType? Type1171 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerDiscriminator? Type1172 { get; set; }
+ public global::OpenRouter.AnthropicInputTokensClearAtLeast? Type1172 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerDiscriminatorType? Type1173 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0ClearToolInputs? Type1173 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0Type? Type1174 { get; set; }
+ public global::OpenRouter.AnthropicToolUsesKeepType? Type1174 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItems0? Type1175 { get; set; }
+ public global::OpenRouter.AnthropicToolUsesKeep? Type1175 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicThinkingTurnsType? Type1176 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0Trigger? Type1176 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicThinkingTurns? Type1177 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant1? Type1177 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1KeepOneOf1Type? Type1178 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant1Type? Type1178 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep1? Type1179 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant2? Type1179 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep2? Type1180 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerVariant2Type? Type1180 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep? Type1181 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerDiscriminator? Type1181 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Type? Type1182 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0TriggerDiscriminatorType? Type1182 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItems1? Type1183 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf0Type? Type1183 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2TriggerType? Type1184 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItems0? Type1184 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2Trigger? Type1185 { get; set; }
+ public global::OpenRouter.AnthropicThinkingTurnsType? Type1185 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2Type? Type1186 { get; set; }
+ public global::OpenRouter.AnthropicThinkingTurns? Type1186 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItems2? Type1187 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1KeepOneOf1Type? Type1187 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagementEditsItems? Type1188 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep1? Type1188 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestContextManagement? Type1189 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep2? Type1189 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1190 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Keep? Type1190 { get; set; }
///
///
///
- public global::OpenRouter.MessagesFallbackParam? Type1191 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf1Type? Type1191 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItems? Type1192 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItems1? Type1192 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant1? Type1193 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2TriggerType? Type1193 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant1Type? Type1194 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2Trigger? Type1194 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant2? Type1195 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItemsOneOf2Type? Type1195 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant2Type? Type1196 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItems2? Type1196 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant3? Type1197 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagementEditsItems? Type1197 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant3Type? Type1198 { get; set; }
+ public global::OpenRouter.MessagesRequestContextManagement? Type1198 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant4? Type1199 { get; set; }
+ public global::System.Collections.Generic.IList? Type1199 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant4Type? Type1200 { get; set; }
+ public global::OpenRouter.MessagesFallbackParam? Type1200 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant5? Type1201 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItems? Type1201 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant5Type? Type1202 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant1? Type1202 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsDiscriminator? Type1203 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant1Type? Type1203 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamCitationsItemsDiscriminatorType? Type1204 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant2? Type1204 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParamType? Type1205 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant2Type? Type1205 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextBlockParam? Type1206 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant3? Type1206 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1207 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant3Type? Type1207 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageMimeType? Type1208 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant4? Type1208 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicUrlImageSourceType? Type1209 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant4Type? Type1209 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSource? Type1210 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant5? Type1210 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSourceVariant1? Type1211 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsVariant5Type? Type1211 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSourceVariant1Type? Type1212 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsDiscriminator? Type1212 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSourceVariant2? Type1213 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamCitationsItemsDiscriminatorType? Type1213 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSourceDiscriminator? Type1214 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParamType? Type1214 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamSourceDiscriminatorType? Type1215 { get; set; }
+ public global::OpenRouter.AnthropicTextBlockParam? Type1215 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParamType? Type1216 { get; set; }
+ public global::System.Collections.Generic.IList? Type1216 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicImageBlockParam? Type1217 { get; set; }
+ public global::OpenRouter.AnthropicImageMimeType? Type1217 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamCitations? Type1218 { get; set; }
+ public global::OpenRouter.AnthropicUrlImageSourceType? Type1218 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBase64PdfSourceMediaType? Type1219 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSource? Type1219 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBase64PdfSourceType? Type1220 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSourceVariant1? Type1220 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBase64PdfSource? Type1221 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSourceVariant1Type? Type1221 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicPlainTextSourceMediaType? Type1222 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSourceVariant2? Type1222 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicPlainTextSourceType? Type1223 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSourceDiscriminator? Type1223 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicPlainTextSource? Type1224 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamSourceDiscriminatorType? Type1224 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1Items? Type1225 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParamType? Type1225 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsVariant1? Type1226 { get; set; }
+ public global::OpenRouter.AnthropicImageBlockParam? Type1226 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsVariant2? Type1227 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamCitations? Type1227 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsDiscriminator? Type1228 { get; set; }
+ public global::OpenRouter.AnthropicBase64PdfSourceMediaType? Type1228 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsDiscriminatorType? Type1229 { get; set; }
+ public global::OpenRouter.AnthropicBase64PdfSourceType? Type1229 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1230 { get; set; }
+ public global::OpenRouter.AnthropicBase64PdfSource? Type1230 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2Content? Type1231 { get; set; }
+ public global::OpenRouter.AnthropicPlainTextSourceMediaType? Type1231 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2Type? Type1232 { get; set; }
+ public global::OpenRouter.AnthropicPlainTextSourceType? Type1232 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSource2? Type1233 { get; set; }
+ public global::OpenRouter.AnthropicPlainTextSource? Type1233 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicUrlPdfSourceType? Type1234 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1Items? Type1234 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicUrlPdfSource? Type1235 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsVariant1? Type1235 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicFileDocumentSourceType? Type1236 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsVariant2? Type1236 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicFileDocumentSource? Type1237 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsDiscriminator? Type1237 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamSource? Type1238 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2ContentOneOf1ItemsDiscriminatorType? Type1238 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParamType? Type1239 { get; set; }
+ public global::System.Collections.Generic.IList? Type1239 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockParam? Type1240 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2Content? Type1240 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1241 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSourceOneOf2Type? Type1241 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf3Type? Type1242 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSource2? Type1242 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items3? Type1243 { get; set; }
+ public global::OpenRouter.AnthropicUrlPdfSourceType? Type1243 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1ItemsOneOf2Type? Type1244 { get; set; }
+ public global::OpenRouter.AnthropicUrlPdfSource? Type1244 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1Items2? Type1245 { get; set; }
+ public global::OpenRouter.AnthropicFileDocumentSourceType? Type1245 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicSearchResultBlockParamCitations? Type1246 { get; set; }
+ public global::OpenRouter.AnthropicFileDocumentSource? Type1246 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicSearchResultBlockParamType? Type1247 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamSource? Type1247 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicSearchResultBlockParam? Type1248 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParamType? Type1248 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1249 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockParam? Type1249 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1Items? Type1250 { get; set; }
+ public global::OpenRouter.OneOf? Type1250 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1251 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf3Type? Type1251 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4Content? Type1252 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items3? Type1252 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4Type? Type1253 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1ItemsOneOf2Type? Type1253 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items4? Type1254 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1Items2? Type1254 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf5Type? Type1255 { get; set; }
+ public global::OpenRouter.AnthropicSearchResultBlockParamCitations? Type1255 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items5? Type1256 { get; set; }
+ public global::OpenRouter.AnthropicSearchResultBlockParamType? Type1256 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf6Type? Type1257 { get; set; }
+ public global::OpenRouter.AnthropicSearchResultBlockParam? Type1257 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items6? Type1258 { get; set; }
+ public global::System.Collections.Generic.IList? Type1258 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf7Type? Type1259 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4ContentOneOf1Items? Type1259 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items7? Type1260 { get; set; }
+ public global::System.Collections.Generic.IList? Type1260 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchResultBlockParamType? Type1261 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4Content? Type1261 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchResultBlockParam? Type1262 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf4Type? Type1262 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1263 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items4? Type1263 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8ContentOneOf1ErrorCode? Type1264 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf5Type? Type1264 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8ContentOneOf1Type? Type1265 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items5? Type1265 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Content1? Type1266 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf6Type? Type1266 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Content? Type1267 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items6? Type1267 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Type? Type1268 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf7Type? Type1268 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items8? Type1269 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items7? Type1269 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf10Type? Type1270 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchResultBlockParamType? Type1270 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items10? Type1271 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchResultBlockParam? Type1271 { get; set; }
///
///
///
- public global::OpenRouter.MessagesAdvisorToolResultBlockType? Type1272 { get; set; }
+ public global::System.Collections.Generic.IList? Type1272 { get; set; }
///
///
///
- public global::OpenRouter.MessagesAdvisorToolResultBlock? Type1273 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8ContentOneOf1ErrorCode? Type1273 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContentOneOf1Items? Type1274 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8ContentOneOf1Type? Type1274 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1275 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Content1? Type1275 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamContent? Type1276 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Content? Type1276 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParamRole? Type1277 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf8Type? Type1277 { get; set; }
///
///
///
- public global::OpenRouter.MessagesMessageParam? Type1278 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items8? Type1278 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestMetadata? Type1279 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1ItemsOneOf10Type? Type1279 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfigEffort? Type1280 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items10? Type1280 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfigFormatType? Type1281 { get; set; }
+ public global::OpenRouter.MessagesAdvisorToolResultBlockType? Type1281 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfigFormat? Type1282 { get; set; }
+ public global::OpenRouter.MessagesAdvisorToolResultBlock? Type1282 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfigTaskBudgetType? Type1283 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContentOneOf1Items? Type1283 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfigTaskBudget? Type1284 { get; set; }
+ public global::System.Collections.Generic.IList? Type1284 { get; set; }
///
///
///
- public global::OpenRouter.MessagesOutputConfig? Type1285 { get; set; }
+ public global::OpenRouter.MessagesMessageParamContent? Type1285 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1286 { get; set; }
+ public global::OpenRouter.MessagesMessageParamRole? Type1286 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1287 { get; set; }
+ public global::OpenRouter.MessagesMessageParam? Type1287 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1288 { get; set; }
+ public global::OpenRouter.MessagesRequestMetadata? Type1288 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItems? Type1289 { get; set; }
+ public global::OpenRouter.MessagesOutputConfigEffort? Type1289 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant1? Type1290 { get; set; }
+ public global::OpenRouter.MessagesOutputConfigFormatType? Type1290 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant1Id? Type1291 { get; set; }
+ public global::OpenRouter.MessagesOutputConfigFormat? Type1291 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant2? Type1292 { get; set; }
+ public global::OpenRouter.MessagesOutputConfigTaskBudgetType? Type1292 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant2Id? Type1293 { get; set; }
+ public global::OpenRouter.MessagesOutputConfigTaskBudget? Type1293 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant3? Type1294 { get; set; }
+ public global::OpenRouter.MessagesOutputConfig? Type1294 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant3Id? Type1295 { get; set; }
+ public global::OpenRouter.OneOf? Type1295 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant4? Type1296 { get; set; }
+ public global::OpenRouter.OneOf? Type1296 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant4Id? Type1297 { get; set; }
+ public global::OpenRouter.OneOf? Type1297 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant5? Type1298 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItems? Type1298 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant5Id? Type1299 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant1? Type1299 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant6? Type1300 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant1Id? Type1300 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant6Id? Type1301 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant2? Type1301 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant7? Type1302 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant2Id? Type1302 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant7Id? Type1303 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant3? Type1303 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant8? Type1304 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant3Id? Type1304 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsVariant9? Type1305 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant4? Type1305 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsDiscriminator? Type1306 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant4Id? Type1306 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestPluginsItemsDiscriminatorId? Type1307 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant5? Type1307 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestSystem? Type1308 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant5Id? Type1308 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicThinkingDisplay? Type1309 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant6? Type1309 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinkingOneOf0Type? Type1310 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant6Id? Type1310 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinking0? Type1311 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant7? Type1311 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinkingOneOf1Type? Type1312 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant7Id? Type1312 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinking1? Type1313 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant8? Type1313 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinkingOneOf2Type? Type1314 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsVariant9? Type1314 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinking2? Type1315 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsDiscriminator? Type1315 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestThinking? Type1316 { get; set; }
+ public global::OpenRouter.MessagesRequestPluginsItemsDiscriminatorId? Type1316 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoiceOneOf0Type? Type1317 { get; set; }
+ public global::OpenRouter.MessagesRequestSystem? Type1317 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoice0? Type1318 { get; set; }
+ public global::OpenRouter.AnthropicThinkingDisplay? Type1318 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoiceOneOf1Type? Type1319 { get; set; }
+ public global::OpenRouter.MessagesRequestThinkingOneOf0Type? Type1319 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoice1? Type1320 { get; set; }
+ public global::OpenRouter.MessagesRequestThinking0? Type1320 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoiceOneOf2Type? Type1321 { get; set; }
+ public global::OpenRouter.MessagesRequestThinkingOneOf1Type? Type1321 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoice2? Type1322 { get; set; }
+ public global::OpenRouter.MessagesRequestThinking1? Type1322 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoiceOneOf3Type? Type1323 { get; set; }
+ public global::OpenRouter.MessagesRequestThinkingOneOf2Type? Type1323 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoice3? Type1324 { get; set; }
+ public global::OpenRouter.MessagesRequestThinking2? Type1324 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolChoice? Type1325 { get; set; }
+ public global::OpenRouter.MessagesRequestThinking? Type1325 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf0InputSchema? Type1326 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoiceOneOf0Type? Type1326 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf0Type? Type1327 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoice0? Type1327 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems0? Type1328 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoiceOneOf1Type? Type1328 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf1Name? Type1329 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoice1? Type1329 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf1Type? Type1330 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoiceOneOf2Type? Type1330 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems1? Type1331 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoice2? Type1331 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf2Name? Type1332 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoiceOneOf3Type? Type1332 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf2Type? Type1333 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoice3? Type1333 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems2? Type1334 { get; set; }
+ public global::OpenRouter.MessagesRequestToolChoice? Type1334 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf3Name? Type1335 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf0InputSchema? Type1335 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf3Type? Type1336 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf0Type? Type1336 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchToolUserLocationType? Type1337 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems0? Type1337 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchToolUserLocation? Type1338 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf1Name? Type1338 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems3? Type1339 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf1Type? Type1339 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicAllowedCallersItems? Type1340 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems1? Type1340 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1341 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf2Name? Type1341 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf4Name? Type1342 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf2Type? Type1342 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf4Type? Type1343 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems2? Type1343 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems4? Type1344 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf3Name? Type1344 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf5CachingType? Type1345 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf3Type? Type1345 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf5Caching? Type1346 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchToolUserLocationType? Type1346 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf5Name? Type1347 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchToolUserLocation? Type1347 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItemsOneOf5Type? Type1348 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems3? Type1348 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems5? Type1349 { get; set; }
+ public global::OpenRouter.AnthropicAllowedCallersItems? Type1349 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems12? Type1350 { get; set; }
+ public global::System.Collections.Generic.IList? Type1350 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequestToolsItems? Type1351 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf4Name? Type1351 { get; set; }
///
///
///
- public global::OpenRouter.MessagesRequest? Type1352 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf4Type? Type1352 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1353 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems4? Type1353 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1354 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf5CachingType? Type1354 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1355 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf5Caching? Type1355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1356 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf5Name? Type1356 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1357 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItemsOneOf5Type? Type1357 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicContainer? Type1358 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems5? Type1358 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionOutputType? Type1359 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems12? Type1359 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionOutput? Type1360 { get; set; }
+ public global::OpenRouter.MessagesRequestToolsItems? Type1360 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionResultType? Type1361 { get; set; }
+ public global::OpenRouter.MessagesRequest? Type1361 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionToolResultErrorErrorCode? Type1362 { get; set; }
+ public global::OpenRouter.OneOf? Type1362 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionToolResultErrorType? Type1363 { get; set; }
+ public global::System.Collections.Generic.IList? Type1363 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionContent? Type1364 { get; set; }
+ public global::System.Collections.Generic.IList? Type1364 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionContentVariant1? Type1365 { get; set; }
+ public global::System.Collections.Generic.IList? Type1365 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1366 { get; set; }
+ public global::System.Collections.Generic.IList? Type1366 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionContentVariant2? Type1367 { get; set; }
+ public global::OpenRouter.AnthropicContainer? Type1367 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionContentDiscriminator? Type1368 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionOutputType? Type1368 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicBashCodeExecutionContentDiscriminatorType? Type1369 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionOutput? Type1369 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionOutputType? Type1370 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionResultType? Type1370 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionOutput? Type1371 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionToolResultErrorErrorCode? Type1371 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionResultType? Type1372 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionToolResultErrorType? Type1372 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicServerToolErrorCode? Type1373 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionContent? Type1373 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionToolResultErrorType? Type1374 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionContentVariant1? Type1374 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicEncryptedCodeExecutionResultType? Type1375 { get; set; }
+ public global::System.Collections.Generic.IList? Type1375 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContent? Type1376 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionContentVariant2? Type1376 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContentVariant1? Type1377 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionContentDiscriminator? Type1377 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1378 { get; set; }
+ public global::OpenRouter.AnthropicBashCodeExecutionContentDiscriminatorType? Type1378 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContentVariant2? Type1379 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionOutputType? Type1379 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContentVariant3? Type1380 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionOutput? Type1380 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContentDiscriminator? Type1381 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionResultType? Type1381 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCodeExecutionContentDiscriminatorType? Type1382 { get; set; }
+ public global::OpenRouter.AnthropicServerToolErrorCode? Type1382 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCaller? Type1383 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionToolResultErrorType? Type1383 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant1? Type1384 { get; set; }
+ public global::OpenRouter.AnthropicEncryptedCodeExecutionResultType? Type1384 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant1Type? Type1385 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContent? Type1385 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant2? Type1386 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContentVariant1? Type1386 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant2Type? Type1387 { get; set; }
+ public global::System.Collections.Generic.IList? Type1387 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant3? Type1388 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContentVariant2? Type1388 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerVariant3Type? Type1389 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContentVariant3? Type1389 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerDiscriminator? Type1390 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContentDiscriminator? Type1390 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicNullableCallerDiscriminatorType? Type1391 { get; set; }
+ public global::OpenRouter.AnthropicCodeExecutionContentDiscriminatorType? Type1391 { get; set; }
///
///
///
- public global::OpenRouter.OrAnthropicServerToolUseBlockType? Type1392 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCaller? Type1392 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitation? Type1393 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant1? Type1393 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant1? Type1394 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant1Type? Type1394 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant1Type? Type1395 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant2? Type1395 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant2? Type1396 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant2Type? Type1396 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant2Type? Type1397 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant3? Type1397 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant3? Type1398 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerVariant3Type? Type1398 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant3Type? Type1399 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerDiscriminator? Type1399 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant4? Type1400 { get; set; }
+ public global::OpenRouter.ORAnthropicNullableCallerDiscriminatorType? Type1400 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant4Type? Type1401 { get; set; }
+ public global::OpenRouter.OrAnthropicServerToolUseBlockType? Type1401 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant5? Type1402 { get; set; }
+ public global::OpenRouter.AnthropicTextCitation? Type1402 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationVariant5Type? Type1403 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant1? Type1403 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationDiscriminator? Type1404 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant1Type? Type1404 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextCitationDiscriminatorType? Type1405 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant2? Type1405 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionCreateResultType? Type1406 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant2Type? Type1406 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionStrReplaceResultType? Type1407 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant3? Type1407 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionToolResultErrorErrorCode? Type1408 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant3Type? Type1408 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionToolResultErrorType? Type1409 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant4? Type1409 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionViewResultFileType? Type1410 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant4Type? Type1410 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionViewResultType? Type1411 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant5? Type1411 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContent? Type1412 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationVariant5Type? Type1412 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant1? Type1413 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationDiscriminator? Type1413 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant2? Type1414 { get; set; }
+ public global::OpenRouter.AnthropicTextCitationDiscriminatorType? Type1414 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant3? Type1415 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionCreateResultType? Type1415 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant4? Type1416 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionStrReplaceResultType? Type1416 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentDiscriminator? Type1417 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionToolResultErrorErrorCode? Type1417 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicTextEditorCodeExecutionContentDiscriminatorType? Type1418 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionToolResultErrorType? Type1418 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchResultErrorType? Type1419 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionViewResultFileType? Type1419 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolReferenceType? Type1420 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionViewResultType? Type1420 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolReference? Type1421 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContent? Type1421 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchResultType? Type1422 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant1? Type1422 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchContent? Type1423 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant2? Type1423 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchContentVariant1? Type1424 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant3? Type1424 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchContentVariant2? Type1425 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentVariant4? Type1425 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1426 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentDiscriminator? Type1426 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchContentDiscriminator? Type1427 { get; set; }
+ public global::OpenRouter.AnthropicTextEditorCodeExecutionContentDiscriminatorType? Type1427 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicToolSearchContentDiscriminatorType? Type1428 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchResultErrorType? Type1428 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCaller? Type1429 { get; set; }
+ public global::OpenRouter.AnthropicToolReferenceType? Type1429 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant1? Type1430 { get; set; }
+ public global::OpenRouter.AnthropicToolReference? Type1430 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant1Type? Type1431 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchResultType? Type1431 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant2? Type1432 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchContent? Type1432 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant2Type? Type1433 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchContentVariant1? Type1433 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant3? Type1434 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchContentVariant2? Type1434 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerVariant3Type? Type1435 { get; set; }
+ public global::System.Collections.Generic.IList? Type1435 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerDiscriminator? Type1436 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchContentDiscriminator? Type1436 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCallerDiscriminatorType? Type1437 { get; set; }
+ public global::OpenRouter.AnthropicToolSearchContentDiscriminatorType? Type1437 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCitationsConfig? Type1438 { get; set; }
+ public global::OpenRouter.AnthropicCaller? Type1438 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockSource? Type1439 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant1? Type1439 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlockType? Type1440 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant1Type? Type1440 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicDocumentBlock? Type1441 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant2? Type1441 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchToolResultErrorErrorCode? Type1442 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant2Type? Type1442 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchToolResultErrorType? Type1443 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant3? Type1443 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContent? Type1444 { get; set; }
+ public global::OpenRouter.AnthropicCallerVariant3Type? Type1444 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContentVariant1? Type1445 { get; set; }
+ public global::OpenRouter.AnthropicCallerDiscriminator? Type1445 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContentVariant1Type? Type1446 { get; set; }
+ public global::OpenRouter.AnthropicCallerDiscriminatorType? Type1446 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContentVariant2? Type1447 { get; set; }
+ public global::OpenRouter.AnthropicCitationsConfig? Type1447 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContentDiscriminator? Type1448 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockSource? Type1448 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebFetchContentDiscriminatorType? Type1449 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlockType? Type1449 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchResultType? Type1450 { get; set; }
+ public global::OpenRouter.AnthropicDocumentBlock? Type1450 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchResult? Type1451 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchToolResultErrorErrorCode? Type1451 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1452 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchToolResultErrorType? Type1452 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchToolResultErrorErrorCode? Type1453 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContent? Type1453 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchToolResultErrorType? Type1454 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContentVariant1? Type1454 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicWebSearchToolResultError? Type1455 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContentVariant1Type? Type1455 { get; set; }
///
///
///
- public global::OpenRouter.OrAnthropicContentBlockDiscriminatorMappingWebSearchToolResultContent? Type1456 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContentVariant2? Type1456 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlock? Type1457 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContentDiscriminator? Type1457 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant1? Type1458 { get; set; }
+ public global::OpenRouter.AnthropicWebFetchContentDiscriminatorType? Type1458 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant1Type? Type1459 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchResultType? Type1459 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant2? Type1460 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchResult? Type1460 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant2Type? Type1461 { get; set; }
+ public global::System.Collections.Generic.IList? Type1461 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant3? Type1462 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchToolResultErrorErrorCode? Type1462 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant3Type? Type1463 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchToolResultErrorType? Type1463 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant4? Type1464 { get; set; }
+ public global::OpenRouter.AnthropicWebSearchToolResultError? Type1464 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant4Type? Type1465 { get; set; }
+ public global::OpenRouter.OrAnthropicContentBlockDiscriminatorMappingWebSearchToolResultContent? Type1465 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant5? Type1466 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlock? Type1466 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant5Type? Type1467 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant1? Type1467 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant6? Type1468 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant1Type? Type1468 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant6Type? Type1469 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant2? Type1469 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant7? Type1470 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant2Type? Type1470 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant8? Type1471 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant3? Type1471 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant8Type? Type1472 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant3Type? Type1472 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1473 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant4? Type1473 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant9? Type1474 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant4Type? Type1474 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant9Type? Type1475 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant5? Type1475 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant10? Type1476 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant5Type? Type1476 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant10Type? Type1477 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant6? Type1477 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant11? Type1478 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant6Type? Type1478 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant11Type? Type1479 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant7? Type1479 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant12? Type1480 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant8? Type1480 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant12Type? Type1481 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant8Type? Type1481 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant13? Type1482 { get; set; }
+ public global::System.Collections.Generic.IList? Type1482 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant13Type? Type1483 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant9? Type1483 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant14? Type1484 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant9Type? Type1484 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockVariant14Type? Type1485 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant10? Type1485 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockDiscriminator? Type1486 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant10Type? Type1486 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicContentBlockDiscriminatorType? Type1487 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant11? Type1487 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResultRole? Type1488 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant11Type? Type1488 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicRefusalStopDetailsCategory? Type1489 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant12? Type1489 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicRefusalStopDetailsType? Type1490 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant12Type? Type1490 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicRefusalStopDetails? Type1491 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant13? Type1491 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1492 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant13Type? Type1492 { get; set; }
///
///
///
- public global::OpenRouter.ORAnthropicStopReason? Type1493 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant14? Type1493 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResultType? Type1494 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockVariant14Type? Type1494 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicCacheCreation? Type1495 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockDiscriminator? Type1495 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicOutputTokensDetails? Type1496 { get; set; }
+ public global::OpenRouter.ORAnthropicContentBlockDiscriminatorType? Type1496 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicServerToolUsage? Type1497 { get; set; }
+ public global::OpenRouter.MessagesResultRole? Type1497 { get; set; }
///
///
///
- public global::OpenRouter.AnthropicServiceTier? Type1498 { get; set; }
+ public global::OpenRouter.AnthropicRefusalStopDetailsCategory? Type1498 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResultUsage? Type1499 { get; set; }
+ public global::OpenRouter.AnthropicRefusalStopDetailsType? Type1499 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResultContextManagementAppliedEditsItems? Type1500 { get; set; }
+ public global::OpenRouter.AnthropicRefusalStopDetails? Type1500 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResultContextManagement? Type1501 { get; set; }
+ public global::OpenRouter.OneOf? Type1501 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1502 { get; set; }
+ public global::OpenRouter.ORAnthropicStopReason? Type1502 { get; set; }
///
///
///
- public global::OpenRouter.MessagesResult? Type1503 { get; set; }
+ public global::OpenRouter.MessagesResultType? Type1503 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1504 { get; set; }
+ public global::OpenRouter.AnthropicCacheCreation? Type1504 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1505 { get; set; }
+ public global::OpenRouter.AnthropicOutputTokensDetails? Type1505 { get; set; }
///
///
///
- public global::OpenRouter.MessagesErrorDetail? Type1506 { get; set; }
+ public global::OpenRouter.AnthropicServerToolUsage? Type1506 { get; set; }
///
///
///
- public global::OpenRouter.MessagesErrorResponseType? Type1507 { get; set; }
+ public global::OpenRouter.AnthropicServiceTier? Type1507 { get; set; }
///
///
///
- public global::OpenRouter.MessagesErrorResponse? Type1508 { get; set; }
+ public global::OpenRouter.MessagesResultUsage? Type1508 { get; set; }
///
///
///
- public global::OpenRouter.ModelResponse? Type1509 { get; set; }
+ public global::OpenRouter.MessagesResultContextManagementAppliedEditsItems? Type1509 { get; set; }
///
///
///
- public global::OpenRouter.ModelsGetParametersCategory? Type1510 { get; set; }
+ public global::OpenRouter.MessagesResultContextManagement? Type1510 { get; set; }
///
///
///
- public global::OpenRouter.ModelsGetParametersSort? Type1511 { get; set; }
+ public global::System.Collections.Generic.IList? Type1511 { get; set; }
///
///
///
- public global::OpenRouter.ModelsGetParametersDistillable? Type1512 { get; set; }
+ public global::OpenRouter.MessagesResult? Type1512 { get; set; }
///
///
///
- public global::OpenRouter.ModelsGetParametersZdr? Type1513 { get; set; }
+ public global::System.Collections.Generic.IList? Type1513 { get; set; }
///
///
///
- public global::OpenRouter.ModelsGetParametersRegion? Type1514 { get; set; }
+ public global::OpenRouter.OneOf? Type1514 { get; set; }
///
///
///
- public global::OpenRouter.ModelsCountResponseData? Type1515 { get; set; }
+ public global::OpenRouter.MessagesErrorDetail? Type1515 { get; set; }
///
///
///
- public global::OpenRouter.ModelsCountResponse? Type1516 { get; set; }
+ public global::OpenRouter.MessagesErrorResponseType? Type1516 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingArizeConfig? Type1517 { get; set; }
+ public global::OpenRouter.MessagesErrorResponse? Type1517 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsLogic? Type1518 { get; set; }
+ public global::OpenRouter.ModelResponse? Type1518 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsField? Type1519 { get; set; }
+ public global::OpenRouter.ModelsGetParametersCategory? Type1519 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsOperator? Type1520 { get; set; }
+ public global::OpenRouter.ModelsGetParametersSort? Type1520 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsValue? Type1521 { get; set; }
+ public global::OpenRouter.ModelsGetParametersDistillable? Type1521 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItems? Type1522 { get; set; }
+ public global::OpenRouter.ModelsGetParametersZdr? Type1522 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItems? Type1523 { get; set; }
+ public global::OpenRouter.ModelsGetParametersRegion? Type1523 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1524 { get; set; }
+ public global::OpenRouter.ModelsCountResponseData? Type1524 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityFilterRulesConfig? Type1525 { get; set; }
+ public global::OpenRouter.ModelsCountResponse? Type1525 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1526 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingArizeConfig? Type1526 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingBraintrustConfig? Type1527 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsLogic? Type1527 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingClickhouseConfig? Type1528 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsField? Type1528 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingDatadogConfig? Type1529 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsOperator? Type1529 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingGrafanaConfig? Type1530 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItemsValue? Type1530 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingLangfuseConfig? Type1531 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItemsRulesItems? Type1531 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingLangsmithConfig? Type1532 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfigGroupsItems? Type1532 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingNewrelicConfigRegion? Type1533 { get; set; }
+ public global::System.Collections.Generic.IList? Type1533 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingNewrelicConfig? Type1534 { get; set; }
+ public global::OpenRouter.ObservabilityFilterRulesConfig? Type1534 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingOpikConfig? Type1535 { get; set; }
+ public global::System.Collections.Generic.IList? Type1535 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingOtelCollectorConfig? Type1536 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingBraintrustConfig? Type1536 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingPosthogConfig? Type1537 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingClickhouseConfig? Type1537 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingRampConfig? Type1538 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingDatadogConfig? Type1538 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingS3Config? Type1539 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingGrafanaConfig? Type1539 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingSentryConfig? Type1540 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingLangfuseConfig? Type1540 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingSnowflakeConfig? Type1541 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingLangsmithConfig? Type1541 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWeaveConfig? Type1542 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingNewrelicConfigRegion? Type1542 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWebhookConfigMethod? Type1543 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingNewrelicConfig? Type1543 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWebhookConfig? Type1544 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingOpikConfig? Type1544 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestination? Type1545 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingOtelCollectorConfig? Type1545 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant1? Type1546 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingPosthogConfig? Type1546 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant1Type? Type1547 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingRampConfig? Type1547 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant2? Type1548 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingS3Config? Type1548 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant2Type? Type1549 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingSentryConfig? Type1549 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant3? Type1550 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingSnowflakeConfig? Type1550 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant3Type? Type1551 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWeaveConfig? Type1551 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant4? Type1552 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWebhookConfigMethod? Type1552 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant4Type? Type1553 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorMappingWebhookConfig? Type1553 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant5? Type1554 { get; set; }
+ public global::OpenRouter.ObservabilityDestination? Type1554 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant5Type? Type1555 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant1? Type1555 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant6? Type1556 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant1Type? Type1556 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant6Type? Type1557 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant2? Type1557 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant7? Type1558 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant2Type? Type1558 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant7Type? Type1559 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant3? Type1559 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant8? Type1560 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant3Type? Type1560 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant8Type? Type1561 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant4? Type1561 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant9? Type1562 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant4Type? Type1562 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant9Type? Type1563 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant5? Type1563 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant10? Type1564 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant5Type? Type1564 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant10Type? Type1565 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant6? Type1565 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant11? Type1566 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant6Type? Type1566 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant11Type? Type1567 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant7? Type1567 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant12? Type1568 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant7Type? Type1568 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant12Type? Type1569 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant8? Type1569 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant13? Type1570 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant8Type? Type1570 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant13Type? Type1571 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant9? Type1571 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant14? Type1572 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant9Type? Type1572 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant14Type? Type1573 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant10? Type1573 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant15? Type1574 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant10Type? Type1574 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant15Type? Type1575 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant11? Type1575 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant16? Type1576 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant11Type? Type1576 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant16Type? Type1577 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant12? Type1577 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant17? Type1578 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant12Type? Type1578 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationVariant17Type? Type1579 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant13? Type1579 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationDiscriminator? Type1580 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant13Type? Type1580 { get; set; }
///
///
///
- public global::OpenRouter.ObservabilityDestinationDiscriminatorType? Type1581 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant14? Type1581 { get; set; }
///
///
///
- public global::OpenRouter.ListObservabilityDestinationsResponse? Type1582 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant14Type? Type1582 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1583 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant15? Type1583 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationRequestType? Type1584 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant15Type? Type1584 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationRequest? Type1585 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant16? Type1585 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseData? Type1586 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant16Type? Type1586 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant1? Type1587 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant17? Type1587 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant1Type? Type1588 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationVariant17Type? Type1588 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant2? Type1589 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationDiscriminator? Type1589 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant2Type? Type1590 { get; set; }
+ public global::OpenRouter.ObservabilityDestinationDiscriminatorType? Type1590 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant3? Type1591 { get; set; }
+ public global::OpenRouter.ListObservabilityDestinationsResponse? Type1591 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant3Type? Type1592 { get; set; }
+ public global::System.Collections.Generic.IList? Type1592 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant4? Type1593 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationRequestType? Type1593 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant4Type? Type1594 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationRequest? Type1594 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant5? Type1595 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseData? Type1595 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant5Type? Type1596 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant1? Type1596 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant6? Type1597 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant1Type? Type1597 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant6Type? Type1598 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant2? Type1598 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant7? Type1599 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant2Type? Type1599 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant7Type? Type1600 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant3? Type1600 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant8? Type1601 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant3Type? Type1601 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant8Type? Type1602 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant4? Type1602 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant9? Type1603 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant4Type? Type1603 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant9Type? Type1604 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant5? Type1604 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant10? Type1605 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant5Type? Type1605 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant10Type? Type1606 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant6? Type1606 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant11? Type1607 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant6Type? Type1607 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant11Type? Type1608 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant7? Type1608 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant12? Type1609 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant7Type? Type1609 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant12Type? Type1610 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant8? Type1610 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant13? Type1611 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant8Type? Type1611 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant13Type? Type1612 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant9? Type1612 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant14? Type1613 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant9Type? Type1613 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant14Type? Type1614 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant10? Type1614 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant15? Type1615 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant10Type? Type1615 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant15Type? Type1616 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant11? Type1616 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant16? Type1617 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant11Type? Type1617 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant16Type? Type1618 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant12? Type1618 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant17? Type1619 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant12Type? Type1619 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant17Type? Type1620 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant13? Type1620 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataDiscriminator? Type1621 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant13Type? Type1621 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponseDataDiscriminatorType? Type1622 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant14? Type1622 { get; set; }
///
///
///
- public global::OpenRouter.CreateObservabilityDestinationResponse? Type1623 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant14Type? Type1623 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseData? Type1624 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant15? Type1624 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant1? Type1625 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant15Type? Type1625 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant1Type? Type1626 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant16? Type1626 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant2? Type1627 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant16Type? Type1627 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant2Type? Type1628 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant17? Type1628 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant3? Type1629 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataVariant17Type? Type1629 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant3Type? Type1630 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataDiscriminator? Type1630 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant4? Type1631 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponseDataDiscriminatorType? Type1631 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant4Type? Type1632 { get; set; }
+ public global::OpenRouter.CreateObservabilityDestinationResponse? Type1632 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant5? Type1633 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseData? Type1633 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant5Type? Type1634 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant1? Type1634 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant6? Type1635 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant1Type? Type1635 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant6Type? Type1636 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant2? Type1636 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant7? Type1637 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant2Type? Type1637 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant7Type? Type1638 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant3? Type1638 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant8? Type1639 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant3Type? Type1639 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant8Type? Type1640 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant4? Type1640 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant9? Type1641 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant4Type? Type1641 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant9Type? Type1642 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant5? Type1642 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant10? Type1643 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant5Type? Type1643 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant10Type? Type1644 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant6? Type1644 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant11? Type1645 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant6Type? Type1645 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant11Type? Type1646 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant7? Type1646 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant12? Type1647 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant7Type? Type1647 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant12Type? Type1648 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant8? Type1648 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant13? Type1649 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant8Type? Type1649 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant13Type? Type1650 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant9? Type1650 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant14? Type1651 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant9Type? Type1651 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant14Type? Type1652 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant10? Type1652 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant15? Type1653 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant10Type? Type1653 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant15Type? Type1654 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant11? Type1654 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant16? Type1655 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant11Type? Type1655 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant16Type? Type1656 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant12? Type1656 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant17? Type1657 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant12Type? Type1657 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataVariant17Type? Type1658 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant13? Type1658 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataDiscriminator? Type1659 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant13Type? Type1659 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponseDataDiscriminatorType? Type1660 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant14? Type1660 { get; set; }
///
///
///
- public global::OpenRouter.GetObservabilityDestinationResponse? Type1661 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant14Type? Type1661 { get; set; }
///
///
///
- public global::OpenRouter.DeleteObservabilityDestinationResponse? Type1662 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant15? Type1662 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsLogic? Type1663 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant15Type? Type1663 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsField? Type1664 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant16? Type1664 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsOperator? Type1665 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant16Type? Type1665 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsValue? Type1666 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant17? Type1666 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItems? Type1667 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataVariant17Type? Type1667 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItems? Type1668 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataDiscriminator? Type1668 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1669 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponseDataDiscriminatorType? Type1669 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRules? Type1670 { get; set; }
+ public global::OpenRouter.GetObservabilityDestinationResponse? Type1670 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1671 { get; set; }
+ public global::OpenRouter.DeleteObservabilityDestinationResponse? Type1671 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationRequest? Type1672 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsLogic? Type1672 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseData? Type1673 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsField? Type1673 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant1? Type1674 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsOperator? Type1674 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant1Type? Type1675 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItemsValue? Type1675 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant2? Type1676 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItemsRulesItems? Type1676 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant2Type? Type1677 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRulesGroupsItems? Type1677 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant3? Type1678 { get; set; }
+ public global::System.Collections.Generic.IList? Type1678 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant3Type? Type1679 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequestFilterRules? Type1679 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant4? Type1680 { get; set; }
+ public global::System.Collections.Generic.IList? Type1680 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant4Type? Type1681 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationRequest? Type1681 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant5? Type1682 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseData? Type1682 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant5Type? Type1683 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant1? Type1683 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant6? Type1684 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant1Type? Type1684 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant6Type? Type1685 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant2? Type1685 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant7? Type1686 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant2Type? Type1686 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant7Type? Type1687 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant3? Type1687 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant8? Type1688 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant3Type? Type1688 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant8Type? Type1689 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant4? Type1689 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant9? Type1690 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant4Type? Type1690 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant9Type? Type1691 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant5? Type1691 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant10? Type1692 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant5Type? Type1692 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant10Type? Type1693 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant6? Type1693 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant11? Type1694 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant6Type? Type1694 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant11Type? Type1695 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant7? Type1695 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant12? Type1696 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant7Type? Type1696 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant12Type? Type1697 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant8? Type1697 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant13? Type1698 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant8Type? Type1698 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant13Type? Type1699 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant9? Type1699 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant14? Type1700 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant9Type? Type1700 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant14Type? Type1701 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant10? Type1701 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant15? Type1702 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant10Type? Type1702 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant15Type? Type1703 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant11? Type1703 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant16? Type1704 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant11Type? Type1704 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant16Type? Type1705 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant12? Type1705 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant17? Type1706 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant12Type? Type1706 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant17Type? Type1707 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant13? Type1707 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminator? Type1708 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant13Type? Type1708 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorType? Type1709 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant14? Type1709 { get; set; }
///
///
///
- public global::OpenRouter.UpdateObservabilityDestinationResponse? Type1710 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant14Type? Type1710 { get; set; }
///
///
///
- public global::OpenRouter.OrganizationMembersGetResponsesContentApplicationJsonSchemaDataItemsRole? Type1711 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant15? Type1711 { get; set; }
///
///
///
- public global::OpenRouter.OrganizationMembersGetResponsesContentApplicationJsonSchemaDataItems? Type1712 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant15Type? Type1712 { get; set; }
///
///
///
- public global::OpenRouter.OrganizationListOrganizationMembersResponse200? Type1713 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant16? Type1713 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1714 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant16Type? Type1714 { get; set; }
///
///
///
- public global::OpenRouter.PresetStatus? Type1715 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant17? Type1715 { get; set; }
///
///
///
- public global::OpenRouter.Preset? Type1716 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataVariant17Type? Type1716 { get; set; }
///
///
///
- public global::OpenRouter.ListPresetsResponse? Type1717 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminator? Type1717 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1718 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponseDataDiscriminatorType? Type1718 { get; set; }
///
///
///
- public global::OpenRouter.PresetDesignatedVersion? Type1719 { get; set; }
+ public global::OpenRouter.UpdateObservabilityDestinationResponse? Type1719 { get; set; }
///
///
///
- public global::OpenRouter.PresetWithDesignatedVersion? Type1720 { get; set; }
+ public global::OpenRouter.OrganizationMembersGetResponsesContentApplicationJsonSchemaDataItemsRole? Type1720 { get; set; }
///
///
///
- public global::OpenRouter.GetPresetResponse? Type1721 { get; set; }
+ public global::OpenRouter.OrganizationMembersGetResponsesContentApplicationJsonSchemaDataItems? Type1721 { get; set; }
///
///
///
- public global::OpenRouter.CreatePresetFromInferenceResponse? Type1722 { get; set; }
+ public global::OpenRouter.OrganizationListOrganizationMembersResponse200? Type1722 { get; set; }
///
///
///
- public global::OpenRouter.ListPresetVersionsResponse? Type1723 { get; set; }
+ public global::System.Collections.Generic.IList? Type1723 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1724 { get; set; }
+ public global::OpenRouter.PresetStatus? Type1724 { get; set; }
///
///
///
- public global::OpenRouter.GetPresetVersionResponse? Type1725 { get; set; }
+ public global::OpenRouter.Preset? Type1725 { get; set; }
///
///
///
- public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItemsDatacentersItems? Type1726 { get; set; }
+ public global::OpenRouter.ListPresetsResponse? Type1726 { get; set; }
///
///
///
- public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItemsHeadquarters? Type1727 { get; set; }
+ public global::System.Collections.Generic.IList? Type1727 { get; set; }
///
///
///
- public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItems? Type1728 { get; set; }
+ public global::OpenRouter.PresetDesignatedVersion? Type1728 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1729 { get; set; }
+ public global::OpenRouter.PresetWithDesignatedVersion? Type1729 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1730 { get; set; }
+ public global::OpenRouter.GetPresetResponse? Type1730 { get; set; }
///
///
///
- public global::OpenRouter.ProvidersListProvidersResponse200? Type1731 { get; set; }
+ public global::OpenRouter.CreatePresetFromInferenceResponse? Type1731 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1732 { get; set; }
+ public global::OpenRouter.ListPresetVersionsResponse? Type1732 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaDocumentsItems1? Type1733 { get; set; }
+ public global::System.Collections.Generic.IList? Type1733 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaDocumentsItems? Type1734 { get; set; }
+ public global::OpenRouter.GetPresetVersionResponse? Type1734 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderDataCollection? Type1735 { get; set; }
+ public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItemsDatacentersItems? Type1735 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderIgnoreItems? Type1736 { get; set; }
+ public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItemsHeadquarters? Type1736 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderMaxPrice? Type1737 { get; set; }
+ public global::OpenRouter.ProvidersGetResponsesContentApplicationJsonSchemaDataItems? Type1737 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderOnlyItems? Type1738 { get; set; }
+ public global::System.Collections.Generic.IList? Type1738 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderOrderItems? Type1739 { get; set; }
+ public global::OpenRouter.OneOf? Type1739 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderSort? Type1740 { get; set; }
+ public global::OpenRouter.ProvidersListProvidersResponse200? Type1740 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProvider? Type1741 { get; set; }
+ public global::System.Collections.Generic.IList? Type1741 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1742 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaDocumentsItems1? Type1742 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1743 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaDocumentsItems? Type1743 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1744 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderDataCollection? Type1744 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1745 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderIgnoreItems? Type1745 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaResultsItemsDocument? Type1746 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderMaxPrice? Type1746 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaResultsItems? Type1747 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderOnlyItems? Type1747 { get; set; }
///
///
///
- public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaUsage? Type1748 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderOrderItems? Type1748 { get; set; }
///
///
///
- public global::OpenRouter.RerankCreateRerankResponse200? Type1749 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProviderSort? Type1749 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1750 { get; set; }
+ public global::OpenRouter.RerankPostRequestBodyContentApplicationJsonSchemaProvider? Type1750 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationRequestAspectRatio? Type1751 { get; set; }
+ public global::OpenRouter.OneOf? Type1751 { get; set; }
///
///
///
- public global::OpenRouter.FrameImageImageUrl? Type1752 { get; set; }
+ public global::System.Collections.Generic.IList? Type1752 { get; set; }
///
///
///
- public global::OpenRouter.FrameImageType? Type1753 { get; set; }
+ public global::System.Collections.Generic.IList? Type1753 { get; set; }
///
///
///
- public global::OpenRouter.FrameImageFrameType? Type1754 { get; set; }
+ public global::System.Collections.Generic.IList? Type1754 { get; set; }
///
///
///
- public global::OpenRouter.FrameImage? Type1755 { get; set; }
+ public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaResultsItemsDocument? Type1755 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceDiscriminatorMappingAudioUrlAudioUrl? Type1756 { get; set; }
+ public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaResultsItems? Type1756 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceDiscriminatorMappingVideoUrlVideoUrl? Type1757 { get; set; }
+ public global::OpenRouter.RerankPostResponsesContentApplicationJsonSchemaUsage? Type1757 { get; set; }
///
///
///
- public global::OpenRouter.InputReference? Type1758 { get; set; }
+ public global::OpenRouter.RerankCreateRerankResponse200? Type1758 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant1? Type1759 { get; set; }
+ public global::System.Collections.Generic.IList? Type1759 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant1Type? Type1760 { get; set; }
+ public global::OpenRouter.VideoGenerationRequestAspectRatio? Type1760 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant2? Type1761 { get; set; }
+ public global::OpenRouter.FrameImageImageUrl? Type1761 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant2Type? Type1762 { get; set; }
+ public global::OpenRouter.FrameImageType? Type1762 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant3? Type1763 { get; set; }
+ public global::OpenRouter.FrameImageFrameType? Type1763 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceVariant3Type? Type1764 { get; set; }
+ public global::OpenRouter.FrameImage? Type1764 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceDiscriminator? Type1765 { get; set; }
+ public global::OpenRouter.InputReferenceDiscriminatorMappingAudioUrlAudioUrl? Type1765 { get; set; }
///
///
///
- public global::OpenRouter.InputReferenceDiscriminatorType? Type1766 { get; set; }
+ public global::OpenRouter.InputReferenceDiscriminatorMappingVideoUrlVideoUrl? Type1766 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationRequestProviderOptions? Type1767 { get; set; }
+ public global::OpenRouter.InputReference? Type1767 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationRequestProvider? Type1768 { get; set; }
+ public global::OpenRouter.InputReferenceVariant1? Type1768 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationRequestResolution? Type1769 { get; set; }
+ public global::OpenRouter.InputReferenceVariant1Type? Type1769 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationRequest? Type1770 { get; set; }
+ public global::OpenRouter.InputReferenceVariant2? Type1770 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1771 { get; set; }
+ public global::OpenRouter.InputReferenceVariant2Type? Type1771 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1772 { get; set; }
+ public global::OpenRouter.InputReferenceVariant3? Type1772 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationResponseStatus? Type1773 { get; set; }
+ public global::OpenRouter.InputReferenceVariant3Type? Type1773 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationUsage? Type1774 { get; set; }
+ public global::OpenRouter.InputReferenceDiscriminator? Type1774 { get; set; }
///
///
///
- public global::OpenRouter.VideoGenerationResponse? Type1775 { get; set; }
+ public global::OpenRouter.InputReferenceDiscriminatorType? Type1775 { get; set; }
///
///
///
- public global::OpenRouter.VideoModelSupportedAspectRatiosItems? Type1776 { get; set; }
+ public global::OpenRouter.VideoGenerationRequestProviderOptions? Type1776 { get; set; }
///
///
///
- public global::OpenRouter.VideoModelSupportedFrameImagesItems? Type1777 { get; set; }
+ public global::OpenRouter.VideoGenerationRequestProvider? Type1777 { get; set; }
///
///
///
- public global::OpenRouter.VideoModelSupportedResolutionsItems? Type1778 { get; set; }
+ public global::OpenRouter.VideoGenerationRequestResolution? Type1778 { get; set; }
///
///
///
- public global::OpenRouter.VideoModelSupportedSizesItems? Type1779 { get; set; }
+ public global::OpenRouter.VideoGenerationRequest? Type1779 { get; set; }
///
///
///
- public global::OpenRouter.VideoModel? Type1780 { get; set; }
+ public global::System.Collections.Generic.IList? Type1780 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1781 { get; set; }
+ public global::System.Collections.Generic.IList? Type1781 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1782 { get; set; }
+ public global::OpenRouter.VideoGenerationResponseStatus? Type1782 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1783 { get; set; }
+ public global::OpenRouter.VideoGenerationUsage? Type1783 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1784 { get; set; }
+ public global::OpenRouter.VideoGenerationResponse? Type1784 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1785 { get; set; }
+ public global::OpenRouter.VideoModelSupportedAspectRatiosItems? Type1785 { get; set; }
///
///
///
- public global::OpenRouter.VideoModelsListResponse? Type1786 { get; set; }
+ public global::OpenRouter.VideoModelSupportedFrameImagesItems? Type1786 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1787 { get; set; }
+ public global::OpenRouter.VideoModelSupportedResolutionsItems? Type1787 { get; set; }
///
///
///
- public global::OpenRouter.Workspace? Type1788 { get; set; }
+ public global::OpenRouter.VideoModelSupportedSizesItems? Type1788 { get; set; }
///
///
///
- public global::OpenRouter.ListWorkspacesResponse? Type1789 { get; set; }
+ public global::OpenRouter.VideoModel? Type1789 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1790 { get; set; }
+ public global::System.Collections.Generic.IList? Type1790 { get; set; }
///
///
///
- public global::OpenRouter.CreateWorkspaceRequest? Type1791 { get; set; }
+ public global::System.Collections.Generic.IList? Type1791 { get; set; }
///
///
///
- public global::OpenRouter.CreateWorkspaceResponseData? Type1792 { get; set; }
+ public global::System.Collections.Generic.IList? Type1792 { get; set; }
///
///
///
- public global::OpenRouter.CreateWorkspaceResponse? Type1793 { get; set; }
+ public global::System.Collections.Generic.IList? Type1793 { get; set; }
///
///
///
- public global::OpenRouter.GetWorkspaceResponseData? Type1794 { get; set; }
+ public global::System.Collections.Generic.IList? Type1794 { get; set; }
///
///
///
- public global::OpenRouter.GetWorkspaceResponse? Type1795 { get; set; }
+ public global::OpenRouter.VideoModelsListResponse? Type1795 { get; set; }
///
///
///
- public global::OpenRouter.DeleteWorkspaceResponse? Type1796 { get; set; }
+ public global::System.Collections.Generic.IList? Type1796 { get; set; }
///
///
///
- public global::OpenRouter.UpdateWorkspaceRequest? Type1797 { get; set; }
+ public global::OpenRouter.Workspace? Type1797 { get; set; }
///
///
///
- public global::OpenRouter.UpdateWorkspaceResponseData? Type1798 { get; set; }
+ public global::OpenRouter.ListWorkspacesResponse? Type1798 { get; set; }
///
///
///
- public global::OpenRouter.UpdateWorkspaceResponse? Type1799 { get; set; }
+ public global::System.Collections.Generic.IList? Type1799 { get; set; }
///
///
///
- public global::OpenRouter.WorkspaceBudgetResetInterval? Type1800 { get; set; }
+ public global::OpenRouter.CreateWorkspaceRequest? Type1800 { get; set; }
///
///
///
- public global::OpenRouter.WorkspaceBudget? Type1801 { get; set; }
+ public global::OpenRouter.CreateWorkspaceResponseData? Type1801 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1802 { get; set; }
+ public global::OpenRouter.CreateWorkspaceResponse? Type1802 { get; set; }
///
///
///
- public global::OpenRouter.ListWorkspaceBudgetsResponse? Type1803 { get; set; }
+ public global::OpenRouter.GetWorkspaceResponseData? Type1803 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1804 { get; set; }
+ public global::OpenRouter.GetWorkspaceResponse? Type1804 { get; set; }
///
///
///
- public global::OpenRouter.WorkspaceBudgetInterval? Type1805 { get; set; }
+ public global::OpenRouter.DeleteWorkspaceResponse? Type1805 { get; set; }
///
///
///
- public global::OpenRouter.UpsertWorkspaceBudgetRequest? Type1806 { get; set; }
+ public global::OpenRouter.UpdateWorkspaceRequest? Type1806 { get; set; }
///
///
///
- public global::OpenRouter.UpsertWorkspaceBudgetResponseDataResetInterval? Type1807 { get; set; }
+ public global::OpenRouter.UpdateWorkspaceResponseData? Type1807 { get; set; }
///
///
///
- public global::OpenRouter.UpsertWorkspaceBudgetResponseData? Type1808 { get; set; }
+ public global::OpenRouter.UpdateWorkspaceResponse? Type1808 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1809 { get; set; }
+ public global::OpenRouter.WorkspaceBudgetResetInterval? Type1809 { get; set; }
///
///
///
- public global::OpenRouter.UpsertWorkspaceBudgetResponse? Type1810 { get; set; }
+ public global::OpenRouter.WorkspaceBudget? Type1810 { get; set; }
///
///
///
- public global::OpenRouter.DeleteWorkspaceBudgetResponse? Type1811 { get; set; }
+ public global::OpenRouter.OneOf? Type1811 { get; set; }
///
///
///
- public global::OpenRouter.BulkAddWorkspaceMembersRequest? Type1812 { get; set; }
+ public global::OpenRouter.ListWorkspaceBudgetsResponse? Type1812 { get; set; }
///
///
///
- public global::OpenRouter.WorkspaceMemberRole? Type1813 { get; set; }
+ public global::System.Collections.Generic.IList? Type1813 { get; set; }
///
///
///
- public global::OpenRouter.WorkspaceMember? Type1814 { get; set; }
+ public global::OpenRouter.WorkspaceBudgetInterval? Type1814 { get; set; }
///
///
///
- public global::OpenRouter.BulkAddWorkspaceMembersResponse? Type1815 { get; set; }
+ public global::OpenRouter.UpsertWorkspaceBudgetRequest? Type1815 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1816 { get; set; }
+ public global::OpenRouter.UpsertWorkspaceBudgetResponseDataResetInterval? Type1816 { get; set; }
///
///
///
- public global::OpenRouter.BulkRemoveWorkspaceMembersRequest? Type1817 { get; set; }
+ public global::OpenRouter.UpsertWorkspaceBudgetResponseData? Type1817 { get; set; }
///
///
///
- public global::OpenRouter.BulkRemoveWorkspaceMembersResponse? Type1818 { get; set; }
+ public global::OpenRouter.OneOf? Type1818 { get; set; }
///
///
///
- public global::OpenRouter.ExchangeAuthCodeForApiKeyRequest? Type1819 { get; set; }
+ public global::OpenRouter.UpsertWorkspaceBudgetResponse? Type1819 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1820 { get; set; }
+ public global::OpenRouter.DeleteWorkspaceBudgetResponse? Type1820 { get; set; }
///
///
///
- public global::OpenRouter.CreateAuthKeysCodeRequest? Type1821 { get; set; }
+ public global::OpenRouter.BulkAddWorkspaceMembersRequest? Type1821 { get; set; }
///
///
///
- public global::OpenRouter.QueryAnalyticsRequest? Type1822 { get; set; }
+ public global::OpenRouter.WorkspaceMemberRole? Type1822 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1823 { get; set; }
+ public global::OpenRouter.WorkspaceMember? Type1823 { get; set; }
///
///
///
- public global::OpenRouter.CreateEmbeddingsRequest? Type1824 { get; set; }
+ public global::OpenRouter.BulkAddWorkspaceMembersResponse? Type1824 { get; set; }
///
///
///
- public global::OpenRouter.UploadFileRequest? Type1825 { get; set; }
+ public global::System.Collections.Generic.IList? Type1825 { get; set; }
///
///
///
- public byte[]? Type1826 { get; set; }
+ public global::OpenRouter.BulkRemoveWorkspaceMembersRequest? Type1826 { get; set; }
///
///
///
- public global::OpenRouter.CreateKeysRequest? Type1827 { get; set; }
+ public global::OpenRouter.BulkRemoveWorkspaceMembersResponse? Type1827 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1828 { get; set; }
+ public global::OpenRouter.ExchangeAuthCodeForApiKeyRequest? Type1828 { get; set; }
///
///
///
- public global::OpenRouter.UpdateKeysRequest? Type1829 { get; set; }
+ public global::OpenRouter.OneOf? Type1829 { get; set; }
///
///
///
- public global::OpenRouter.OneOf? Type1830 { get; set; }
+ public global::OpenRouter.CreateAuthKeysCodeRequest? Type1830 { get; set; }
///
///
///
- public global::OpenRouter.CreateRerankRequest? Type1831 { get; set; }
+ public global::OpenRouter.QueryAnalyticsRequest? Type1831 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1832 { get; set; }
+ public global::System.Collections.Generic.IList? Type1832 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.CreateEmbeddingsRequest? Type1833 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.UploadFileRequest? Type1834 { get; set; }
+ ///
+ ///
+ ///
+ public byte[]? Type1835 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.CreateKeysRequest? Type1836 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.OneOf? Type1837 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.UpdateKeysRequest? Type1838 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.OneOf? Type1839 { get; set; }
+ ///
+ ///
+ ///
+ public global::OpenRouter.CreateRerankRequest? Type1840 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.IList? Type1841 { get; set; }
///
///
@@ -7693,286 +7729,298 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::System.Collections.Generic.List? ListType83 { get; set; }
+ public global::System.Collections.Generic.List? ListType83 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.List? ListType84 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.List? ListType85 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.List? ListType86 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType84 { get; set; }
+ public global::System.Collections.Generic.List? ListType87 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType85 { get; set; }
+ public global::System.Collections.Generic.List? ListType88 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType86 { get; set; }
+ public global::System.Collections.Generic.List? ListType89 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType87 { get; set; }
+ public global::System.Collections.Generic.List? ListType90 { get; set; }
///
///
///
- public global::System.Collections.Generic.List>? ListType88 { get; set; }
+ public global::System.Collections.Generic.List>? ListType91 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType89 { get; set; }
+ public global::System.Collections.Generic.List? ListType92 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType90 { get; set; }
+ public global::System.Collections.Generic.List? ListType93 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType91 { get; set; }
+ public global::System.Collections.Generic.List? ListType94 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType92 { get; set; }
+ public global::System.Collections.Generic.List? ListType95 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType93 { get; set; }
+ public global::System.Collections.Generic.List? ListType96 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType94 { get; set; }
+ public global::System.Collections.Generic.List? ListType97 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType95 { get; set; }
+ public global::System.Collections.Generic.List? ListType98 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType96 { get; set; }
+ public global::System.Collections.Generic.List? ListType99 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType97 { get; set; }
+ public global::System.Collections.Generic.List? ListType100 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType98 { get; set; }
+ public global::System.Collections.Generic.List? ListType101 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType99 { get; set; }
+ public global::System.Collections.Generic.List? ListType102 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType100 { get; set; }
+ public global::System.Collections.Generic.List? ListType103 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType101 { get; set; }
+ public global::System.Collections.Generic.List? ListType104 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType102 { get; set; }
+ public global::System.Collections.Generic.List? ListType105 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType103 { get; set; }
+ public global::System.Collections.Generic.List? ListType106 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType104 { get; set; }
+ public global::System.Collections.Generic.List? ListType107 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType105 { get; set; }
+ public global::System.Collections.Generic.List? ListType108 { get; set; }
///