Jowell Young
92a09ecf25
x_ai: Add support for tools and images with custom models ( #38792 )
...
After the change, we can add "supports_images", "supports_tools" and
"parallel_tool_calls" properties to set up new models. Our
`settings.json` will be as follows:
```json
"language_models": {
"x_ai": {
"api_url": "https://api.x.ai/v1 ",
"available_models": [
{
"name": "grok-4-fast-reasoning",
"display_name": "Grok 4 Fast Reasoning",
"max_tokens": 2000000,
"max_output_tokens": 64000,
"supports_tools": true,
"parallel_tool_calls": true,
},
{
"name": "grok-4-fast-non-reasoning",
"display_name": "Grok 4 Fast Non-Reasoning",
"max_tokens": 2000000,
"max_output_tokens": 64000,
"supports_images": true,
}
]
}
}
```
Closes https://github.com/zed-industries/zed/issues/38752
Release Notes:
- xAI: Added support for for configuring tool and image support for
custom model configurations
2025-09-29 11:38:55 +00:00
..
2025-09-29 09:43:50 +00:00
2025-09-24 18:57:33 -04:00
2025-09-16 08:07:02 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-29 11:34:52 +00:00
2025-09-19 17:05:39 +02:00
2025-09-27 14:50:10 +00:00
2025-09-25 02:11:48 +00:00
2025-09-18 16:47:23 +00:00
2025-09-24 10:27:45 +00:00
2025-09-25 14:41:49 +02:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-25 22:24:32 +00:00
2025-09-29 09:43:50 +00:00
2025-09-27 09:20:55 -04:00
2025-09-26 15:17:36 +00:00
2025-09-26 15:17:36 +00:00
2025-09-14 14:01:04 +02:00
2025-09-24 14:35:38 +02:00
2025-09-27 09:20:55 -04:00
2025-09-08 21:53:17 -06:00
2025-09-27 14:50:10 +00:00
2025-09-25 14:42:32 -07:00
2025-09-19 01:39:26 +02:00
2025-09-10 20:11:07 +00:00
2025-09-26 07:57:28 +00:00
2025-09-26 07:57:28 +00:00
2025-09-25 14:42:32 -07:00
2025-09-18 21:13:49 +00:00
2025-09-26 15:17:36 +00:00
2025-09-22 14:36:10 -07:00
2025-09-05 14:22:32 +02:00
2025-09-08 12:23:33 +03:00
2025-09-27 14:50:10 +00:00
2025-09-26 20:08:21 +05:30
2025-09-26 15:17:36 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-03 22:10:14 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-04 05:51:48 +00:00
2025-09-25 15:11:12 +02:00
2025-09-24 18:57:33 -04:00
2025-09-24 18:57:33 -04:00
2025-09-26 12:42:06 -06:00
2025-09-26 07:57:28 +00:00
2025-09-28 11:01:16 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-26 11:41:26 -04:00
2025-09-11 13:56:06 -07:00
2025-09-26 15:17:36 +00:00
2025-09-27 14:50:10 +00:00
2025-09-24 18:57:33 -04:00
2025-09-25 02:11:48 +00:00
2025-09-25 14:42:32 -07:00
2025-09-12 14:55:25 -04:00
2025-09-27 14:50:10 +00:00
2025-09-26 22:28:52 +00:00
2025-09-25 14:42:32 -07:00
2025-09-27 14:50:10 +00:00
2025-09-18 21:13:49 +00:00
2025-09-29 13:06:15 +03:00
2025-09-24 18:57:33 -04:00
2025-09-18 16:47:23 +00:00
2025-09-27 14:50:10 +00:00
2025-09-24 18:07:34 +00:00
2025-09-19 01:39:26 +02:00
2025-09-17 10:47:09 +00:00
2025-09-27 14:50:10 +00:00
2025-09-24 18:57:33 -04:00
2025-09-09 20:56:08 +02:00
2025-09-24 18:57:33 -04:00
2025-09-26 11:41:26 -04:00
2025-09-26 11:41:26 -04:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-26 03:19:12 +00:00
2025-09-29 11:38:55 +00:00
2025-09-15 09:43:04 +02:00
2025-09-10 23:06:09 +05:30
2025-09-25 14:42:32 -07:00
2025-09-27 14:50:10 +00:00
2025-09-10 23:06:09 +05:30
2025-09-25 15:11:12 +02:00
2025-09-12 09:37:45 +00:00
2025-09-24 18:57:33 -04:00
2025-09-15 10:17:27 +00:00
2025-09-26 15:17:36 +00:00
2025-09-24 04:31:06 +00:00
2025-09-27 14:50:10 +00:00
2025-09-24 14:35:38 +02:00
2025-09-24 02:19:52 -06:00
2025-09-18 21:13:49 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-09-24 18:57:33 -04:00
2025-09-27 14:50:10 +00:00
2025-09-25 14:42:32 -07:00
2025-09-22 15:07:40 +00:00
2025-09-24 18:57:33 -04:00
2025-09-27 17:10:06 +02:00
2025-09-27 14:50:10 +00:00
2025-09-24 18:57:33 -04:00
2025-09-24 18:57:33 -04:00
2025-09-24 18:57:33 -04:00
2025-09-27 14:50:10 +00:00
2025-09-12 23:24:04 +03:00
2025-09-25 14:42:32 -07:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-03 00:52:04 +00:00
2025-09-24 14:35:38 +02:00
2025-09-08 21:53:17 -06:00
2025-09-10 15:38:19 +00:00
2025-09-25 13:03:56 -06:00
2025-09-28 11:35:36 +00:00
2025-09-24 21:16:06 +00:00
2025-09-29 11:38:55 +00:00
2025-09-18 22:28:17 -06:00
2025-09-22 19:35:44 +00:00
2025-09-26 05:22:57 +00:00
2025-09-26 11:41:26 -04:00
2025-09-27 11:01:04 +02:00
2025-09-17 10:11:51 +02:00
2025-09-04 17:14:53 +02:00
2025-09-24 14:35:38 +02:00
2025-09-14 14:01:04 +02:00
2025-09-24 18:57:33 -04:00
2025-09-26 15:17:36 +00:00
2025-09-24 18:57:33 -04:00
2025-09-29 09:43:50 +00:00
2025-09-27 14:50:10 +00:00
2025-09-12 23:24:04 +03:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-24 14:35:38 +02:00
2025-09-22 22:30:27 +00:00
2025-09-22 14:36:10 -07:00
2025-09-18 16:47:23 +00:00
2025-09-24 18:57:33 -04:00
2025-09-24 18:57:33 -04:00
2025-09-28 11:54:18 +00:00
2025-09-18 15:09:44 -03:00
2025-09-18 16:47:23 +00:00
2025-09-28 18:54:26 +02:00
2025-09-24 16:03:08 +00:00
2025-09-27 14:50:10 +00:00
2025-09-18 21:13:49 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-29 11:38:55 +00:00
2025-09-27 14:50:10 +00:00
2025-09-23 21:40:22 +00:00
2025-09-15 03:36:24 +00:00
2025-09-27 14:50:10 +00:00
2025-09-26 07:57:28 +00:00
2025-09-26 07:57:28 +00:00
2025-09-25 22:49:36 +00:00
2025-09-26 11:41:26 -04:00
2025-09-18 21:13:49 +00:00