---
title: Guardrail nesnesi | RunAPI
description: Model, sağlayıcı ve harcama denetimleri içeren yeniden kullanılabilir
  bir ilke.
url: https://runapi.ai/tr/docs/api/management/guardrails/object.md
canonical: https://runapi.ai/tr/docs/api/management/guardrails/object
locale: tr
---

> HTML sürümü: https://runapi.ai/tr/docs/api/management/guardrails/object
> Ajanlar için site dizini: https://runapi.ai/llms.txt

# Guardrail nesnesi

Model, sağlayıcı ve harcama denetimleri içeren yeniden kullanılabilir bir ilke.

## Nesne alanları

Kaynağın yeniden kullanılabilir nesnesi tarafından paylaşılan kararlı alanlar.

### Koruyucu Kurallar

```json
{
  "allowed_models": {
    "description": "İzin verilen model tanımlayıcıları.",
    "required": true,
    "type": "array"
  },
  "allowed_providers": {
    "description": "İzin verilen sağlayıcı adları.",
    "required": true,
    "type": "array"
  },
  "assignment_count": {
    "description": "Bu koruyucuya atanmış API anahtarı veya üye sayısı.",
    "required": true,
    "type": "integer"
  },
  "blocked_models": {
    "description": "Engellenen model tanımlayıcıları.",
    "required": true,
    "type": "array"
  },
  "blocked_providers": {
    "description": "Engellenen sağlayıcı adları.",
    "required": true,
    "type": "array"
  },
  "created_at": {
    "description": "Güvenlik bariyerinin oluşturulma zamanı.",
    "required": true,
    "type": "string"
  },
  "credit_limit_cents": {
    "description": "USD sent cinsinden isteğe bağlı toplam harcama tavanı.",
    "required": true,
    "type": "integer | null"
  },
  "credit_limit_reset_interval": {
    "description": "Toplam harcama sınırı için sıfırlama aralığı.",
    "enum": [
      "daily",
      "weekly",
      "monthly",
      null
    ],
    "required": true,
    "type": "string | null"
  },
  "description": {
    "description": "İsteğe bağlı koruyucu açıklaması.",
    "required": true,
    "type": "string | null"
  },
  "enabled": {
    "description": "Koruyucunun uygulanıp uygulanmadığı.",
    "required": true,
    "type": "boolean"
  },
  "id": {
    "description": "Guardrail ön eki kimliği.",
    "required": true,
    "type": "string"
  },
  "model_budgets": {
    "description": "Model başına bütçe kuralları.",
    "required": true,
    "type": "array"
  },
  "name": {
    "description": "Guardrail adı.",
    "required": true,
    "type": "string"
  }
}
```

## İlgili başvuru

- [Koruyucu Kurallar](https://runapi.ai/tr/docs/api/management/guardrails.md)
- [Koruyucuları listele](https://runapi.ai/tr/docs/api/management/guardrails/list.md)
- [Bir guardrail al](https://runapi.ai/tr/docs/api/management/guardrails/retrieve.md)
- [Bir koruma bariyeri oluşturun](https://runapi.ai/tr/docs/api/management/guardrails/create.md)
- [Güvenlik bariyerini güncelle](https://runapi.ai/tr/docs/api/management/guardrails/update.md)
- [Koruyucu önlemi sil](https://runapi.ai/tr/docs/api/management/guardrails/delete.md)

---

## RunAPI hakkında daha fazlası

- [Ana sayfa](https://runapi.ai/tr/.md)
- [Model Kataloğu](https://runapi.ai/tr/models.md)
- [Fiyatlandırma](https://runapi.ai/tr/pricing.md)
- [Sağlayıcılar](https://runapi.ai/tr/models)
- [Dokümantasyon](https://runapi.ai/tr/docs/guides)
- [SDK'lar](https://runapi.ai/tr/sdk.md)
- [CLI](https://runapi.ai/tr/cli.md)
- [MCP Sunucusu](https://runapi.ai/tr/mcp.md)
- [Claude Code ve Cursor](https://runapi.ai/tr/claude-code-vs-cursor.md)
- [Cursor API kurulumu](https://runapi.ai/tr/cursor-api-setup.md)
- [RunAPI ve OpenRouter](https://runapi.ai/tr/openrouter-alternative.md)
- [Kurumsal](https://runapi.ai/tr/contact.md)
- [İletişim](https://runapi.ai/tr/contact.md)
- [Şartlar](https://runapi.ai/tr/terms.md)
- [Gizlilik](https://runapi.ai/tr/privacy.md)
- [Ajanlar için site dizini](https://runapi.ai/llms.txt)

İletişim: contact@runapi.ai

## Yapılandırılmış veriler

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/tr/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/tricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "TechArticle",
    "headline": "Guardrail nesnesi",
    "description": "Model, sağlayıcı ve harcama denetimleri içeren yeniden kullanılabilir bir ilke.",
    "url": "https://runapi.ai/tr/docs/api/management/guardrails/object",
    "mainEntityOfPage": "https://runapi.ai/tr/docs/api/management/guardrails/object"
  }
]
```
