{"library":"nemollm","title":"NeMo LLM Python Client","description":"Python client library for NVIDIA NeMo LLM API. Version 0.3.5. The library enables interaction with NeMo LLM services for text generation. Release cadence is irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nemollm"],"cli":null},"imports":["from nemollm import NeMoLLM"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nemollm import NeMoLLM\n\napi_key = os.environ.get('NEMO_API_KEY', '')\nclient = NeMoLLM(api_key=api_key)\nresponse = client.generate(\"Hello, how are you?\")\nprint(response)","lang":"python","description":"Initialize the client with an API key and generate text.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}