モデル一覧に戻る
llm-jp/llm-jp-3-1-8x13b-instruct4

LLM-jp 3.1 8x13B Instruct4

国立情報学研究所(NII)によって開発されたMixture-of-Experts命令チューニング型日本語言語モデル。総パラメータ数73B(アクティブ22B)で、日本語命令追従ベンチマークでGPT-4-0613のパフォーマンスを上回っています。

4,096 トークン
入力: ¥16/M
出力: ¥79/M
仕様

モダリティ

入力
text
出力
text
コード例
curl https://api.fastmetal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "llm-jp-3.1-8x13b-instruct4",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'