Do any Models other than OpenAI work? I have found zero

I have been trying different models all night with OpenRouter, and every single one throws an error. FYI: All these tests were done using the example “Build me an AI agent that can search the web with the Brave API.”

I have yet to find a single working model. Ollama doesn’t work. OpenRouter doesn’t work.

Here are some of the errors:

openai.NotFoundError: Error code: 404 - {‘error’: {‘message’: ‘No endpoints found that support tool use. To learn more about provider routing, visit: Provider Routing | Intelligent Multi-Provider Request Routing — OpenRouter | Documentation’, ‘code’: 404}}

TypeError: ‘NoneType’ object cannot be interpreted as an integer

pydantic_ai.exceptions.UnexpectedModelBehavior: Received empty model response

I finally found a model that works.

When using OpenRouter, you can filter models by “tools” under Supported Parameters on the sidebar on their website.

You should definitely add that to the instructions.

1 Like

Still getting a lot of errors. This one primarily: TypeError: ‘NoneType’ object cannot be interpreted as an integer

1 Like

Yeah I should definitely add to the instructions that the LLM has to support tools, I appreciate the suggestion!

Where are you getting that NoneType error?

From within the Archon chat tab. Regardless of what the prompt is, it returns this error.

Gotcha… do you know which part of the graph process behind the scenes is producing this?

I have found for local hosting qwq has tool capabilities.

1 Like