Replies: 1 comment
|
@jkemp814 The correct endpoint is ollama.com/api/tags. This is currently accessible online via g4f.space/api/ollama/models, which functions as an OpenAI-compatible proxy. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There is a very large free cloud LLM available that I can run in Ollama, but I would lke to use it in gpt4free. Apparently this LLM is almost 400b (397) in size that runs from the cloud.
qwen3.5:397b-cloud
It is so fast and doesn't use any storage or GPU resources on my system. Can even run from a laptop.
Here is the URL:
https://ollama.com/library/qwen3.5:397b-cloud (hasn't asked for any information to acquire an API Key)
It's the perfect solution for a mobile workstation. No need for huge amounts of storage, or commercial grade compute GPU.
Any help would be greatly appreciated.
All reactions