Get all configured chat models
OK
const response = await fetch('https://sapphire.contextdata.ai/api/workspace/chat_models', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();