Delivers an affordable, reliable, and simple inference platform for running top LLM models.You can find all the models we support here: Novita AI Featured Models or request the Models API to get all available models.Try the Novita AI DeepSeek R1 API Demo today!
const aiMsg = await llm.invoke([ { role: "system", content: "You are a helpful assistant that translates English to French. Translate the user sentence.", }, { role: "human", content: "I love programming." },]);