Skip to content

Conversation

@meanderingstream
Copy link

Description

Model specific base_url allows the model configuration to override the provider base_url. Some local language model servers require that each local model be on a different port. For example, when deploying an embeddings model and a chat model on VLLM, two port numbers are required. The model specific base_url allows ReqLLM to override the vllm provider base_url.

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Breaking Changes

Testing

  • Tests pass (mix test)
  • Quality checks pass (mix quality)

Checklist

  • My code follows the project's style guidelines
  • I have updated the documentation accordingly
  • I have added tests that prove my fix/feature works
  • All new and existing tests pass
  • My commits follow conventional commit format
  • I have NOT edited CHANGELOG.md (it is auto-generated by git_ops)

Related Issues

Closes #

Model specific base_url allows the model configuration to override the provider base_url.  Some local language model servers require that each local model be on a different port.  For example, when deploying a embeddings model and a chat model on VLLM, two port numbers are required.  The model specific base_url allows ReqLLM to override the vllm provider base_url.
meanderingstream added a commit to meanderingstream/req_llm that referenced this pull request Jan 27, 2026
@meanderingstream meanderingstream changed the title Support model specific base_url feat: Support model specific base_url Jan 27, 2026
@mikehostetler mikehostetler merged commit 7358d43 into agentjido:main Jan 28, 2026
15 of 18 checks passed
@meanderingstream meanderingstream deleted the support_model_specific_branches branch January 28, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants