Gobi CLI v1.4.49 is live š Learn how you can leverage the CLI with our MCP Cookbooks
models: - name: <MODEL_NAME> provider: huggingface-inference-api model: <MODEL_ID> apiKey: <YOUR_HF_TOKEN> apiBase: <YOUR_HF_INFERENCE_API_ENDPOINT_URL>
{ "models": [ { "title": "<MODEL_NAME>", "provider": "huggingface-inference-api", "model": "<MODEL_ID>", "apiKey": "<YOUR_HF_TOKEN>", "apiBase": "<YOUR_HF_INFERENCE_API_ENDPOINT_URL>" } ] }