Models Morph Morph: Morph V3 Fast
MO

Morph: Morph V3 Fast

morph/morph-v3-fast
Support để BizCity tiếp tục mở miễn phí model catalog Nếu trang model này hữu ích cho bạn, một khoản ủng hộ nhỏ sẽ giúp chúng tôi duy trì tài liệu và trải nghiệm dùng thử miễn phí.
☕ Support / Donate
82K tokens
Context
$0.8000/M tokens
Input
$1.20/M tokens
Output
Th7 7, 2025
Released

Mô tả

Morph's fastest apply model for code edits. ~10,500 tokens/sec with 96% accuracy for rapid code transformations. The model requires the prompt to be in the following format: {instruction} <code>{initial_code}</code> {edit_snippet}...

Nhà cung cấp

Morph

🚀 Dùng thử ngay

Trải nghiệm Morph: Morph V3 Fast miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Morph: Morph V3 Fast từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Ủng hộ BizCity nếu bạn thấy catalog này hữu ích Nếu nội dung này hữu ích, bạn có thể ủng hộ để BizCity tiếp tục duy trì các bản miễn phí.
☕ Support / Donate
Quickstart — cURL
curl https://twinclaw.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "morph/morph-v3-fast",
    "messages": [{"role":"user","content":"Hello!"}]
  }'