Skip to content

Commit

Permalink
Update public nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <michael@secondstate.io>
  • Loading branch information
juntao committed Dec 7, 2024
1 parent 8f3c354 commit 3204ee9
Showing 1 changed file with 50 additions and 53 deletions.
103 changes: 50 additions & 53 deletions docs/user-guide/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Gaia domains we provider for free to the public.

## Public Gaia domains

### Llama 8b
### LLM: Llama 8b

This node runs a plain Llama 3.1 8b model without any additional knowledge.
This domain runs Llama 3.1 8b agent nodes without any additional knowledge.
It is capable of tool / function calling.
[Learn more](../tutorial/tool-call.md) how to use tool call models in your agent app.
[Chat with it](https://llama8b.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
Expand All @@ -26,105 +28,100 @@ This node runs a plain Llama 3.1 8b model without any additional knowledge.
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

### Llama 3b
### Voice-to-text: Whisper v2 large

This node runs a plain Llama 3.2 3b model without any additional knowledge.
[Chat with it](https://llama3b.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
This domain runs Whisper v2 Large agent nodes for voice to text transcription and translation.
Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://llama3b.gaia.domains/v1 |
| Model Name (for LLM) | llama3b |
| Model Name (for Text embedding) | nomic-embed |
| API endpoint URL | https://whisper.gaia.domains/v1 |
| Model Name | whisper |
| API key | Empty or any value |

### Coder
### Text-to-image: Realistic vision

This node runs a Qwen 2.5 Coder model.
[Chat with it](https://coder.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
This domain runs stable diffusion agent nodes fine-tuned to generate realistic portraits.
The model is [Realistic Vision V6.0 B1](https://civitai.com/models/4201/realistic-vision-v60-b1).
Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://coder.gaia.domains/v1 |
| Model Name (for LLM) | coder |
| Model Name (for Text embedding) | nomic-embed |
| API endpoint URL | https://portrait.gaia.domains/v1 |
| Model Name | portrait |
| API key | Empty or any value |

### Rust Coder
### Text-to-voice: GPT-SoVITS

This node runs a Qwen 2.5 Coder model with open-source Rust content from the Rust Foundation.
[Chat with it](https://rustcoder.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
Coming soon!

|Config option | Value |
|-----|--------|
| API endpoint URL | https://rustcoder.gaia.domains/v1 |
| Model Name (for LLM) | rustcoder |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |
## Coding assistant agnets

### Bible pastor
### Coder

This node runs a finetuned Llama LLM with a knowledge base of Bible teachings of everyday events and emotions.
[Chat with it](https://pastor.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
A general coding agent running a STOA coder LLM.
It is a highly capable but slow model.
[Chat with it](https://coder.gaia.domains/chatbot-ui/index.html) or use it from an IDE tool, such as [Cursor AI](apps/cursor) or [Zed](apps/zed).
Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://pastor.gaia.domains/v1 |
| Model Name (for LLM) | pastor |
| API endpoint URL | https://coder.gaia.domains/v1 |
| Model Name (for LLM) | coder |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

## Public Gaia nodes

The standalone Gaia nodes are maintained by individuals and hence are less stable. Use them at your own risk!

### Tool use Llama
### Rust Coder

This node runs an Llama 3 Groq 8b model finetuned for tool use.
You can send it a list of tools and a request. It will respond with a tool call to answer that request.
[Learn more](../tutorial/tool-call.md) how to use tool call models in your agent app.
A coding agent supplemented with open-source [Rust content](https://huggingface.co/datasets/gaianet/learn-rust) from the Rust Foundation and published books.
[Chat with it](https://rustcoder.gaia.domains/chatbot-ui/index.html) or use it from an IDE tool, such as [Cursor AI](apps/cursor) or [Zed](apps/zed).
Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://llamatool.us.gaianet.network/v1 |
| Model Name (for LLM) | llama |
| API endpoint URL | https://rustcoder.gaia.domains/v1 |
| Model Name (for LLM) | rustcoder |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

### Phi
## Alternative LLM domains

This node runs a Phi 3 mini model without additional knowledge base.
[Chat with it](https://phi.us.gaianet.network/) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
### Llama 3b

This domain runs plain Llama 3.2 3b agent nodes without any additional knowledge.
[Chat with it](https://llama3b.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://phi.us.gaianet.network/v1 |
| Model Name (for LLM) | phi |
| API endpoint URL | https://llama3b.gaia.domains/v1 |
| Model Name (for LLM) | llama3b |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

### Gemma
### Qwen 7b

This node runs a Gemma 2 9b model without additional knowledge base.
[Chat with it](https://gemma.us.gaianet.network/) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
The Qwen 7b LLM is great for non-English tasks such as translation.
[Chat with it](https://qwen7b.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://gemma.us.gaianet.network/v1 |
| Model Name (for LLM) | gemma |
| API endpoint URL | https://qwen7b.gaia.domains/v1 |
| Model Name (for LLM) | qwen7b |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

### Codestral

This node runs a plain Codestral model without any additional knowledge.
[Chat with it](https://codestral.us.gaianet.network/) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.
### Qwen 72b

The Qwen 72b LLM is a top open source LLM. It is very capable but could also be slow.
It is capable of tool / function calling.
[Learn more](../tutorial/tool-call.md) how to use tool call models in your agent app.
[Chat with it](https://qwen72b.gaia.domains/chatbot-ui/index.html) or use it from another app. Replace OpenAI configuration in [your app](apps/intro) with the following.

|Config option | Value |
|-----|--------|
| API endpoint URL | https://codestral.us.gaianet.network/v1 |
| Model Name (for LLM) | codestral |
| API endpoint URL | https://qwen72b.gaia.domains/v1 |
| Model Name (for LLM) | qwen72b |
| Model Name (for Text embedding) | nomic-embed |
| API key | Empty or any value |

0 comments on commit 3204ee9

Please sign in to comment.