MCPcopy Index your code
hub / github.com/simstudioai/sim / getEmbeddingModelPricing

Function getEmbeddingModelPricing

apps/sim/providers/models.ts:3571–3573  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

3569}
3570
3571export 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).

Callers 2

calculateCostFunction · 0.90
getModelPricingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected