MCPcopy Create free account
hub / github.com/InferCore/InferCore / Estimate

Method Estimate

internal/interfaces/interfaces.go:54–54  ·  view source on GitHub ↗
(req types.AIRequest, backend types.BackendMetadata)

Source from the content-addressed store, hash-verified

52
53type CostEngine interface {
54 Estimate(req types.AIRequest, backend types.BackendMetadata) types.CostEstimate
55}
56
57type SLOEngine interface {

Callers 1

optimizeByCostMethod · 0.65

Implementers 1

SimpleEngineinternal/cost/simple_engine.go

Calls

no outgoing calls

Tested by

no test coverage detected