{"id":43316902,"url":"https://github.com/zed-extensions/perplexity","last_synced_at":"2026-02-01T22:05:01.770Z","repository":{"id":303640766,"uuid":"1016193283","full_name":"zed-extensions/perplexity","owner":"zed-extensions","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-29T17:30:24.000Z","size":27,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T22:38:41.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zed-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-08T16:18:02.000Z","updated_at":"2025-12-29T17:30:27.000Z","dependencies_parsed_at":"2025-07-08T17:53:04.043Z","dependency_job_id":null,"html_url":"https://github.com/zed-extensions/perplexity","commit_stats":null,"previous_names":["zed-extensions/perplexity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/perplexity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fperplexity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fperplexity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fperplexity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fperplexity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/perplexity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fperplexity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T22:05:01.267Z","updated_at":"2026-02-01T22:05:01.758Z","avatar_url":"https://github.com/zed-extensions.png","language":"Rust","funding_links":[],"categories":["🔧 Tools"],"sub_categories":[],"readme":"# Zed Perplexity Extension\n\nThis example extension adds the `/perplexity` [slash command](https://zed.dev/docs/assistant/commands) to the Zed AI assistant.\n\n## Usage\n\nOpen the AI Assistant panel (`cmd-r` or `ctrl-r`) and enter:\n\n```\n/perplexity What's the weather in Boulder, CO tomorrow evening?\n```\n\n## Development Setup\n\n1. Install the Rust toolchain and clone the zed repo:\n\n   ```\n   curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\n   mkdir -p ~/code\n   cd ~/code\n   git clone https://github.com/zed-industries/zed\n   ```\n\n1. Open Zed\n1. Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`)\n1. Click \"Install Dev Extension\"\n1. Navigate to the \"extensions/perplexity\" folder inside the zed git repo.\n1. Ensure your `PERPLEXITY_API_KEY` environment variable is set (instructions below)\n\n   ```sh\n   env | grep PERPLEXITY_API_KEY\n   ```\n\n1. Quit and relaunch Zed\n\n## PERPLEXITY_API_KEY\n\nThis extension requires a Perplexity API key to be available via the `PERPLEXITY_API_KEY` environment variable.\n\nTo obtain a Perplexity.ai API token, login to your Perplexity.ai account and go [Settings-\u003eAPI](https://www.perplexity.ai/settings/api) and under \"API Keys\" click \"Generate\". This will require you to have [Perplexity Pro](https://www.perplexity.ai/pro) or to buy API credits. By default the extension uses `sonar`, currently cheapest model available which is $0.008 per request (less than a penny) + a penny per 10,000 tokens. So most requests will cost $0.01 - $0.02 USD.\n\nTake your API key and add it to your environment by adding `export PERPLEXITY_API_KEY=\"pplx-0123456789abcdef...\"` to your `~/.zshrc` or `~/.bashrc`. Reload close and reopen your terminal session. Check with `env |grep PERPLEXITY_API_KEY`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fperplexity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fperplexity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fperplexity/lists"}