Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
openai
openai/o1-pro

openai/o1-pro

200,000 context · $150.00/M input tokens · $600.00/M output tokens

The o1 series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o1-pro model uses more compute to think harder and provide...

Harga

Bayar sesuai pemakaian

Tanpa biaya di muka, bayar hanya sesuai penggunaan

Input$150.00 / M Tokens
Output$600.00 / M Tokens

Coba model

openai/o1-pro
Online
openai
Hai! Saya asisten AI yang siap membantu. Ada yang bisa saya bantu?

Penggunaan API

Gunakan contoh kode berikut untuk integrasi dengan API kami:

from openai import OpenAI

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

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

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

Pengenalan Model

Openai o1-pro

openai o1-pro


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 200000 context window for long document handling
  • Competitive pricing at $165.0/$660.0 per million tokens

Key Features

  • Context Window: 200000 tokens
  • Max Output: 100000 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderOpenai
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window200000 tokens
Max Output100000 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$165.0
Output$660.0

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: openai/o1-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="openai/o1-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": "openai/o1-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: openai/o1-pro
  • Provider: Openai

Info

Penyediaopenai
Tipellm

Fitur yang Didukung

Input
TeksGambar
Output
Teks
Konteks200,000
Output Maks100,000
Vision✓ Didukung
Function Calling-

Panduan Akses API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDopenai/o1-pro

o1 Pro API

openai/o1-pro

The o1 series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o1-pro model uses more compute to think harder and provide...

Input

$150 /M

Output

$600 /M

Konteks

200K

Output Maks.

100K

Vision

Didukung

Coba o1 Pro di WaveSpeedAI

Akses o1 Pro melalui API terpadu kami — kompatibel dengan OpenAI, tanpa cold start, harga transparan.

Pertanyaan Umum tentang o1 Pro

Berapa biaya o1 Pro melalui API?+

Harga di WaveSpeedAI: $150.00 per juta token input dan $600.00 per juta token output. Prompt caching dan batch processing ditagih terpisah dan mengurangi biaya efektif pada beban kerja yang panjang dan berulang.

Berapa context window o1 Pro?+

o1 Pro mendukung hingga 200K token konteks dengan hingga 100K token output per permintaan.

Apakah o1 Pro kompatibel dengan OpenAI?+

Ya. WaveSpeedAI menyediakan o1 Pro melalui endpoint yang kompatibel dengan OpenAI di https://llm.wavespeed.ai/v1. Arahkan OpenAI SDK resmi ke base URL ini dengan API key WaveSpeedAI Anda — tanpa perubahan kode lainnya.

Bagaimana memulai dengan o1 Pro?+

Masuk ke WaveSpeedAI, buat API key di Access Keys, lalu kirim permintaan ke https://llm.wavespeed.ai/v1/chat/completions dengan model id seperti ditampilkan di atas. Akun baru menerima kredit gratis untuk menguji o1 Pro.

API LLM terkait