Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
P
perplexity/sonar-reasoning-pro

perplexity/sonar-reasoning-pro

128,000 context · $2.00/M input tokens · $8.00/M output tokens

Note: Sonar Pro pricing includes Perplexity search pricing. See details here Sonar Reasoning Pro is a premier reasoning model powered by DeepSeek R1 with Chain of Thought (CoT). Designed for...

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$2.00 / M Tokens
Ausgabe$8.00 / M Tokens

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="perplexity/sonar-reasoning-pro",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Modelleinführung

Perplexity sonar-reasoning-pro

perplexity sonar-reasoning-pro


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 128000 context window for long document handling
  • Competitive pricing at $2.2/$8.8 per million tokens

Key Features

  • Context Window: 128000 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderPerplexity
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window128000 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$2.2
Output$8.8

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: perplexity/sonar-reasoning-pro


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="perplexity/sonar-reasoning-pro",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "perplexity/sonar-reasoning-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: perplexity/sonar-reasoning-pro
  • Provider: Perplexity

Info

Anbieterperplexity
Typllm

Unterstützte Funktionen

Eingabe
TextBild
Ausgabe
Text
Kontext128,000
Max. Ausgabe4,096
Vision✓ Unterstützt
Function Calling-

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDperplexity/sonar-reasoning-pro

Sonar Reasoning Pro API

perplexity/sonar-reasoning-pro

Note: Sonar Pro pricing includes Perplexity search pricing. See [details here](https://docs.perplexity.ai/guides/pricing#detailed-pricing-breakdown-for-sonar-reasoning-pro-and-sonar-pro) Sonar Reasoning Pro is a premier reasoning model powered by DeepSeek R1 with Chain of Thought (CoT). Designed for...

Eingabe

$2 /M

Ausgabe

$8 /M

Kontext

128K

Max. Ausgabe

4K

Vision

Unterstützt

Sonar Reasoning Pro auf WaveSpeedAI testen

Zugriff auf Sonar Reasoning Pro über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Sonar Reasoning Pro

Wie viel kostet die Sonar Reasoning Pro-API?+

Preise auf WaveSpeedAI: $2.00 pro Million Input-Tokens und $8.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Sonar Reasoning Pro?+

Sonar Reasoning Pro unterstützt bis zu 128K Kontext-Tokens und bis zu 4K Output-Tokens pro Anfrage.

Ist Sonar Reasoning Pro OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Sonar Reasoning Pro über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Sonar Reasoning Pro?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Sonar Reasoning Pro zu testen.

Verwandte LLM-APIs