> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ja/llms.txt # ![Neon ロゴ](https://models.dev/logos/neon.svg)Neon Neon は複数の Provider のモデルを集約し、rate limiting や failover などの機能を追加します。Mastra のモデルルーター経由で 42 個のモデルを利用できます。 詳しくは、[Neon のドキュメント](https://neon.com/docs)を参照してください。 ## 使用方法 ```typescript import { Agent } from "@mastra/core/agent"; const agent = new Agent({ id: "my-agent", name: "My Agent", instructions: "You are a helpful assistant", model: "neon/claude-fable-5" }); ``` > **情報:** Mastra は OpenAI 互換の `/chat/completions` endpoint を使用します。一部の Provider 固有機能は利用できない場合があります。詳しくは、[Neon のドキュメント](https://neon.com/docs)を確認してください。 ## 設定 ```bash # Gateway configuration NEON_AI_GATEWAY_BASE_URL=https://your-base-url NEON_AI_GATEWAY_TOKEN=your-gateway-key ``` ## 利用可能なモデル | モデル | | ----------------------------- | | `claude-fable-5` | | `claude-haiku-4-5` | | `claude-opus-4-1` | | `claude-opus-4-5` | | `claude-opus-4-6` | | `claude-opus-4-7` | | `claude-opus-4-8` | | `claude-opus-5` | | `claude-sonnet-4-5` | | `claude-sonnet-4-6` | | `claude-sonnet-5` | | `gemini-3-1-flash-lite` | | `gemini-3-1-pro` | | `gemini-3-5-flash` | | `gemini-3-5-flash-lite` | | `gemini-3-6-flash` | | `gemini-3-flash` | | `gemma-3-12b` | | `glm-5-2` | | `gpt-5` | | `gpt-5-1` | | `gpt-5-2` | | `gpt-5-3-codex` | | `gpt-5-4` | | `gpt-5-4-mini` | | `gpt-5-4-nano` | | `gpt-5-5` | | `gpt-5-5-pro` | | `gpt-5-6-luna` | | `gpt-5-6-sol` | | `gpt-5-6-terra` | | `gpt-5-mini` | | `gpt-5-nano` | | `gpt-oss-120b` | | `gpt-oss-20b` | | `inkling` | | `kimi-k3` | | `llama-4-maverick` | | `meta-llama-3-1-8b-instruct` | | `meta-llama-3-3-70b-instruct` | | `qwen3-next-80b-a3b-instruct` | | `qwen35-122b-a10b` |