perplexity-web-mcp-cli 0.12.2__tar.gz → 0.12.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/PKG-INFO +6 -6
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/README.md +5 -5
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/pyproject.toml +1 -1
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/server.py +6 -6
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/ai_doc.py +5 -5
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/main.py +1 -1
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/data/SKILL.md +4 -4
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/data/references/api-endpoints.md +1 -1
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/data/references/mcp-tools.md +3 -3
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/data/references/models.md +5 -5
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/mcp/server.py +6 -6
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/models.py +9 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/shared.py +7 -7
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/__init__.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/__init__.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/responses.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/session_manager.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/tool_calling.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/__init__.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/auth.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/doctor.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/hack.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/setup.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/skill.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/config.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/constants.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/core.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/council.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/enums.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/exceptions.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/http.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/limits.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/logging.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/mcp/__init__.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/mcp/__main__.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/py.typed +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/rate_limits.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/resilience.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/router.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/sessions.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/token_store.py +0 -0
- {perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: perplexity-web-mcp-cli
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3
|
|
4
4
|
Summary: CLI, MCP server, and Anthropic/OpenAI API-compatible interface for Perplexity AI.
|
|
5
5
|
Keywords: perplexity,ai,mcp,anthropic,api,client
|
|
6
6
|
Author: Jacob BD
|
|
@@ -62,14 +62,14 @@ Description-Content-Type: text/markdown
|
|
|
62
62
|
|
|
63
63
|
MCP server, CLI, and API-compatible interface for Perplexity AI's web interface.
|
|
64
64
|
|
|
65
|
-
Use your Perplexity Pro/Max subscription to access premium models (GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3
|
|
65
|
+
Use your Perplexity Pro/Max subscription to access premium models (GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3 Ultra) from the terminal, through MCP tools, or as an API endpoint.
|
|
66
66
|
|
|
67
67
|
## Features
|
|
68
68
|
|
|
69
69
|
- **CLI**: Query Perplexity models directly from the terminal (`pwm ask`, `pwm council`, `pwm research`, `pwm chat`)
|
|
70
70
|
- **MCP Server**: 17 MCP tools for AI agents with citations, rate limit checking, and multi-turn context
|
|
71
71
|
- **API Server**: Drop-in Anthropic Messages API and OpenAI Chat Completions API
|
|
72
|
-
- **6 Models**: GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3
|
|
72
|
+
- **6 Models**: GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3 Ultra, Sonar 2
|
|
73
73
|
- **Thinking Mode**: Extended thinking support for all compatible models
|
|
74
74
|
- **Deep Research**: Full support for Perplexity's Deep Research mode
|
|
75
75
|
- **Multi-Turn Conversations**: State-preserved threaded conversations for both MCP and CLI REPL
|
|
@@ -337,7 +337,7 @@ pwm --ai # Print comprehensive AI-optimized reference
|
|
|
337
337
|
| `claude_sonnet` | Anthropic | Toggle | Claude 4.6 Sonnet |
|
|
338
338
|
| `claude_opus` | Anthropic | Toggle | Claude 4.6 Opus (Max tier required) |
|
|
339
339
|
| `gemini_pro` | Google | Always | Gemini 3.1 Pro |
|
|
340
|
-
| `nemotron` | NVIDIA | Always | Nemotron 3
|
|
340
|
+
| `nemotron` | NVIDIA | Always | Nemotron 3 Ultra 550B |
|
|
341
341
|
|
|
342
342
|
### Source Focus
|
|
343
343
|
|
|
@@ -406,7 +406,7 @@ claude mcp add perplexity pwm-mcp
|
|
|
406
406
|
| `pplx_claude_sonnet` / `pplx_claude_sonnet_think` | Claude 4.6 Sonnet |
|
|
407
407
|
| `pplx_claude_opus` / `pplx_claude_opus_think` | Claude 4.6 Opus (Max tier) |
|
|
408
408
|
| `pplx_gemini_pro_think` | Gemini 3.1 Pro (thinking always on) |
|
|
409
|
-
| `pplx_nemotron_thinking` | Nemotron 3
|
|
409
|
+
| `pplx_nemotron_thinking` | Nemotron 3 Ultra (thinking always on) |
|
|
410
410
|
|
|
411
411
|
**Smart routing (1):**
|
|
412
412
|
|
|
@@ -488,7 +488,7 @@ Our server's `MODEL_MAP` will seamlessly intercept `sonar` (or any other mapped
|
|
|
488
488
|
| `claude-sonnet-4-6` | Claude 4.6 Sonnet | Toggle |
|
|
489
489
|
| `claude-opus-4-6` | Claude 4.6 Opus | Toggle |
|
|
490
490
|
| `gemini-3.1-pro` | Gemini 3.1 Pro | Always |
|
|
491
|
-
| `nemotron-3-
|
|
491
|
+
| `nemotron-3-ultra` / `nemotron` | Nemotron 3 Ultra | Always |
|
|
492
492
|
|
|
493
493
|
Legacy aliases (`claude-3-5-sonnet`, `claude-3-opus`) are supported for compatibility.
|
|
494
494
|
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
|
|
26
26
|
MCP server, CLI, and API-compatible interface for Perplexity AI's web interface.
|
|
27
27
|
|
|
28
|
-
Use your Perplexity Pro/Max subscription to access premium models (GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3
|
|
28
|
+
Use your Perplexity Pro/Max subscription to access premium models (GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3 Ultra) from the terminal, through MCP tools, or as an API endpoint.
|
|
29
29
|
|
|
30
30
|
## Features
|
|
31
31
|
|
|
32
32
|
- **CLI**: Query Perplexity models directly from the terminal (`pwm ask`, `pwm council`, `pwm research`, `pwm chat`)
|
|
33
33
|
- **MCP Server**: 17 MCP tools for AI agents with citations, rate limit checking, and multi-turn context
|
|
34
34
|
- **API Server**: Drop-in Anthropic Messages API and OpenAI Chat Completions API
|
|
35
|
-
- **6 Models**: GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3
|
|
35
|
+
- **6 Models**: GPT-5.4, Claude 4.6 Opus, Claude 4.6 Sonnet, Gemini 3.1 Pro, Nemotron 3 Ultra, Sonar 2
|
|
36
36
|
- **Thinking Mode**: Extended thinking support for all compatible models
|
|
37
37
|
- **Deep Research**: Full support for Perplexity's Deep Research mode
|
|
38
38
|
- **Multi-Turn Conversations**: State-preserved threaded conversations for both MCP and CLI REPL
|
|
@@ -300,7 +300,7 @@ pwm --ai # Print comprehensive AI-optimized reference
|
|
|
300
300
|
| `claude_sonnet` | Anthropic | Toggle | Claude 4.6 Sonnet |
|
|
301
301
|
| `claude_opus` | Anthropic | Toggle | Claude 4.6 Opus (Max tier required) |
|
|
302
302
|
| `gemini_pro` | Google | Always | Gemini 3.1 Pro |
|
|
303
|
-
| `nemotron` | NVIDIA | Always | Nemotron 3
|
|
303
|
+
| `nemotron` | NVIDIA | Always | Nemotron 3 Ultra 550B |
|
|
304
304
|
|
|
305
305
|
### Source Focus
|
|
306
306
|
|
|
@@ -369,7 +369,7 @@ claude mcp add perplexity pwm-mcp
|
|
|
369
369
|
| `pplx_claude_sonnet` / `pplx_claude_sonnet_think` | Claude 4.6 Sonnet |
|
|
370
370
|
| `pplx_claude_opus` / `pplx_claude_opus_think` | Claude 4.6 Opus (Max tier) |
|
|
371
371
|
| `pplx_gemini_pro_think` | Gemini 3.1 Pro (thinking always on) |
|
|
372
|
-
| `pplx_nemotron_thinking` | Nemotron 3
|
|
372
|
+
| `pplx_nemotron_thinking` | Nemotron 3 Ultra (thinking always on) |
|
|
373
373
|
|
|
374
374
|
**Smart routing (1):**
|
|
375
375
|
|
|
@@ -451,7 +451,7 @@ Our server's `MODEL_MAP` will seamlessly intercept `sonar` (or any other mapped
|
|
|
451
451
|
| `claude-sonnet-4-6` | Claude 4.6 Sonnet | Toggle |
|
|
452
452
|
| `claude-opus-4-6` | Claude 4.6 Opus | Toggle |
|
|
453
453
|
| `gemini-3.1-pro` | Gemini 3.1 Pro | Always |
|
|
454
|
-
| `nemotron-3-
|
|
454
|
+
| `nemotron-3-ultra` / `nemotron` | Nemotron 3 Ultra | Always |
|
|
455
455
|
|
|
456
456
|
Legacy aliases (`claude-3-5-sonnet`, `claude-3-opus`) are supported for compatibility.
|
|
457
457
|
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/api/server.py
RENAMED
|
@@ -169,12 +169,12 @@ MODEL_MAP: dict[str, tuple[Model, Model | None]] = {
|
|
|
169
169
|
"gemini-3-pro": (Models.GEMINI_31_PRO_THINKING, Models.GEMINI_31_PRO_THINKING),
|
|
170
170
|
"gemini-pro": (Models.GEMINI_31_PRO_THINKING, Models.GEMINI_31_PRO_THINKING),
|
|
171
171
|
# ==========================================================================
|
|
172
|
-
# NVIDIA Nemotron 3
|
|
172
|
+
# NVIDIA Nemotron 3 Ultra (via Perplexity)
|
|
173
173
|
# Thinking ALWAYS enabled (no toggle in UI) - reasoning only
|
|
174
174
|
# ==========================================================================
|
|
175
|
-
"nemotron-3-
|
|
176
|
-
"nemotron-3": (Models.
|
|
177
|
-
"nemotron": (Models.
|
|
175
|
+
"nemotron-3-ultra": (Models.NEMOTRON_3_ULTRA, Models.NEMOTRON_3_ULTRA),
|
|
176
|
+
"nemotron-3": (Models.NEMOTRON_3_ULTRA, Models.NEMOTRON_3_ULTRA),
|
|
177
|
+
"nemotron": (Models.NEMOTRON_3_ULTRA, Models.NEMOTRON_3_ULTRA),
|
|
178
178
|
# ==========================================================================
|
|
179
179
|
# Moonshot Kimi Models (via Perplexity)
|
|
180
180
|
# Kimi K2.6 - supports thinking toggle
|
|
@@ -198,9 +198,9 @@ AVAILABLE_MODELS = [
|
|
|
198
198
|
{"id": "gpt-5.5", "description": "GPT-5.5 - OpenAI's latest, Max tier required, thinking toggle available"},
|
|
199
199
|
# Anthropic Claude
|
|
200
200
|
{"id": "claude-sonnet-4-6", "description": "Claude Sonnet 4.6 - Fast, thinking toggle available"},
|
|
201
|
-
{"id": "claude-opus-4-
|
|
201
|
+
{"id": "claude-opus-4-8", "description": "Claude Opus 4.8 - Advanced reasoning, Max tier required"},
|
|
202
202
|
# NVIDIA
|
|
203
|
-
{"id": "nemotron-3-
|
|
203
|
+
{"id": "nemotron-3-ultra", "description": "Nemotron 3 Ultra - NVIDIA 120B, thinking always on"},
|
|
204
204
|
# Moonshot
|
|
205
205
|
{"id": "kimi-k2.6", "description": "Kimi K2.6 - Advanced, thinking toggle available"},
|
|
206
206
|
]
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/ai_doc.py
RENAMED
|
@@ -115,9 +115,9 @@ deep_research pplx_alpha No In-depth reports (monthly quo
|
|
|
115
115
|
gpt54 gpt54 Yes OpenAI GPT-5.4 (versatile)
|
|
116
116
|
gpt55 gpt55 Yes OpenAI GPT-5.5 (latest, Max tier)
|
|
117
117
|
claude_sonnet claude46sonnet Yes Anthropic Claude 4.6 Sonnet
|
|
118
|
-
claude_opus
|
|
118
|
+
claude_opus claude48opus Yes Anthropic Claude 4.8 Opus (Max tier)
|
|
119
119
|
gemini_pro gemini31pro_high Always Google Gemini 3.1 Pro (thinking only)
|
|
120
|
-
nemotron
|
|
120
|
+
nemotron nv_nemotron_3_ultra Always NVIDIA Nemotron 3 Ultra 550B (thinking only)
|
|
121
121
|
kimi_k26 kimi_k26 Yes Moonshot Kimi K2.6
|
|
122
122
|
|
|
123
123
|
"Thinking" = extended reasoning mode. Models marked "Always" have thinking
|
|
@@ -191,10 +191,10 @@ QUERY TOOLS (each call costs 1 Pro Search query unless noted):
|
|
|
191
191
|
pplx_gpt55_thinking(query, source_focus="web") GPT-5.5 + thinking — 1 Pro (Max tier)
|
|
192
192
|
pplx_claude_sonnet(query, source_focus="web") Claude 4.6 Sonnet — 1 Pro
|
|
193
193
|
pplx_claude_sonnet_think(query, source_focus) Claude 4.6 Sonnet + thinking — 1 Pro
|
|
194
|
-
pplx_claude_opus(query, source_focus="web") Claude 4.
|
|
195
|
-
pplx_claude_opus_think(query, source_focus) Claude 4.
|
|
194
|
+
pplx_claude_opus(query, source_focus="web") Claude 4.8 Opus — 1 Pro (Max tier)
|
|
195
|
+
pplx_claude_opus_think(query, source_focus) Claude 4.8 Opus + thinking — 1 Pro (Max tier)
|
|
196
196
|
pplx_gemini_pro_think(query, source_focus) Gemini 3.1 Pro (thinking) — 1 Pro
|
|
197
|
-
pplx_nemotron_thinking(query, source_focus) Nemotron 3
|
|
197
|
+
pplx_nemotron_thinking(query, source_focus) Nemotron 3 Ultra (thinking) — 1 Pro
|
|
198
198
|
pplx_kimi_k26(query, source_focus="web") Kimi K2.6 — 1 Pro
|
|
199
199
|
pplx_kimi_k26_thinking(query, source_focus) Kimi K2.6 + thinking — 1 Pro
|
|
200
200
|
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/main.py
RENAMED
|
@@ -91,7 +91,7 @@ def cli(ctx):
|
|
|
91
91
|
# ── Ask ────────────────────────────────────────────────────────────────────
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
@cli.command()
|
|
94
|
+
@cli.command(name="ask")
|
|
95
95
|
@click.argument("query")
|
|
96
96
|
@click.option("-m", "--model", "model_name", default="auto", help=f"Model to use ({', '.join(MODEL_NAMES)}).")
|
|
97
97
|
@click.option("-t", "--thinking", is_flag=True, help="Enable extended thinking mode.")
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/data/SKILL.md
RENAMED
|
@@ -290,9 +290,9 @@ pwm usage --refresh # Force-refresh from server
|
|
|
290
290
|
| `pplx_gpt54` / `_thinking` | 1 Pro | OpenAI GPT-5.4 (versatile) |
|
|
291
291
|
| `pplx_gpt55` / `_thinking` | 1 Pro | OpenAI GPT-5.5 (latest, Max tier) |
|
|
292
292
|
| `pplx_claude_sonnet` / `_think` | 1 Pro | Anthropic Claude 4.6 Sonnet |
|
|
293
|
-
| `pplx_claude_opus` / `_think` | 1 Pro | Anthropic Claude 4.
|
|
293
|
+
| `pplx_claude_opus` / `_think` | 1 Pro | Anthropic Claude 4.8 Opus |
|
|
294
294
|
| `pplx_gemini_pro_think` | 1 Pro | Google Gemini 3.1 Pro (thinking always on) |
|
|
295
|
-
| `pplx_nemotron_thinking` | 1 Pro | NVIDIA Nemotron 3
|
|
295
|
+
| `pplx_nemotron_thinking` | 1 Pro | NVIDIA Nemotron 3 Ultra (thinking always on) |
|
|
296
296
|
| `pplx_kimi_k26` / `_thinking` | 1 Pro | Moonshot Kimi K2.6 |
|
|
297
297
|
| `pplx_deep_research` | 1 Research | In-depth reports (**scarce monthly quota**) |
|
|
298
298
|
| `pplx_usage` | FREE | Check remaining quotas |
|
|
@@ -317,9 +317,9 @@ For full MCP tool parameters: See [references/mcp-tools.md](references/mcp-tools
|
|
|
317
317
|
| gpt54 | OpenAI | Toggle | GPT-5.4 (versatile) |
|
|
318
318
|
| gpt55 | OpenAI | Toggle | GPT-5.5 (latest, Max tier) |
|
|
319
319
|
| claude_sonnet | Anthropic | Toggle | Claude 4.6 Sonnet |
|
|
320
|
-
| claude_opus | Anthropic | Toggle | Claude 4.
|
|
320
|
+
| claude_opus | Anthropic | Toggle | Claude 4.8 Opus (Max tier) |
|
|
321
321
|
| gemini_pro | Google | Always | Gemini 3.1 Pro |
|
|
322
|
-
| nemotron | NVIDIA | Always | Nemotron 3
|
|
322
|
+
| nemotron | NVIDIA | Always | Nemotron 3 Ultra 550B |
|
|
323
323
|
| kimi_k26 | Moonshot | Toggle | Kimi K2.6 |
|
|
324
324
|
|
|
325
325
|
For full model details: See [references/models.md](references/models.md)
|
|
@@ -68,7 +68,7 @@ The API server accepts many model name variants:
|
|
|
68
68
|
| `gpt-5.4`, `gpt-54`, `gpt54` | GPT-5.4 (versatile) |
|
|
69
69
|
| `gpt-5.5`, `gpt-5-5`, `gpt-55`, `gpt55` | GPT-5.5 (latest, Max tier) |
|
|
70
70
|
| `gemini-3.1-pro`, `gemini-3-pro`, `gemini-pro` | Gemini 3.1 Pro |
|
|
71
|
-
| `nemotron-3-
|
|
71
|
+
| `nemotron-3-ultra`, `nemotron` | Nemotron 3 Ultra |
|
|
72
72
|
|
|
73
73
|
Unknown model names fall back to `perplexity-auto`.
|
|
74
74
|
|
|
@@ -96,10 +96,10 @@ pplx_<model>(
|
|
|
96
96
|
| `pplx_gpt55_thinking` | GPT-5.5 (latest, Max tier) | Yes | 1 Pro |
|
|
97
97
|
| `pplx_claude_sonnet` | Claude 4.6 Sonnet | No | 1 Pro |
|
|
98
98
|
| `pplx_claude_sonnet_think` | Claude 4.6 Sonnet | Yes | 1 Pro |
|
|
99
|
-
| `pplx_claude_opus` | Claude 4.
|
|
100
|
-
| `pplx_claude_opus_think` | Claude 4.
|
|
99
|
+
| `pplx_claude_opus` | Claude 4.8 Opus (Max tier) | No | 1 Pro |
|
|
100
|
+
| `pplx_claude_opus_think` | Claude 4.8 Opus (Max tier) | Yes | 1 Pro |
|
|
101
101
|
| `pplx_gemini_pro_think` | Gemini 3.1 Pro | Yes (always) | 1 Pro |
|
|
102
|
-
| `pplx_nemotron_thinking` | Nemotron 3
|
|
102
|
+
| `pplx_nemotron_thinking` | Nemotron 3 Ultra | Yes (always) | 1 Pro |
|
|
103
103
|
| `pplx_kimi_k26` | Kimi K2.6 | No | 1 Pro |
|
|
104
104
|
| `pplx_kimi_k26_thinking` | Kimi K2.6 | Yes | 1 Pro |
|
|
105
105
|
|
|
@@ -45,8 +45,8 @@ Complete list of models available through Perplexity Web MCP.
|
|
|
45
45
|
- **CLI:** `pwm ask "query" -m claude_sonnet` or `pwm ask "query" -m claude_sonnet -t`
|
|
46
46
|
- **MCP:** `pplx_claude_sonnet(query)` or `pplx_claude_sonnet_think(query)`
|
|
47
47
|
|
|
48
|
-
### claude_opus (Anthropic Claude 4.
|
|
49
|
-
- **Identifier:** `
|
|
48
|
+
### claude_opus (Anthropic Claude 4.8 Opus)
|
|
49
|
+
- **Identifier:** `claude48opus` / `claude48opusthinking`
|
|
50
50
|
- **Thinking:** Toggle
|
|
51
51
|
- **CLI:** `pwm ask "query" -m claude_opus` or `pwm ask "query" -m claude_opus -t`
|
|
52
52
|
- **MCP:** `pplx_claude_opus(query)` or `pplx_claude_opus_think(query)`
|
|
@@ -59,12 +59,12 @@ Complete list of models available through Perplexity Web MCP.
|
|
|
59
59
|
- **MCP:** `pplx_gemini_pro_think(query)` or `pplx_query(query, model="gemini_pro")`
|
|
60
60
|
- **Notes:** Thinking is permanently enabled. The `-t` flag has no effect.
|
|
61
61
|
|
|
62
|
-
### nemotron (NVIDIA Nemotron 3
|
|
63
|
-
- **Identifier:** `
|
|
62
|
+
### nemotron (NVIDIA Nemotron 3 Ultra)
|
|
63
|
+
- **Identifier:** `nv_nemotron_3_ultra`
|
|
64
64
|
- **Thinking:** Always on (no non-thinking variant)
|
|
65
65
|
- **CLI:** `pwm ask "query" -m nemotron`
|
|
66
66
|
- **MCP:** `pplx_nemotron_thinking(query)` or `pplx_query(query, model="nemotron")`
|
|
67
|
-
- **Notes:** NVIDIA's Nemotron 3
|
|
67
|
+
- **Notes:** NVIDIA's Nemotron 3 Ultra 550B model. Thinking is permanently enabled.
|
|
68
68
|
|
|
69
69
|
### kimi_k26 (Moonshot Kimi K2.6)
|
|
70
70
|
- **Identifier:** `kimik26instant` / `kimik26thinking`
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/mcp/server.py
RENAMED
|
@@ -213,16 +213,16 @@ def pplx_claude_sonnet_think(
|
|
|
213
213
|
|
|
214
214
|
@mcp.tool
|
|
215
215
|
def pplx_claude_opus(query: str, source_focus: SourceFocusName = "web", conversation_id: str | None = None) -> str:
|
|
216
|
-
"""Claude Opus 4.
|
|
217
|
-
return ask(query, Models.
|
|
216
|
+
"""Claude Opus 4.8 — Anthropic's most advanced reasoning model. COSTS 1 PRO SEARCH QUERY. Requires Max subscription."""
|
|
217
|
+
return ask(query, Models.CLAUDE_48_OPUS, source_focus, conversation_id)
|
|
218
218
|
|
|
219
219
|
|
|
220
220
|
@mcp.tool
|
|
221
221
|
def pplx_claude_opus_think(
|
|
222
222
|
query: str, source_focus: SourceFocusName = "web", conversation_id: str | None = None
|
|
223
223
|
) -> str:
|
|
224
|
-
"""Claude Opus 4.
|
|
225
|
-
return ask(query, Models.
|
|
224
|
+
"""Claude Opus 4.8 Thinking — Anthropic's most advanced reasoning model with extended thinking. COSTS 1 PRO SEARCH QUERY. Requires Max subscription."""
|
|
225
|
+
return ask(query, Models.CLAUDE_48_OPUS_THINKING, source_focus, conversation_id)
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
@mcp.tool
|
|
@@ -235,8 +235,8 @@ def pplx_gemini_pro_think(query: str, source_focus: SourceFocusName = "web", con
|
|
|
235
235
|
def pplx_nemotron_thinking(
|
|
236
236
|
query: str, source_focus: SourceFocusName = "web", conversation_id: str | None = None
|
|
237
237
|
) -> str:
|
|
238
|
-
"""Nemotron 3
|
|
239
|
-
return ask(query, Models.
|
|
238
|
+
"""Nemotron 3 Ultra — NVIDIA's Nemotron 3 Ultra 550B model with extended thinking. COSTS 1 PRO SEARCH QUERY."""
|
|
239
|
+
return ask(query, Models.NEMOTRON_3_ULTRA, source_focus, conversation_id)
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
@mcp.tool
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/models.py
RENAMED
|
@@ -55,9 +55,18 @@ class Models:
|
|
|
55
55
|
CLAUDE_47_OPUS_THINKING = Model(identifier="claude47opusthinking")
|
|
56
56
|
"""Claude Opus 4.7 Thinking - Anthropic's most advanced reasoning model (thinking)."""
|
|
57
57
|
|
|
58
|
+
CLAUDE_48_OPUS = Model(identifier="claude48opus")
|
|
59
|
+
"""Claude Opus 4.8 - Anthropic's most advanced reasoning model."""
|
|
60
|
+
|
|
61
|
+
CLAUDE_48_OPUS_THINKING = Model(identifier="claude48opusthinking")
|
|
62
|
+
"""Claude Opus 4.8 Thinking - Anthropic's most advanced reasoning model (thinking)."""
|
|
63
|
+
|
|
58
64
|
NEMOTRON_3_SUPER = Model(identifier="nv_nemotron_3_super")
|
|
59
65
|
"""Nemotron 3 Super - NVIDIA's Nemotron 3 Super 120B model (thinking)."""
|
|
60
66
|
|
|
67
|
+
NEMOTRON_3_ULTRA = Model(identifier="nv_nemotron_3_ultra")
|
|
68
|
+
"""Nemotron 3 Ultra - NVIDIA's Nemotron 3 Ultra 550B model (thinking)."""
|
|
69
|
+
|
|
61
70
|
KIMI_K2_6 = Model(identifier="kimik26instant")
|
|
62
71
|
"""Kimi K2.6 - Moonshot AI's latest model."""
|
|
63
72
|
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/shared.py
RENAMED
|
@@ -73,9 +73,9 @@ MODEL_METADATA: dict[str, ModelDefinition] = {
|
|
|
73
73
|
"Anthropic",
|
|
74
74
|
),
|
|
75
75
|
"claude_opus": ModelDefinition(
|
|
76
|
-
Models.
|
|
77
|
-
Models.
|
|
78
|
-
"Claude Opus 4.
|
|
76
|
+
Models.CLAUDE_48_OPUS,
|
|
77
|
+
Models.CLAUDE_48_OPUS_THINKING,
|
|
78
|
+
"Claude Opus 4.8",
|
|
79
79
|
"Anthropic",
|
|
80
80
|
minimum_tier="max",
|
|
81
81
|
),
|
|
@@ -86,9 +86,9 @@ MODEL_METADATA: dict[str, ModelDefinition] = {
|
|
|
86
86
|
"Google",
|
|
87
87
|
),
|
|
88
88
|
"nemotron": ModelDefinition(
|
|
89
|
-
Models.
|
|
90
|
-
Models.
|
|
91
|
-
"Nemotron 3
|
|
89
|
+
Models.NEMOTRON_3_ULTRA,
|
|
90
|
+
Models.NEMOTRON_3_ULTRA,
|
|
91
|
+
"Nemotron 3 Ultra",
|
|
92
92
|
"NVIDIA",
|
|
93
93
|
),
|
|
94
94
|
"kimi_k26": ModelDefinition(Models.KIMI_K2_6, Models.KIMI_K2_6_THINKING, "Kimi K2.6", "Moonshot"),
|
|
@@ -535,7 +535,7 @@ def council_ask(
|
|
|
535
535
|
Args:
|
|
536
536
|
query: The question to ask all models.
|
|
537
537
|
models: List of (display_name, Model) tuples. Defaults to
|
|
538
|
-
GPT-5.4, Claude Opus 4.
|
|
538
|
+
GPT-5.4, Claude Opus 4.8, and Gemini 3.1 Pro.
|
|
539
539
|
source_focus: Source focus for all queries.
|
|
540
540
|
synthesize: Whether to run Sonar 2 synthesis (default chairman; still a web query).
|
|
541
541
|
thinking: Use thinking model variants for default council members.
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/auth.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/doctor.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/hack.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/setup.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/cli/skill.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/config.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/constants.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/core.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/council.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/enums.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/exceptions.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/http.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/limits.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/logging.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/resilience.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/router.py
RENAMED
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
{perplexity_web_mcp_cli-0.12.2 → perplexity_web_mcp_cli-0.12.3}/src/perplexity_web_mcp/types.py
RENAMED
|
File without changes
|