@@ -111,15 +111,16 @@ func GetProviderConfigSpec() airunwayv1alpha1.InferenceProviderConfigSpec {
111111 airunwayv1alpha1 .ServingModeAggregated ,
112112 airunwayv1alpha1 .ServingModeDisaggregated ,
113113 },
114- APIFormats : []airunwayv1alpha1.APIFormat {
115- airunwayv1alpha1 .APIFormatOpenAIChat ,
116- airunwayv1alpha1 .APIFormatAnthropicMessages ,
117- },
118- GPUSupport : true ,
119- Gateway : dynamoGatewayCapabilities (),
114+ APIFormats : []airunwayv1alpha1.APIFormat {
115+ airunwayv1alpha1 .APIFormatOpenAIChat ,
116+ airunwayv1alpha1 .APIFormatOpenAIResponses ,
117+ airunwayv1alpha1 .APIFormatAnthropicMessages ,
120118 },
121- {
122- Name : airunwayv1alpha1 .EngineTypeSGLang ,
119+ GPUSupport : true ,
120+ Gateway : dynamoGatewayCapabilities (),
121+ },
122+ {
123+ Name : airunwayv1alpha1 .EngineTypeSGLang ,
123124 ServingModes : []airunwayv1alpha1.ServingMode {
124125 airunwayv1alpha1 .ServingModeAggregated ,
125126 airunwayv1alpha1 .ServingModeDisaggregated ,
@@ -132,13 +133,14 @@ func GetProviderConfigSpec() airunwayv1alpha1.InferenceProviderConfigSpec {
132133 Gateway : dynamoGatewayCapabilities (),
133134 },
134135 {
135- Name : airunwayv1alpha1 .EngineTypeTRTLLM ,
136- ServingModes : []airunwayv1alpha1.ServingMode {
137- airunwayv1alpha1 .ServingModeAggregated ,
138- },
139- APIFormats : []airunwayv1alpha1.APIFormat {
140- airunwayv1alpha1 .APIFormatOpenAIChat ,
141- },
136+ Name : airunwayv1alpha1 .EngineTypeTRTLLM ,
137+ ServingModes : []airunwayv1alpha1.ServingMode {
138+ airunwayv1alpha1 .ServingModeAggregated ,
139+ },
140+ APIFormats : []airunwayv1alpha1.APIFormat {
141+ airunwayv1alpha1 .APIFormatOpenAIChat ,
142+ airunwayv1alpha1 .APIFormatOpenAIResponses ,
143+ },
142144 GPUSupport : true ,
143145 Gateway : dynamoGatewayCapabilities (),
144146 },
0 commit comments