OpenCodex
deepseek

DeepSeek R1

deepseek

DeepSeek's reasoning model with chain-of-thought capabilities.

Harga Input

1.38 /Juta

Harga Output

5.48 /Juta

Tetingkap Konteks

64k

Kategori

Model Domestik

Keupayaan

PenaakulanMatematikPengkodingan

API Configuration

Base URL

https://opencodex.hk/api/v1

Model ID

deepseek-reasoner

Permulaan Pantas

Copy the code below to quickly integrate into your application

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://opencodex.hk/api/v1",
  apiKey: process.env.OPENCODEX_API_KEY,
});

const response = await client.chat.completions.create({
  model: "deepseek-reasoner",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(response.choices[0].message.content);

Sedia untuk mencuba DeepSeek R1?

Mulakan dengan 500 Kredit percuma dan bayar hanya untuk apa yang anda gunakan.