export default { "id": "morph", "alias": "morph", "transport": { "baseUrl": "https://api.morphllm.com/v1/chat/completions" }, "models": [ { "id": "morph-v3-large", "name": "Morph V3 Large" }, { "id": "morph-v3-fast", "name": "Morph V3 Fast" } ] };