Deploying LLM
LLM Name
and select the Model Name
you want to use.Model | Parameters |
---|---|
deepseek-r1 | 1.5b, 7b, 8b, 14b |
llama3.2 | 8b |
phi4 | 14b |
qwen | 0.5b, 1.8b, 4b, 7b, 14b |
Confirming the Created Model
Deployment Succeeded
, the creation was successful. If it is still in progress, please wait until the creation is complete.The App URL is the URL of the LLM hosted on Morph. You can send requests to the LLM using this URL and the Morph API Key
.Sending Requests to LLM
langchain-ollama
package to use in Python.