BazaarLinkBazaarLink
เข้าสู่ระบบ

ราคา API Mistral Large และคู่มือเริ่มต้น

โมเดลภาษา AI ประสิทธิภาพสูง ใช้งานผ่าน BazaarLink พร้อมการเรียกเก็บเงิน TWD

ราคา

ราคาอินพุต
$2.0000
/ 1M โทเค็น
NT$ 65
ราคาเอาต์พุต
$6.0000
/ 1M โทเค็น
NT$ 194
หน้าต่างบริบท
128K
tokens

💱 USD/NTD = 32.38 · ไม่รวมภาษี · อัปเดต 30/07/2569

ผู้ให้บริการMistral
เผยแพร่กุมภาพันธ์ 2567
Model IDmistralai/mistral-large

ข้อมูลจำเพาะทางเทคนิค

หน้าต่างบริบท
128K tokens
การให้เหตุผล
ไม่รองรับ
ข้อมูลนำเข้า
ข้อความไฟล์
ผลลัพธ์
ข้อความ

เริ่มต้นอย่างรวดเร็ว

ใช้ Mistral Large ผ่าน BazaarLink API โดยเปลี่ยนเพียง base_url:

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://bazaarlink.ai/api/v1",
    api_key="sk-bl-YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="mistralai/mistral-large",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
TypeScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://bazaarlink.ai/api/v1",
  apiKey: "sk-bl-YOUR_API_KEY",
});

const response = await client.chat.completions.create({
  model: "mistralai/mistral-large",
  messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);

ทำไมจึงควรใช้ Mistral Large ผ่าน BazaarLink?

  • เรียกเก็บเงิน TWD และใบแจ้งหนี้รวม—ทีมไต้หวันไม่ต้องใช้บัตรเครดิตต่างประเทศ
  • API ที่เข้ากันได้กับ OpenAI—ไม่ต้องแก้โค้ด
  • สลับผู้ให้บริการอัตโนมัติ—มีผู้ให้บริการสำรองหลายรายสำหรับโมเดลเดียวกัน
  • รองรับภาษาจีน—ทีมท้องถิ่นให้ความช่วยเหลือรวดเร็ว
ลองตอนนี้← โมเดลทั้งหมด

คำถามที่พบบ่อย

Mistral Large คืออะไร?

This is Mistral AI's flagship model, Mistral Large 2 (version `mistral-large-2407`). It's a proprietary weights-available model and excels at reasoning, code, JSON, chat, and more. Read the launch announcement [here](https://mistral.ai/news/mistral-large-2407/)....

API ของ Mistral Large ราคาเท่าไร?

เมื่อใช้ผ่าน BazaarLink Mistral Large มีราคา $2.0000 ต่อโทเคนขาเข้า 1 ล้านโทเคน และ $6.0000 ต่อโทเคนขาออก 1 ล้านโทเคน

ใช้ Mistral Large กับ OpenAI SDK อย่างไร?

ตั้งค่า base_url เป็น "https://bazaarlink.ai/api/v1" และใช้ ID โมเดล "mistralai/mistral-large" เมธอดของ OpenAI SDK เช่น chat.completions, embeddings และ streaming ใช้งานได้โดยไม่ต้องแก้โค้ด

หน้าต่างบริบทของ Mistral Large มีขนาดเท่าไร?

Mistral Large รองรับหน้าต่างบริบท 128,000 โทเคน

Mistral Large ใช้ฟรีได้หรือไม่?

Mistral Large เป็นโมเดลแบบชำระเงิน BazaarLink มีเครดิตฟรีเมื่อสมัครเพื่อให้ทดลองได้โดยไม่ต้องใช้บัตรเครดิต

การตรวจสอบความถูกต้องของปลายทางรีเลย์

ยังไม่มีข้อมูลการตรวจสอบความถูกต้องสำหรับโมเดลนี้

BazaarLink Probe ตรวจสอบปลายทางที่ระบุว่าให้บริการโมเดลนี้ และทำเครื่องหมายพฤติกรรมที่ต่างจากเกณฑ์อ้างอิง

ดูรายงานความถูกต้องฉบับเต็ม →

โมเดลและลิงก์ที่เกี่ยวข้อง

โมเดลอื่นจากผู้ให้บริการนี้: Mistral

Voxtral Small 24b 2507Mixtral 8x22b InstructGlm 4.7Glm 5Glm 5.2Deepseek V3.2
โมเดลเอกสาร APIทดสอบเวลาแฝง API
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.