' Options: 'Date: 2025-01-08 03:09:22 'Version: 8.53 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://blazordiffusion.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: QueryGenerationApiTypes.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports AiServer.ServiceModel.Types Namespace Global Namespace AiServer.ServiceModel.Types Public Enum AiServiceProvider Replicate Comfy OpenAi End Enum Public Partial Class ApiTypeBase Public Overridable Property Id As Integer Public Overridable Property ApiBaseUrl As String Public Overridable Property ApiKeyHeader As String Public Overridable Property Name As String Public Overridable Property Website As String Public Overridable Property Icon As String Public Overridable Property ApiModels As Dictionary(Of String, String) = New Dictionary(Of String, String) Public Overridable Property Provider As AiServiceProvider End Class Public Partial Class GenerationApiType Inherits ApiTypeBase End Class Public Partial Class QueryGenerationApiTypes Inherits QueryDb(Of GenerationApiType) Implements IReturn(Of QueryResponse(Of GenerationApiType)) End Class End Namespace End Namespace