長期的なコーディングエージェント
Qwen 3.8 Max をリポジトリ解析、複数ファイルの実装、デバッグ、ツール駆動の検証に使用します。ハイブリッド思考は困難なタスクを処理でき、レイテンシやトークン使用量がより重要になる場合は無効にできます。
curl --request POST "https://gptproto.com/v1/chat/completions" \
--header "Authorization: Bearer $GPTPROTO_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "qwen3.8-max",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Chat, coding agents & document work. Priced per 1M tokens — input, cached input and output are billed separately. GPTProto is 10% below official rates.
Qwen · ≈ 148M tokens/mo (48M cached)
OpenRouter costs include its ~5.5% credit purchase fee. GPTProto applies a per-model discount (10–30% off) and your bonus credits are also spent at discounted rates — savings compound. Estimates assume a 60% cache hit rate.
1つのGPTProto APIキーを使用して、リポジトリを認識するコーディングエージェントを構築し、インターフェースやビジュアルドキュメントをレビューし、構造化ワークフローを自動化し、別途Alibaba Cloudインテグレーションを維持することなく長い技術出力を生成できます。
Qwen 3.8 Max をリポジトリ解析、複数ファイルの実装、デバッグ、ツール駆動の検証に使用します。ハイブリッド思考は困難なタスクを処理でき、レイテンシやトークン使用量がより重要になる場合は無効にできます。
1,000,000トークンのコンテキストウィンドウ内で、大規模なコードベース、技術文書、会話履歴、複数のソース資料を処理できます。最大131,072出力トークンを生成可能で、これはQwen3.7 Maxの公表制限の2倍です。
テキスト、画像、動画を入力として送信し、テキスト出力を受け取ります。このモデルをUIレビュー、スクリーンショット分析、視覚的なドキュメント理解、長尺動画コンテンツに基づくリサーチに使用できます。
Qwen 3.8 Max を関数呼び出しを通じて外部ツールに接続し、下流システム向けにスキーマ制約付きJSONを要求できます。コンテキストキャッシングはサポートされていますが、バッチ推論とファインチューニングは現在利用できません。
Qwen 3.8 Max は、Alibaba Cloud が提供する、コーディング、業務の生産性、研究、長期的なエージェントタスク向けの 2.4兆パラメータの Mixture-of-Experts フラッグシップモデルです。以前の Preview エンドポイントとは異なり、Alibaba の現在のドキュメントでは、標準 API モデルを qwen3.8-max としています。
このモデルは、テキスト、画像、動画を受け取り、テキストを返します。そのため、ソースコード、技術要件、インターフェースのスクリーンショット、ビジュアルドキュメント、録画したデモ、ツールの実行結果を同じタスク内で組み合わせるワークフローに適しています。また、関数呼び出し、構造化出力、コンテキストキャッシュ、ハイブリッド思考にも対応しています。
Qwen 3.8 Max API は、100万トークンのコンテキストウィンドウと、最大出力長 131,072 トークンを提供します。これらの値は加算的な制限として扱うべきではありません。リクエストが 100万トークンのプロンプト全体に加えて、さらに 131,072 トークンの出力を想定することはできません。要求された回答と、思考が有効な場合のモデルの推論トークン用にコンテキストを確保してください。
| 仕様 | Qwen 3.8 Max |
|---|---|
| 提供元 | Alibaba Cloud / Qwen |
| 公式モデル ID | qwen3.8-max |
| GPTProto モデル文字列 | qwen3.8-max |
| モデルアーキテクチャ | Mixture of Experts、総パラメータ数 2.4T |
| 入力モダリティ | テキスト、画像、動画 |
| 出力モダリティ | テキスト |
| コンテキストウィンドウ | 1,000,000 トークン |
| 最大入力 | 991,808 トークン |
| 思考有効時の最大入力 | 983,616 トークン |
| 最大出力 | 131,072 トークン |
| 推論 | ハイブリッド思考(Alibaba の API ドキュメントではデフォルトで有効) |
| 関数呼び出し | 対応 |
| 構造化出力 | 対応 |
| コンテキストキャッシュ | 対応 |
| バッチ推論 | 現在は未対応 |
| ファインチューニング | 現在は未対応 |
Qwen 3.8 Max can inspect a large repository, connect requirements to existing modules, propose a plan, edit multiple files, call development tools, and review test results. Suitable workloads include feature implementation, dependency migration, cross-service debugging, code review, and frontend reconstruction from screenshots.
A large context window does not remove the need for task control. Give the agent a defined repository scope, acceptance criteria, permitted tools, and a command for validating the result. For longer runs, store checkpoints and require tests after each meaningful implementation stage.
Because the current model accepts text, images, and video, developers can combine written requirements with interface screenshots, diagrams, visual reports, or recorded product flows. Examples include checking whether a frontend matches a design reference, extracting requirements from mixed visual material, and identifying inconsistencies across multiple document versions.
The API returns text rather than generated images or video. It can describe, reason about, or extract information from visual inputs, but visual asset generation should be routed to a dedicated image or video model.
Function calling allows the model to request actions from search systems, code runners, databases, internal APIs, or other developer-defined tools. Structured Outputs can constrain the final response to a JSON schema, making the result easier to validate before it enters another service.
Do not treat a syntactically valid tool call as proof that the action is correct. Validate arguments, restrict permissions, set timeouts, and return tool errors to the model in a structured format. For high-impact operations, require application-side approval instead of allowing the model to execute them automatically.
The model can work across large collections of requirements, technical documentation, policy material, research notes, and conversation history. Its extended output limit is useful when the result must contain a detailed implementation plan, structured report, migration guide, or multi-file code proposal.
For retrieval-heavy applications, sending an entire archive on every request is rarely the best design. Use retrieval to select the most relevant sources, cache stable instructions where supported, and keep source identifiers in the prompt so generated claims can be traced back to their evidence.
Qwen 3.8 Max is a meaningful upgrade for multimodal agents, structured data extraction, and workflows that require unusually long responses. However, Qwen3.7 Max can remain the better routing choice for text-only batch workloads.
| Capability | Qwen 3.8 Max | Qwen 3.7 Max |
|---|---|---|
| Official model ID | qwen3.8-max |
qwen3.7-max |
| Input modalities | Text, images, video | Text |
| Output modality | Text | Text |
| Context window | 1,000,000 tokens | 1,000,000 tokens |
| Maximum output | 131,072 tokens | 65,536 tokens |
| Hybrid thinking | Supported | Supported |
| Function calling | Supported | Supported |
| Structured Outputs | Supported | Not supported |
| Context caching | Supported | Supported |
| Batch inference | Not supported | Supported |
| Best fit | Multimodal coding agents, visual analysis, structured workflows | Text-only agents and batch processing |
Choose Qwen 3.8 Max when visual input, schema-constrained output, or a longer response ceiling changes the workflow. Keep Qwen3.7 Max available when the application is text-only and depends on Batch Inference.
For cross-provider decisions, use the dedicated Qwen 3.8 Max vs Kimi K3 comparison rather than expanding this model page into a second full comparison article.
Alibaba’s current standard model ID is qwen3.8-max, while earlier integrations and articles may still reference qwen3.8-max-preview. Treat the change as a model migration rather than a cosmetic rename.
Before switching production traffic:
Confirm the exact model string shown in the GPTProto Quick Start section.
Re-run representative coding, reasoning, vision, and tool-use evaluations.
Validate every function-call schema and structured JSON response.
Check how thinking mode and output limits are exposed by the endpoint.
Test image and video input formatting against the current documentation.
Keep the previous model or another integrated model as a temporary fallback.
Preview results should not be used as permanent performance guarantees. Store the model ID, test date, prompt, reasoning configuration, tools, and evaluation result together so later runs remain comparable.
Do not select an agent model from parameter count or context length alone. Build an evaluation set containing 20 to 50 tasks that represent the work your application will actually perform.
Measure:
First-pass task completion
Tests passed after code changes
Valid versus rejected tool calls
JSON schema validation rate
Number of retries and corrective prompts
Input, reasoning, and output token usage
End-to-end latency
Human corrections required
Recovery after a failed tool or incomplete result
Run the same tasks with identical tool permissions and acceptance criteria on Qwen3.8 Max and your current model. A cheaper request is not cheaper overall if it requires more retries, produces invalid tool arguments, or needs extensive manual correction.
このモデルに関連するガイド、比較、最新情報。
すべての記事
コーディング、API料金、コンテキスト、マルチモーダル対応、オープンウェイトについてQwen 3.8 MaxとKimi K3を比較し、本番導入に適したモデルを確認しましょう。

コーディング、コンテキスト、料金、API安定性、本番利用についてQwen 3.8 MaxとQwen 3.7 Maxを比較。開発者が3.8をテストし、3.7を本番導入すべき理由を解説します。

Qwen 3.8 Max解説:7月19日プレビューリリース、2.4Tという主張、トークンプラン料金、オープンウェイト状況、ベンチマーク、比較。

コーディング、APIアクセス、コンテキスト、料金、オープンウェイトについてQwen 3.8 MaxとGLM 5.2を比較。2026年の本番環境でより安全なモデルを確認しましょう。