MCPcopy Create free account
hub / github.com/anomalyco/models.dev / perplexityDescription

Function perplexityDescription

packages/core/src/describe.ts:438–446  ·  view source on GitHub ↗
({ target }: SpecialDescriptionContext)

Source from the content-addressed store, hash-verified

436}
437
438function perplexityDescription({ target }: SpecialDescriptionContext) {
439 if (has(target, /\breasoning\b/)) {
440 return "Web-grounded reasoning model for multi-step research and cited answers";
441 }
442 if (has(target, /\bpro\b/)) {
443 return "Advanced Sonar search model for deeper research and cited synthesis";
444 }
445 return "Sonar search model for current answers, retrieval, and citation-backed chat";
446}
447
448function sarvamDescription({ target }: SpecialDescriptionContext) {
449 if (has(target, /\b105b\b/)) {

Callers 1

specialDescriptionFunction · 0.85

Calls 1

hasFunction · 0.85

Tested by

no test coverage detected