返回模型广场
M
Mistral
Devstral Medium
代码Agent软件开发工具调用
Mistral 代码 Agent 专用模型,软件开发工作流
能力
代码Agent文本生成
调用示例
Shell
curl https://api.enheng.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "devstral-medium",
"messages": [{"role": "user", "content": "Hello"}]
}'