Skip to main content
The InternLM model provides access to the InternLM model.

Parameters

| retries | int | 0 | Number of retries to attempt before raising a ModelProviderError | | delay_between_retries | int | 1 | Delay between retries, in seconds | | exponential_backoff | bool | False | If True, the delay between retries is doubled each time | InternLM extends the OpenAI-compatible interface and supports most parameters from OpenAI.