Sắp ra mắt
Dùng thử Grok 4.7 với một yêu cầu thực tế, xem xét các tham số và xác thực đầu ra trước khi tích hợp API.
Sử dụng ước tính nhanh ở trên cho một lần chạy, sau đó xem so sánh đầy đủ giữa CometAPI và giá chính thức.
Khám phá mức giá cạnh tranh cho Grok 4.7, được thiết kế để phù hợp với nhiều ngân sách và nhu cầu sử dụng khác nhau. Các gói linh hoạt của chúng tôi đảm bảo bạn chỉ trả tiền cho những gì bạn sử dụng, giúp dễ dàng mở rộng quy mô khi yêu cầu của bạn tăng lên. Khám phá cách Grok 4.7 có thể nâng cao các dự án của bạn trong khi vẫn kiểm soát được chi phí.
| Comet Price (USD / M Tokens) | Official Price (USD / M Tokens) | Discount |
|---|---|---|
Đầu vào:$60/M Đầu ra:$60/M | Đầu vào:$75/M Đầu ra:$75/M | -20% |
Sao chép một endpoint và ví dụ mã hoạt động, sau đó mở tài liệu tham khảo API đầy đủ khi bạn cần mọi tham số.
Xác thực một lần, gọi endpoint mô hình và duy trì cùng một quy trình thanh toán và giám sát trên các nhà cung cấp.
Truy cập mã mẫu toàn diện và tài nguyên API cho Grok 4.7 để tối ưu hóa quy trình tích hợp của bạn. Tài liệu chi tiết của chúng tôi cung cấp hướng dẫn từng bước, giúp bạn khai thác toàn bộ tiềm năng của Grok 4.7 trong các dự án của mình.
#!/usr/bin/env bash
# Get your CometAPI key from https://www.cometapi.com/console/token
# Export it as: export COMETAPI_KEY="your-key-here"
response=$(curl --silent --location --request POST "https://api.cometapi.com/v1/responses" \
--header "Authorization: Bearer $COMETAPI_KEY" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data-raw '{
"model": "grok-4.7",
"input": [
{
"role": "user",
"content": "Find and fix the bug, then explain it: function median(a){a.sort();return a[a.length/2]}"
}
]
}')
if command -v jq >/dev/null 2>&1; then
printf '%s
' "$response" | jq -r '(
[
.output[]?
| select(.type == "message")
| .content[]?
| select(.type == "output_text")
| .text
][0]
) // .output_text // .'
else
printf '%s
' "$response"
fiXem các thông tin quan trọng của mô hình trước khi chọn kiến trúc hoặc ước tính tải cho môi trường thực tế.
Sử dụng Grok 4.7 cho các quy trình môi trường thực tế phù hợp với khả năng text của nó, sau đó so sánh các lựa chọn khác trước khi cam kết tích hợp lâu dài.
Chat môi trường thực tế và quy trình tác nhân
Lập trình, phân tích và tạo nội dung có cấu trúc
Tự động hóa khối lượng lớn qua một API
So sánh các mô hình khác có sẵn qua CometAPI theo chất lượng, độ trễ, khả năng và giá cả.
3.7 Flash delivers substantial improvements across software engineering, knowledge work, and web development workflows — with an introductory price of half the original 3.6 Flash cost per million tokens.
The deepseek-v4-flash-vision-exp model accepts images alongside text, so you can ask the model to describe pictures, read text from screenshots, analyze charts, and more.Supported image formats: JPEG, PNG, GIF, and WebP. The format is detected from the actual file content, not from the file name or the declared MIME type.
DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. It is designed for advanced reasoning, coding, and long-horizon agent workflows, with strong performance across knowledge, math, and software engineering benchmarks.
The flagship model for code and everything else: agentic tool calling, minimal hallucinations, configurable reasoning.
GLM-5.3 is a next-generation open-source large language model optimized for complex coding, long-horizon tasks, and cybersecurity scenarios. It delivers significantly improved coding capabilities and agent performance compared with GLM-5.2.
Access to Claude Fable 5 has been restored. It brings 5th-generation intelligence to your most ambitious coding and professional work.
Xem dữ liệu heartbeat trực tiếp, tính khả dụng của endpoint và thời gian phản hồi thực đo trước khi triển khai thực tế.