近日公開
実際のリクエストでGrok 4.7を試し、パラメーターを確認し、API統合前に出力を検証できます。
上記の簡易見積もりを1回分の目安にし、CometAPIと公式価格の詳細な比較もご確認ください。
Grok 4.7の競争力のある価格設定をご確認ください。さまざまな予算や利用ニーズに対応できるよう設計されています。柔軟なプランにより、使用した分だけお支払いいただけるため、要件の拡大に合わせて簡単にスケールアップできます。Grok 4.7がコストを管理しながら、お客様のプロジェクトをどのように強化できるかをご覧ください。
| Comet Price (USD / M Tokens) | Official Price (USD / M Tokens) | Discount |
|---|---|---|
入力:$60/M 出力:$60/M | 入力:$75/M 出力:$75/M | -20% |
動作するエンドポイントとコード例をコピーし、全パラメーターが必要な場合は完全なAPIリファレンスを開いてください。
Grok 4.7の包括的なサンプルコードとAPIリソースにアクセスして、統合プロセスを効率化しましょう。詳細なドキュメントでは段階的なガイダンスを提供し、プロジェクトでGrok 4.7の潜在能力を最大限に活用できるよう支援します。
#!/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"
fiアーキテクチャの選定や本番負荷の見積もり前に、重要なモデル情報を確認できます。
textの機能に合った本番ワークフローにGrok 4.7を活用し、長期的な統合前に他の選択肢とも比較してください。
本番向けチャットとエージェントワークフロー
コーディング・分析・構造化生成
1つのAPIによる大規模な自動化
品質・レイテンシ・機能・料金のトレードオフに応じて、CometAPIで利用できる他のモデルと比較できます。
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.
本番投入前に、リアルタイムのハートビートデータ、エンドポイントの可用性、実測レスポンスタイムを確認できます。