Skip to content

Commit 4b42c38

Browse files
authored
fixed inference pool docs (#784)
1 parent a305927 commit 4b42c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/concepts/api-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Gateway API Inference Extension project is an extension of the Kubernetes Ga
99

1010
### InferencePool
1111

12-
InferencePool represents a set of Inference-focused Pods and an extension that will be used to route to them. Within the broader Gateway API resource model, this resource is considered a "backend". In practice, that means that you'd replace a Kubernetes Service with an InferencePool. This resource has some similarities to Service (a way to select Pods and specify a port), but has some unique capabilities. With InferenceModel, you can configure a routing extension as well as inference-specific routing optimizations. For more information on this resource, refer to our [InferencePool documentation](/api-types/inferencepool) or go directly to the [InferencePool spec](/reference/spec/#inferencepool).
12+
InferencePool represents a set of Inference-focused Pods and an extension that will be used to route to them. Within the broader Gateway API resource model, this resource is considered a "backend". In practice, that means that you'd replace a Kubernetes Service with an InferencePool. This resource has some similarities to Service (a way to select Pods and specify a port), but has some unique capabilities. With InferencePool, you can configure a routing extension as well as inference-specific routing optimizations. For more information on this resource, refer to our [InferencePool documentation](/api-types/inferencepool) or go directly to the [InferencePool spec](/reference/spec/#inferencepool).
1313

1414
### InferenceModel
1515

0 commit comments

Comments
 (0)