diff --git a/src/client.ts b/src/client.ts index 7566d91..20f90f3 100644 --- a/src/client.ts +++ b/src/client.ts @@ -662,6 +662,8 @@ export class Perplexity { 'X-Stainless-Retry-Count': String(retryCount), ...(options.timeout ? { 'X-Stainless-Timeout': String(Math.trunc(options.timeout / 1000)) } : {}), ...getPlatformHeaders(), + 'X-Source': 'perplexity-node', + 'X-Title': 'Perplexity Node SDK', }, await this.authHeaders(options), this._options.defaultHeaders,