DeepSeek V4 Flash Vision Exp
Chatdeepseek/deepseek-v4-flash-vision-expDeepSeek V4 Flash Vision Exp is an experimental multimodal variant of DeepSeek V4 Flash, adding image understanding on top of the 1M-token context Mixture-of-Experts architecture. Images are tokenized by size and billed together with text tokens.
コンテキストウィンドウ
1M
最大出力トークン
384K
リリース日
2026-08-21
機能
VisionFunction Calling推論プロンプトキャッシュ
利用可能なプロバイダー
DeepSeek
対応プロトコル
openaianthropic
Providers
DeepSeek
入力トークン
$0.44/M
出力トークン
$1.32/M
キャッシュ読込
$0.014/M
Protocols
openai
/v1/chat/completions/v1/responsesanthropic
コード例
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="deepseek/deepseek-v4-flash-vision-exp",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
関連モデル
よくある質問
Ofox.aiでのDeepSeek V4 Flash Vision Expの料金は、入力100万トークンあたり$0.44/M、出力100万トークンあたり$1.32/Mです。従量課金制、月額料金なし。
DeepSeek V4 Flash Vision Expは1Mトークンのコンテキストウィンドウと最大384Kトークンの出力に対応。大規模ドキュメントの処理や長い会話の維持が可能です。
ベースURLをhttps://api.ofox.io/v1に設定し、Ofox APIキーを使用するだけ。OpenAI互換APIなので、既存コードのベースURLとAPIキーを変更するだけです。
DeepSeek V4 Flash Vision Expは以下の機能に対応:Vision, Function Calling, 推論, プロンプトキャッシュ。Ofox.ai統合APIですべての機能にアクセスできます。