config.json

1{
2  "embedding": {
3    "provider": "openai",
4    "base_url": "https://api.synthetic.new/openai/v1",
5    "model": "hf:nomic-ai/nomic-embed-text-v1.5",
6    "utility_model": "hf:zai-org/GLM-4.6",
7    "synthesis_model": "hf:moonshotai/Kimi-K2-Thinking"
8  }
9}