0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Qiitaイベント「国内AIモデル推論プラットフォーム『ai& Inference』を使ってみよう」に参加しつつ、各モデルを試してきたのだが、今日になってzai-org/glm-5.1が使えなくなっていることに気づいた。

$ curl -L https://api.aiand.com/v1/models -H 'Authorization: Bearer sk-your-api-key'
{"object":"list","data":[{"id":"zai-org/glm-5.2","name":"zai-org/glm-5.2","object":"model","created":1781883319,"owned_by":"ai&","provider":"zai-org","context_window":1048576,"capabilities":["reasoning","tool_calling"],"description":null,"currency":"jpy","input_per_1m":"160.000000","output_per_1m":"650.000000","cached_input_per_1m":"40.000000"},{"id":"moonshotai/kimi-k2.7-code","name":"moonshotai/kimi-k2.7-code","object":"model","created":1781883794,"owned_by":"ai&","provider":"moonshotai","context_window":262144,"capabilities":["reasoning","tool_calling","vision","document"],"description":"Kimi K2.7-Code by Moonshot AI","currency":"jpy","input_per_1m":"125.000000","output_per_1m":"560.000000","cached_input_per_1m":"30.000000"},{"id":"deepseek-ai/deepseek-v4-flash","name":"deepseek-ai/DeepSeek-V4-Flash","object":"model","created":1780245232,"owned_by":"ai&","provider":"deepseek-ai","context_window":1048576,"capabilities":["reasoning","tool_calling"],"description":"DeepSeek-V4-Flash","currency":"jpy","input_per_1m":"25.000000","output_per_1m":"40.000000","cached_input_per_1m":"10.000000"},{"id":"qwen/qwen3.6-27b","name":"qwen/qwen3.6-27b","object":"model","created":1780245077,"owned_by":"ai&","provider":"qwen","context_window":262144,"capabilities":["reasoning","tool_calling"],"description":"Qwen3.6-27B","currency":"jpy","input_per_1m":"0.000000","output_per_1m":"0.000000","cached_input_per_1m":null},{"id":"deepseek-ai/deepseek-v4-pro","name":"deepseek-ai/DeepSeek-V4-Pro","object":"model","created":1780245364,"owned_by":"ai&","provider":"deepseek-ai","context_window":1048576,"capabilities":["reasoning","tool_calling"],"description":"DeepSeek-V4-Pro","currency":"jpy","input_per_1m":"160.000000","output_per_1m":"400.000000","cached_input_per_1m":"30.000000"},{"id":"google/gemma-4-31b-it","name":"google/gemma-4-31b-it","object":"model","created":1775474514,"owned_by":"ai&","provider":"google","context_window":262144,"capabilities":["reasoning","tool_calling","vision","video","document"],"description":"Google Gemma 4 31B instruction-tuned","currency":"jpy","input_per_1m":"30.000000","output_per_1m":"80.000000","cached_input_per_1m":"8.000000"},{"id":"openai/gpt-oss-120b","name":"openai/gpt-oss-120b","object":"model","created":1775474514,"owned_by":"ai&","provider":"openai","context_window":131072,"capabilities":["reasoning","tool_calling"],"description":"OpenAI GPT OSS 120B","currency":"jpy","input_per_1m":"25.000000","output_per_1m":"95.000000","cached_input_per_1m":"10.000000"},{"id":"moonshotai/kimi-k2.6","name":"moonshotai/kimi-k2.6","object":"model","created":1777544690,"owned_by":"ai&","provider":"moonshotai","context_window":262144,"capabilities":["reasoning","tool_calling","vision","document"],"description":"Kimi K2.6 by Moonshot AI","currency":"jpy","input_per_1m":"125.000000","output_per_1m":"560.000000","cached_input_per_1m":"30.000000"}]}

zai-org/glm-5.1が見当たらない。6月21日7月1日の時点では存在したはずなので、少なくとも私(安岡孝一)のところからは、zai-org/glm-5.1が消えてしまったようだ。ただ、これ、困ったことに、zai-org/glm-5.1を呼び出した時点でエラーになってしまうので、これらの記事のプログラムが途中でコケてしまう。うーん、困ったなあ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?