LLM Frameworks
OpenAI SDK
Learn how to use OpenAI SDK with Keywords AI LLM proxy.
This section is only for Keywords AI LLM proxy user.
Keywords AI provides a robust and flexible LLM proxy with 250+ LLMs. You can use Keywords AI with OpenAI SDK by just passing the base_url
and api_key
to the OpenAI SDK.
Integration examples
Supported parameters
OpenAI parameters
We support all the OpenAI parameters. You can pass them directly in the request body.
You can pass Keywords AI parameters in the extra_body
parameter.
Keywords AI parameters
Keywords AI parameters can be passed differently depending on your programming language:
You can pass Keywords AI parameters in the extra_body
parameter.
These parameters will take precedence over the OpenAI parameters if they are conflicting.