> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Default Model • Rust AI Agent SDK

> default_model: Create with default config

# default\_model

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**OpenAiProvider**](../classes/OpenAiProvider) class in the [**llm**](../modules/llm) module.

Create with default config

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def default_model() -> Self
```

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust LLM" icon="microchip" href="/docs/rust/llm" />

  <Card title="Rust Providers" icon="server" href="/docs/rust/providers" />
</CardGroup>
