Key Modules
Models
Comprehensive guide to all available models in the OASIS simulation environment
Models
Here’s a polished version:
OASIS supports all models listed in camel
here: https://docs.camel-ai.org/key_modules/models.html.
Note that only models with tool-calling support can successfully perform actions in OASIS.
You can pass a ModelBackend
or a List[ModelBackend]
as needed.
For example, the OPENAI model:
For the vLLM model, note that to deploy the model with tool-calling capabilities, you should refer to the documentation here: https://docs.vllm.ai/en/latest/features/tool_calling.html.