Mistral
Connect to Mistral API
| 1 | { |
| 2 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 3 | "order": [ |
| 4 | "apiKey", |
| 5 | "base_url" |
| 6 | ], |
| 7 | "properties": { |
| 8 | "apiKey": { |
| 9 | "default": "", |
| 10 | "description": "https://docs.mistral.ai/", |
| 11 | "type": "string" |
| 12 | }, |
| 13 | "base_url": { |
| 14 | "default": "", |
| 15 | "description": "Optional. Only needed to overwrite the default base URL.", |
| 16 | "type": "string" |
| 17 | } |
| 18 | }, |
| 19 | "required": [ |
| 20 | "apiKey" |
| 21 | ], |
| 22 | "type": "object" |
| 23 | } |