(modelId: string)
| 3569 | } |
| 3570 | |
| 3571 | export function getEmbeddingModelPricing(modelId: string): ModelPricing | null { |
| 3572 | return EMBEDDING_MODEL_PRICING[modelId] || null |
| 3573 | } |
| 3574 | |
| 3575 | /** |
| 3576 | * Cohere rerank pricing in USD per single search unit (one query × ≤100 docs). |
no outgoing calls
no test coverage detected