(model string, tks int)
| 46 | EstimateEmbeddingsCost(r *goopenai.EmbeddingRequest) (float64, error) |
| 47 | EstimateCompletionCost(model string, tks int) (float64, error) |
| 48 | EstimatePromptCost(model string, tks int) (float64, error) |
| 49 | EstimateTotalCost(model string, promptTks, completionTks int) (float64, error) |
| 50 | EstimateEmbeddingsInputCost(model string, tks int) (float64, error) |
| 51 | } |
no outgoing calls
no test coverage detected